07-19-2024, 04:33 PM
(This post was last modified: 07-19-2024, 04:34 PM by AbsoluteBeginner.)
(07-19-2024, 12:31 PM)litdev Wrote: If you are talking about the HSL/RGB, then 1 ANN is certainly best - do you have working code for this?
...
Yes, I've already written code that I don't think is finished yet.
The topic of how to select the structure of a neural network interests me regardless of the specific task. This topic interests me in principle.
I really liked your tip "(mathematically linearise the problem as much as you can)".
I realized how I should act to help the neural network work well. (of course, my words do not mean that I already know everything about the neural network

After the first attempt to train my neural network on data arranged in ascending order in a file, I received all zeros at the neural network outputs.
I think this means that the neural network failed to learn.
Now I want to CHANGE the SEQUENCE of location in the file of the same data. ( only the SEQUENCE. I will not change the data itself )
It will be interesting to see what the result will be.
