소스 검색

Describe requirements to use source code

DricomDragon 5 년 전
부모
커밋
2ae3b16636
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1,3 +1,14 @@
 # NeuralNetwork
 
-Practice neural network with number recognition.
+Practice neural network with number recognition.
+
+## Requirements
+
+### Download data samples
+
+Execute the script `resources/retrieve_digit_database.bash`.
+
+### Install python dependencies
+
+`pip3 install python-mnist`
+