DingKe/nn_playground
Experimental keras implementation of novel neural network structures
Implements quantized networks (binary, ternary, XNOR), recurrent architectures (QRNNs), and modern generative models (VAEs, multiple GAN variants) alongside normalization techniques and attention mechanisms. Built on Keras with TensorFlow backend, using channels-first image format for optimized computation across diverse neural network paradigms from efficient inference to adversarial training.
432 stars. No commits in the last 6 months.
Stars
432
Forks
148
Language
Python
License
MIT
Category
Last pushed
Sep 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DingKe/nn_playground"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
OVVO-Financial/NNS
Nonlinear Nonparametric Statistics
DataForScience/DeepLearning
Deep Learning From Scratch
remicres/otbtf
Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)
emilwallner/Deep-Learning-From-Scratch
Six snippets of code that made deep learning what it is today.