a simple machine learning library
implement the fully-connected op convolution op pool op and so on you can run mnistsample in sample directory
1、lstm、 gru ops
2、ps and tradition machine learning algorithms
3、xbuild for all hardware(x86 arm gpu and so on )
I recommend to build it with cmake(you can install clion ide to eidit it)
mkdir build && cd build
cmake ..
make
you can run mnist sample with runing the data/mnist.sh to download mnist data
./MnistSample