What to feed to the input of the neural network? Your ideas... - page 59
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Well, make up your mind.
Learning is a broader concept than optimisation and approximation. Why is it going so hard?
Wide, narrow.
I have a question and bewilderment in one bottle. Do you really intend to continue discussing the MoD with a bare arse, i.e. with no minimal knowledge of the subject of discussion? :)
Well if the deep learning topic for them is chatting with gpt then what do you think?
At least he's better trained than some. A lot of experts have worked hard.
The hallucination didn't go anywhere
This is a known problem on new data. As a knowledge base it is quite tolerable :)
Maximum quality of training will be at absolutely accurate memorisation, i.e. when all data is completely recorded in the database, or when training a tree to the very last possible split or clustering with number of clusters = number of examples.
Trees with stopping splitting earlier or clustering with fewer clusters - will generalise and merge data in leaves/clusters. These will be undertrained models, but in the presence of noise they may be more successful than models with exact recall.
There was an example at the beginning of the MO branch with teaching a scaffold the multiplication table. Since it was not fed an infinite number of possible choices for training, the forest produces sometimes exact answers, but mostly approximate answers. Clearly, it is undertrained. But it is able to generalise - finding and averaging the closest to the correct answers of individual trees.
With learning in noise - it's hard to assess quality. Especially if the noise is much stronger than the patterns, as in trading.
For this they invented evaluation on validation and test sample, cross-validation, jacking forward, etc.So, the word assessment came up, great.
So, learning needs to be assessed somehow, it doesn't matter how, the important thing is to improve the assessment. Right?