An open API service indexing awesome lists of open source software.

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.

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)

----------