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

https://github.com/harshpatel44/dynamic__neural_network

Machine Learning Assignments repository
https://github.com/harshpatel44/dynamic__neural_network

backpropagation-algorithm deep-learning machine-learning neural-network python relu

Last synced: 2 months ago
JSON representation

Machine Learning Assignments repository

Awesome Lists containing this project

README

        

# Dynamic Neural Network
This Repository contains collection of programs of Neural network created from scratch.


1. Creation of 2 synthetic datasets.

2. Creation of simple Feedforward Neural Network.

3. Using 4 active functions : ReLu, Sigmoid, Leaky ReLu, Softmax

4. OOP based Neural Network.

5. Neural Network with given Hidden Layers (dynamic settings).