Skip to content
forked from hccl/cpuxnn

A dummy implementation of neural network.

Notifications You must be signed in to change notification settings

zhichaowang/cpuxnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpuxnn

A dummy implementation of neural network.

Supported layer type:

  • fully connected
  • convolutional
  • pooling

Supported activation function:

  • identity

Supported training method

  • gradient descent

About

A dummy implementation of neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.1%
  • C 9.9%