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
- Host: GitHub
- URL: https://github.com/harshpatel44/dynamic__neural_network
- Owner: Harshpatel44
- Created: 2020-02-12T19:41:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T18:46:48.000Z (about 5 years ago)
- Last Synced: 2025-01-24T15:41:50.870Z (4 months ago)
- Topics: backpropagation-algorithm, deep-learning, machine-learning, neural-network, python, relu
- Language: Jupyter Notebook
- Size: 12.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).