File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Handwritten digits recognition in C using neural network trained using [MNIST da
1818
1919
2020# Libraries
21- Dependency of the libraries is in this order: ` GUI -> ceural -> lag `
21+ Dependency of the libraries is in this order: ` GUI -> ceural -> lag ` . For documentation see source code or use IDE (for example vscode).
22+
2223 - ` lag ` - [ Linear Algebra library] ( #Lag )
2324 - ` ceural ` - [ C neural network library] ( #Ceural )
2425
@@ -68,14 +69,13 @@ Even though Python is much slower than C, Python-digit-recognition is faster. Th
6869# ToDo
6970- [ ] add ` lag ` tests
7071- [ ] add ` ceural ` tests
71- - [ ] Cleanup & document ` gui `
72+ - [ ] Use BLAS (for example [ OpenBLAS ] ( https://github.com/xianyi/OpenBLAS ) ) library for linear algebra in more functions to improve speed
7273- [ ] Add icons into ` gui `
7374- [ ] Add command line options to train & test & save & load NN
74- - [ ] Create documentation
75+ - [ ] Create ` lag ` & ` ceural ` docs
7576- [ ] Choose license
7677- [ ] Create Windows compilation script & test it on Windows
7778- [x] Center digit by center of mass of the pixels before feeding it to the neural network from GUI input
78- - [ ] Use BLAS (for example [ OpenBLAS] ( https://github.com/xianyi/OpenBLAS ) ) library for linear algebra to improve speed
7979- [ ] Look into possible accuracy improvements
8080
8181
You can’t perform that action at this time.
0 commit comments