07-19-2024, 08:57 AM
(translated by Google translator)
Hi all.
Yesterday I conducted tests on my neural network, which should learn to convert the Color value from the RGB format to the HSL format.
The first thing I want to say is my joy that I have the opportunity to see reports while training a neural network.
For now, I'm just displaying the entire report array in the title of my text window.
I noticed that if I set the value of the "NeuralNetwork.ProgressReportFrequency" parameter to 1 more than the number of lines in the training data file, then the information in the title of the Text Window is visible well.
If anyone knows any other life hacks for using the Small Basic neural network, please tell us here.
Now I’ll transfer the files from my tablet to my powerful desktop PC and try to fully train the neural network.
( by the way, who knows whether the result of training a neural network depends on the SEQUENCE OF LOCATION of lines in the training data file? In my file now the training data is arranged in ascending order of input values. Maybe it would be better if this data was located randomly in the file? )
Thank you.
Hi all.
Yesterday I conducted tests on my neural network, which should learn to convert the Color value from the RGB format to the HSL format.
The first thing I want to say is my joy that I have the opportunity to see reports while training a neural network.
For now, I'm just displaying the entire report array in the title of my text window.
I noticed that if I set the value of the "NeuralNetwork.ProgressReportFrequency" parameter to 1 more than the number of lines in the training data file, then the information in the title of the Text Window is visible well.
If anyone knows any other life hacks for using the Small Basic neural network, please tell us here.
Now I’ll transfer the files from my tablet to my powerful desktop PC and try to fully train the neural network.
( by the way, who knows whether the result of training a neural network depends on the SEQUENCE OF LOCATION of lines in the training data file? In my file now the training data is arranged in ascending order of input values. Maybe it would be better if this data was located randomly in the file? )
Thank you.