Skip to content

A very naive implementation of neural network. Experimental for computation graph.

Notifications You must be signed in to change notification settings

reyoung/NaiveNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Net

Experimental neural network implementation for investigating computation graph.

The lines of code should be less than 2000 or 3000, and should complete the following works:

  1. [Done] Register computation graph meta information.
  2. [Done] User can configure a computation graph.
  3. [Done] forward a fast forward network.
  4. [Done] backward a fast forward network.
  5. [Done] Abstract Graph Compiler concept.
  6. [Done] Optimization.
  7. [Done] Workspace.
  8. [Done] Use Variable instead of Tensor.
  9. [Doing] Support sparse data type for NLP.
  10. [TODO] Recurrent Neural Network.
  11. [TODO] Dynamic Network.
  12. [TODO] MultiThread Engine.

Build & RUN

git clone --recursive https://github.com/reyoung/NaiveNet.git
cd NaiveNet
mkdir build
cd build
cmake ..
make
cd ..
./build/NaiveNet

About

A very naive implementation of neural network. Experimental for computation graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages