Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 654 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 654 Bytes

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)