Pinned Repositories
A2C-Keras
BetterTrainingDataMnist_RL_GAN
DeepLearningMT4Bridge
Bridge between MT4 and python using named pipe, will serve as dump for the mql4 and mqlh file as well
FewShotAuthorClassificationMetaLearning
With Reptile https://blog.openai.com/reptile/ I attempt to meta learn few shot author classification. Currently testing the viability on the Gutenberg dataset.
FIGR
Few-shot Image Generation with Reptile
Generative_NLP_RL_GAN
Noisy-A3C-Keras
NoisyDenseKeras
Implementation of the https://arxiv.org/abs/1706.10295 Noisy Network for implementation dense layer in Keras
PPO-Keras
My implementation of the Proximal Policy Optisation algorithm using Keras as a backend
WGAN-GP-with-keras-for-text
My implementation of the 1d convolutional wgan described in this paper https://arxiv.org/abs/1705.10929.
LuEE-C's Repositories
LuEE-C/PPO-Keras
My implementation of the Proximal Policy Optisation algorithm using Keras as a backend
LuEE-C/FIGR
Few-shot Image Generation with Reptile
LuEE-C/Generative_NLP_RL_GAN
LuEE-C/Noisy-A3C-Keras
LuEE-C/WGAN-GP-with-keras-for-text
My implementation of the 1d convolutional wgan described in this paper https://arxiv.org/abs/1705.10929.
LuEE-C/DeepLearningMT4Bridge
Bridge between MT4 and python using named pipe, will serve as dump for the mql4 and mqlh file as well
LuEE-C/A2C-Keras
LuEE-C/FewShotAuthorClassificationMetaLearning
With Reptile https://blog.openai.com/reptile/ I attempt to meta learn few shot author classification. Currently testing the viability on the Gutenberg dataset.
LuEE-C/NoisyDenseKeras
Implementation of the https://arxiv.org/abs/1706.10295 Noisy Network for implementation dense layer in Keras
LuEE-C/BetterTrainingDataMnist_RL_GAN
LuEE-C/COMP-652-FinalProject
LuEE-C/GBM_Hat
Put a gbm hat on my imagenet model
LuEE-C/Generative_MIDI_RL
LuEE-C/Generative_RL_Prime
Trying to generate prime number of up to 2**32 by generating a 32 bit one hot encoding 1 change at the time
LuEE-C/GLO-Keras-tweet
LuEE-C/HugeConvolutionExperiments
Just wondering if a 1D convolution covering every attributes is equivalent to a fully connected layer.
LuEE-C/LuEE-C.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
LuEE-C/PyTorch-SE-ResNet
SE-ResNet PyTorch Version
LuEE-C/ReptilePytorch
Pytorch implementation of Reptile. I used Adam to optimize the weights instead of SGD as described in the paper as it converges in a fraction of the time.
LuEE-C/RL_notebook
Figuring out Reinforcement Learning
LuEE-C/SHA256Classification
Curious if xgboost could predict wether the first num of a sha256 is 0 or 1
LuEE-C/SquadExploration
Just trying a bunch of stuff to get a feel for the squad dataset
LuEE-C/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
LuEE-C/TextParaphrasing