You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The process of training the multilayer neural network may require some trial and error until the final result is achieved. At this moment the results are perhaps not too accurate recognizing knights.
It'd be convenient to use 50,000 samples to train the multilayer neural network rather than 20,000 and compare the results obtained with the current ones. If the results aren't significantly improved, then the sample data may require some tweaking.
This is a few step process as described in the README file.
Remove all files in the testing and the training folders.
Prepare 50,000 samples for further training.
Train the neural network.
Prepare 50,000 samples for further testing.
Make predictions.
Keep it up, and happy learning and coding.
The text was updated successfully, but these errors were encountered:
programarivm
changed the title
Use 50,000 samples to train the multilayer neural network
Use more samples to train the multilayer neural network
Jun 12, 2023
The process of training the multilayer neural network may require some trial and error until the final result is achieved. At this moment the results are perhaps not too accurate recognizing knights.
It'd be convenient to use 50,000 samples to train the multilayer neural network rather than 20,000 and compare the results obtained with the current ones. If the results aren't significantly improved, then the sample data may require some tweaking.
This is a few step process as described in the
README
file.Keep it up, and happy learning and coding.
The text was updated successfully, but these errors were encountered: