Deep-Learning icon indicating copy to clipboard operation
Deep-Learning copied to clipboard

Study and implementation about deep learning models, architectures, applications and frameworks

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