Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MNIST/MNIST/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ train_data_path = train-images.idx3-ubyte
train_label_path = train-labels.idx1-ubyte
test_data_path = t10k-images.idx3-ubyte
test_label_path = t10k-labels.idx1-ubyte
number_hidden_neurons = 300
number_hidden_neurons = 800
learn_rate = 0.01
number_eras = 10
number_eras = 20
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NeuralNetwork
Full connected network for detection MNIST dataset
Fully connected network for classification of MNIST dataset

MNIST DATASET: http://yann.lecun.com/exdb/mnist/
VISUAL STUDIO 2012 project
Expand All @@ -9,9 +9,9 @@ VISUAL STUDIO 2012 project
2: Path to MNIST train-labels
3: Path to MNIST test-images
4: Path to MNIST test-labels
5: number hidden neuron
6: learn rate
7: number epochs
5: number hidden neuron
6: learn rate
7: number epochs

### Example config.txt (is in the repository)
train_data_path = train-images.idx3-ubyte
Expand All @@ -22,6 +22,6 @@ number_hidden_neurons = 300
learn_rate = 0.01
number_eras = 10

### Error with parameters from example:
Train: 0.015833
Test: 0.0258
### Accuracy with parameters from example:
Train: 0.984167
Test: 0.9742
Binary file modified Report.pdf
Binary file not shown.