Skip to content

Commit a0c8ed0

Browse files
authored
Update README.md
1 parent ba49fa7 commit a0c8ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ A neural network implementation written from scratch (i.e. no ML library is used
33

44
You can configure any network topology, but convolutional networks are not displayed well graphically.
55

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.
77

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

Comments
 (0)