Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 222 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 222 Bytes

cpuxnn

A dummy implementation of neural network.

Supported layer type:

  • fully connected
  • convolutional
  • pooling

Supported activation function:

  • identity

Supported training method

  • gradient descent