Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 422 Bytes

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

  • VGG-16
  • VGG-19
  • ResNet-50
  • MobileNet
  • Inception

Frameworks

  • Tensorflow
  • Keras
  • Tensorboard
  • TFLearn
  • PyTorch