Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lovesaroha/learning-neural-networks

Various concepts of neural networks applied in python (numpy) to help people get started with AI.
https://github.com/lovesaroha/learning-neural-networks

batch-normalization dropout gradient-descent logistic-regression neural-network numpy python regularization

Last synced: 7 days ago
JSON representation

Various concepts of neural networks applied in python (numpy) to help people get started with AI.

Awesome Lists containing this project

README

        

# Learning-Neural-Networks (Python)
Various concepts of neural networks applied in python (numpy) to help people get started with AI.

## Examples
- Logistic Regression.
- Logistic Regression With Regularization.
- Simple Neural Network.
- Neural Network With Mini Batches.
- Neural Network With Regularization.
- Neural Network With Gradient Check.
- Neural Network With Dropout.
- Neural Network With Batch Norm.
- Neural Network With Optimization Algorithms (Momentum , RMSProp , Adam).