From 41f7b30d9e668976107d2aa992796a130c7ea4d6 Mon Sep 17 00:00:00 2001 From: Koryun Khachatryan Date: Tue, 29 Oct 2019 20:59:19 +0300 Subject: [PATCH] Update README.md Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c98c0..31056c5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ python get_training_data.py neural_network.py implemented NeuralNetwork class and related functionality. Run example: ``` -python neural_network.py train-images/ 30 0.1 300 10 60 +python3 neural_network.py train-images/ 30 0.1 300 10 60 ``` Inputs: - [data folder] folder with training data (in .gz format) @@ -23,4 +23,4 @@ Inputs:  - [learn rate]  - [hidden size] the number of neurons in the hidden layer - [output size] the number of neurons in the output layer - - [batch_size] \ No newline at end of file + - [batch_size]