Skip to content

Commit ac26ff2

Browse files
authored
update
1 parent 4040448 commit ac26ff2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This is a Deep Learning toolbox implemented by C/C++
44

55
You need to install Eigen Matrix Libray and OpenCV 2.4.3 (or other alternative) in order to build this project.
66

7-
Some datasets are in zip file,you need to unzip them and copy to correct folders.
7+
Some datasets are in zip file,you need to unzip them and copy to the proper folders.
88

9-
You need to download the mnist dataset from http://yann.lecun.com/exdb/mnist/ and unzip to the correct folder,make sure it has the same name to what is referenced in the code,please rename it if not.
9+
You need to download the mnist dataset from http://yann.lecun.com/exdb/mnist/ and unzip to the proper folder,make sure it has the same name as what is referenced in the code,please rename it if not.
1010

11-
The getConfigXXValues functions may not work due to the end of line format of "ParamConfig.ini" file,you should convert it to the windows platform end of line format.
11+
The getConfigXXValues functions may not work due to the end of line format of "ParamConfig.ini" file,you should convert it to the windows platform "end of line" format.
1212

13-
The Deep Neural Network implemented by stacked autoencoders with proper paramters has a classification accuracy of 98% or even better on the mnist dataset(trained on training set and tested on test set).
13+
The Deep Neural Network implemented by stacked autoencoders with proper paramters has a classification accuracy of 98% or even better results with careful parameter selection on the mnist dataset(trained on training set and tested on test set).
1414

1515

0 commit comments

Comments
 (0)