koalalarry's Stars
ohssr-cf/ohssr
AntreasAntoniou/HowToTrainYourMAMLPytorch
The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
cbfinn/maml
Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
weiaicunzai/awesome-image-classification
A curated list of deep learning image classification papers and codes
YuguangTong/improved_wgan_training
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
tjwei/GANotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
IShengFang/SpectralNormalizationKeras
Spectral Normalization for Keras Dense and Convolution Layers
mafda/generative_adversarial_networks_101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
bmolparia/pd_vs_et
ni79ls/har-keras-cnn
Jupyter Notebook for Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras
buriburisuri/timeseries_gan
A tensorflow implementation of GAN ( exactly InfoGAN or Info GAN ) to one dimensional ( 1D ) time series data.