https://github.com/mrgemy95/dl-playground
A modular implementation of some popular papers and architectures in deep learning.
https://github.com/mrgemy95/dl-playground
computer-vision deep-learning gan machine-learning pytorch reinforcement-learning tensorflow
Last synced: about 1 year ago
JSON representation
A modular implementation of some popular papers and architectures in deep learning.
- Host: GitHub
- URL: https://github.com/mrgemy95/dl-playground
- Owner: MrGemy95
- Created: 2017-03-03T21:51:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T22:36:42.000Z (over 8 years ago)
- Last Synced: 2025-04-01T01:51:06.379Z (about 1 year ago)
- Topics: computer-vision, deep-learning, gan, machine-learning, pytorch, reinforcement-learning, tensorflow
- Language: Python
- Homepage:
- Size: 38.5 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
****DL-Playground****
===================
A modular implementation of some popular papers and architectures in deep learning.
# **Table of Contents**
- **Tensorflow**
- [Neural Network](https://github.com/Mrgemy95/DL-Playground/tree/master/Tensorflow/NeuralNetwork)
- [Convolutional Neural Network](https://github.com/Mrgemy95/DL-Playground/tree/master/Tensorflow/ConvNueralNetwork)
- [Lstm](https://github.com/Mrgemy95/DL-Playground/tree/master/Tensorflow/LSTM)
- [Auto encoder](https://github.com/Mrgemy95/DL-Playground/tree/master/Tensorflow/auto_encoder)
- [GAN](https://github.com/Mrgemy95/GAN-tensorflow)
- **Pytorch**
- [Convolutional Neural Network](https://github.com/Mrgemy95/DL-Playground/tree/master/Pytorch)
----------