An open API service indexing awesome lists of open source software.

https://github.com/dhruvsrikanth/pynn

Purely NumPy based API for building deep neural networks.
https://github.com/dhruvsrikanth/pynn

deep-learning deep-learning-framework machine-learning numpy python pytorch

Last synced: 24 days ago
JSON representation

Purely NumPy based API for building deep neural networks.

Awesome Lists containing this project

README

          

# 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