Skip to content

Jarlene/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages