Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hhhhhhao/papers

Reproduction of the interesting deep learning papers
https://github.com/hhhhhhao/papers

convolutional-neural-networks deep-learning deep-neural-networks generative-adversarial-network machine-learning

Last synced: 22 days ago
JSON representation

Reproduction of the interesting deep learning papers

Awesome Lists containing this project

README

        

# Deep Learning papers

## Deep Learning papers Implementation in Keras
Collection of implementation of deep learning papers in Keras, espeicially CNN, GAN papers.

Thanks for the inspiration from: [Keras-GAN](https://github.com/eriklindernoren/Keras-GAN#gan)

## Requirements
- Keras >= 2.1.0
- Tensorflow >= 1.8.0
- numpy
- matplotlib
- seaborn

## Table of Contents
* Implementations
+ [Generative Adversarial Nets](GAN)
+ [Deep Convolutional Generative Adversarial Networks](DCGAN)
+ [Self-Attention Generative Adversarial Networks](SAGAN)
+ [ImageNet Classification with Deep Convolutional Neural Networks](AlexNet)