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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ A neural network implementation written from scratch (i.e. no ML library is used
3
3
4
4
You can configure any network topology, but convolutional networks are not displayed well graphically.
5
5
6
-
Run 'TestNeuralNet' for a demo.
6
+
Run 'TestNeuralNet' for a demo. See MainWindow.xaml.cs in the TestNeuralNet project for an example of how to train and use it. There are several different data sets coded in that file that you can train for--just uncomment the training set you want to experiment with.
7
7
8
-
See MainWindow.xaml.cs in the TestNeuralNet project for an example of how to train and use it. There are several different data sets coded in that file that you can train for--just uncomment the training set you want to experiment with.
8
+
NeuralNet training is multithreaded in CPU (not GPU).
0 commit comments