瀏覽代碼

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`
+