https://github.com/praatibhsurana/deep-learning
Consists of Jupyter notebooks coded in Python involving various neural network based projects and a few important research papers to study from and get a grasp of deep learning
https://github.com/praatibhsurana/deep-learning
deep-learning neural-network neural-networks python
Last synced: 6 months ago
JSON representation
Consists of Jupyter notebooks coded in Python involving various neural network based projects and a few important research papers to study from and get a grasp of deep learning
- Host: GitHub
- URL: https://github.com/praatibhsurana/deep-learning
- Owner: praatibhsurana
- Created: 2020-04-19T06:04:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T12:38:26.000Z (over 5 years ago)
- Last Synced: 2025-02-06T06:52:07.929Z (8 months ago)
- Topics: deep-learning, neural-network, neural-networks, python
- Language: Jupyter Notebook
- Homepage:
- Size: 24.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep-Learning
Consists of Jupyter notebooks coded in Python involving various neural network based projects.
Also, some famous neural networks like the LeNet and ResNets have been used in a couple of projects to compare results of various different neural networks. There are also examples of various types of regularizations and network optimizations like the Adam optimization.