Skip to content

DhruvSrikanth/pynn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNN

A pure numpy implementation of layers, learning algorithms and objective functions for neural networks.

Layers and Activation Functions

Layers:

  1. Linear
  2. Convolution (in-progress)

Activation Functions:

  1. Sigmoid
  2. Softmax
  3. ReLU
  4. Tanh (in-progress)
  5. LeakyReLU

Learning Algorithms

  1. Stochastic Mini-Batch Gradient Descent

Metrics

  1. Area Under the Curve (AUC)

Objective Functions

  1. Mean Squared Error
  2. Categorical Cross Entropy

About

Purely NumPy based API for building deep neural networks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors