Skip to content

vyckey/NN_Test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NN_Test

This project contains some neural network code:

  • perceptron code
  • BP(Back Propagation) code
  • CNN(Convolutional Neural Networks) code
  • tiny-cnn's usage GitHub
  • tiny-dnn's usage GitHub
  • mathematical formula's implement with C++
    • transpose
    • determinant
    • adjoint matrix
    • inverse matrix
    • norm(vector、matrix)
    • eigenvalues/eigenvectors(real symmetric matrix)

The project support platform: windows7/10 64 bits. It can be directly build with VS2013 in windows7/10 64bits.

Screenshot:

Blog: fengbingchun

About

This project contains some neural network code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.1%
  • Python 5.0%
  • Protocol Buffer 4.7%
  • CMake 3.4%
  • Batchfile 0.3%
  • Makefile 0.3%
  • Other 0.2%