Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 623 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 623 Bytes

Matrix

about project

a simple machine learning library

done list

implement the fully-connected op convolution op pool op and so on you can run mnistsample in sample directory

todo list

1、lstm、 gru ops
2、ps and tradition machine learning algorithms
3、xbuild for all hardware(x86 arm gpu and so on )

How to edit

I recommend to build it with cmake(you can install clion ide to eidit it)

 
mkdir build && cd build
cmake ..
make 

Run mnist

you can run mnist sample with runing the data/mnist.sh to download mnist data

 
./MnistSample