• Stars
    star
    431
  • Rank 100,209 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Experimental keras implementation of novel neural network structures

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'.