Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Each time I optimize the neural network I get slightly different results without changing any settings. Why?

0
Posted

Each time I optimize the neural network I get slightly different results without changing any settings. Why?

0

Neural networks are not deterministic systems, but are initiated from a random initial state and are trained from that state to make conclusions about the training sequence( price history). It is possible to make a deterministic system out of a neural network, but it is not advisable. This is because the training sometimes fails and you would always get the same results when training the network again if it was initiated from the same initial state. If you select Model Settings/ANN and check Deterministic Training, the network will always be trained from the same initial state and you will always get the same results. It is possible to obtain more consistent results at a cost of longer processing time by adjusting the following parameters: 1. Increase the Number of Networks – Because every single neural network produces slightly different results, the results of several networks are combined to produce a more stable result. The value of this parameter sets the number of networks used f

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123