Ecosyste.ms: Awesome

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

https://github.com/DingKe/nn_playground

Experimental keras implementation of novel neural network structures
https://github.com/DingKe/nn_playground

deep-learning deep-neural-networks keras neural-networks

Last synced: 8 days ago
JSON representation

Experimental keras implementation of novel neural network structures

Lists

README

        

# binarynet
Binary Networks

# xnornet
XNOR Networks

# ternarynet
Ternary Networks

# qrnn
Quasi-Recurrent Nueral Networks

# vae
Variational Auto-Encoder

# gcnn
Gated Convolutional Nueral Networks

# weighnorm
Weight Normalization

# layernorm
Layer Normalization

# wgan
Wasserstein GAN

# lsgan
Least Squares GAN

# glsgan
Generalized Loss Sensitive GAN

# focal_loss
Focal Loss

# senet
Squeeze-and-Excitation Networks

Note:
By default, all keras scripts run on tensorflow backend with image_data_format 'channels_first'.