Skip to content

A simple neural network library written from scratch using Python and Numpy

Notifications You must be signed in to change notification settings

nurdinhossain/SimpleNeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleNeuralNet

A simple neural network library written from scratch using Python and Numpy

Supports:

  • Sigmoid, relu, leaky_relu, tanh, linear, and softmax activation functions
  • Xavier and kaiming weight initialization
  • Dropout
  • Adam optimizer
  • Batch training with live console progress display

About

A simple neural network library written from scratch using Python and Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages