Skip to content

bravo-t/NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A framework for neural network

  • Fully connected neural network and convolutional neural network written in C has finished.
  • Two objectives:
    1. Enhance the C programs to make them multi-threaded, especially for the CNN.
      • Multi-threaded version of fully connected network (Done)
      • Multi-threaded version of CNN
    2. Implement the verilog version of the two networks. (This will be a big project and I probably don't have time for it, sorry)