Skip to content

An artificial neural network library coded from scratch in python

Notifications You must be signed in to change notification settings

AdityaDaflapurkar/densenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

densenet

An artificial neural network library built using Numpy. The library supports ANNs of arbitrary size as defined by the user. It supports Regression and Classification tasks with the following specifications:

Activation functions:

  • Sigmoid
  • ReLU
  • Softmax
  • Linear (No activation, only linear transform)

Loss functions:

  • L1 Loss
  • L2 Loss
  • Cross Entropy
  • SVM Loss

Optimizers:

  • SGD
  • Momentum

About

An artificial neural network library coded from scratch in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages