ryanreadbooks / Npnn

Neural network based on Python using Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npnn

Neural network based on Python using Numpy.

  • Several basic layers of neural network are implemented in npnn/basic.
  • Several basic optimizers are implemented in npnn/optim.
  • A container called Sequential(like in Pytorch) is implementd in npnn/nn. It can be used to build a neural network.

About

Neural network based on Python using Numpy


Languages

Language:Python 100.0%