Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaldog12/deep-learning
Study and implementation about deep learning models, architectures, applications and frameworks
https://github.com/arnaldog12/deep-learning
deep-learning deep-learning-algorithms keras tensorboard tensorflow tflearn
Last synced: 5 days ago
JSON representation
Study and implementation about deep learning models, architectures, applications and frameworks
- Host: GitHub
- URL: https://github.com/arnaldog12/deep-learning
- Owner: arnaldog12
- Created: 2017-07-25T17:47:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:06:06.000Z (7 months ago)
- Last Synced: 2024-04-14T02:19:52.651Z (7 months ago)
- Topics: deep-learning, deep-learning-algorithms, keras, tensorboard, tensorflow, tflearn
- Language: Jupyter Notebook
- Homepage:
- Size: 30.1 MB
- Stars: 82
- Watchers: 10
- Forks: 42
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning
The purpose of this repo is to contain a lot of code and resources about deep learning algorithms, frameworks, and models.
## Architectures
In this folder, you'll find the implementation of well-known deep learning architectures in Keras- [x] VGG-16
- [x] VGG-19
- [x] ResNet-50
- [ ] MobileNet
- [ ] Inception## Frameworks
- [x] Tensorflow
- [x] Keras
- [x] Tensorboard
- [x] TFLearn
- [ ] PyTorch## Courses
- [x] [Coursera] [Deep Learning Specialization by Andrew Ng](https://www.coursera.org/specializations/deep-learning)
- [x] [Coursera] [Deploying Machine Learning Models](https://www.coursera.org/learn/deploying-machine-learning-models?authMode=login)
- [x] [Coursera] [DeepLearning.AI TensorFlow Developer Professional Certificate](https://www.coursera.org/professional-certificates/tensorflow-in-practice)
- [x] [Edx] [Deep Learning Explained](https://www.edx.org/course/deep-learning-explained-2)
- [x] [Udacity] [Deep Learning Nanodegree](https://www.udacity.com/course/deep-learning-nanodegree--nd101)
- [x] [Udacity] [Deep Learning by Google](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
- [x] [Udacity] [Intro to Machine Learning](https://www.udacity.com/course/intro-to-machine-learning--ud120)
- [ ] [Udemy] [Deep Learning A-Z](https://www.udemy.com/course/deeplearning/)