rizalzaf
rizalzaf's picture
Joined: 12/22/2008
User offline. Last seen 2 weeks 3 days ago.
Re: Neural Network

Salam Smile

Thank you for your question.
In Zaitun Time Series we use Fully Connected Feed Forward Neural Network topology with Backpropagation learning algorithm.

The model used in Zaitun Time Series is simple Autoregressive (AR) which is:
Yt = f(Yt-1,Yt-2,Yt-3,...Yt-n)
which n means the number of input layer neuron.

So, for example, if the number of input neuron is set to 6 the model is:
Yt = f(Yt-1,Yt-2, Yt-3,Yt-4,Yt-5, Yt-6)

The values of Yt-1,Yt-1,Yt-2, Yt-3,Yt-4,Yt-5, Yt-6 will be the value of each 6 neurons in input layer, and the value of Yt will be the value of output layer neuron.

Hope it will answer your question.
If you need more explanation or have another question just give a reply comment on this comment.

Salam.
Thank you

Rizal Zaini Ahmad Fathony
Zaitun Time Series Developer Team

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Textual smileys will be replaced with graphical ones.
  • You may quote other posts using [quote] tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
one * three =
Solve this math question and enter the solution with digits. E.g. for "two plus four = ?" enter "6".