/Npnn

Neural network based on Python using Numpy

Primary LanguagePython

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.