Pinned Repositories
adversarial_invariance_feature_learning
Adversarial invariance feature learning.
AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
GANs
PyTorch implementation of several GANs.
hierarchical_kmeans
An package for creating hierarchical k-means/k-means tree/vocabulary tree.
Image_retrieval
An image retrieval system based on bag-of-visual-word.
inpainting
Image inpainting using GAN and/or partial convolution with progressive growing training scheme.
MV_RNN
A tensorflow implementation of Richard Socher's paper: Semantic Compositionality through Recursive Matrix-Vector Spaces
PyTorch-progressive_growing_of_gans
PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
Robotic-car
CS373 - programming for a robotic car
tf-Word2Vec
An tensorflow implementation of Word2Vec model: Skip-gram, CBOW.
github-pengge's Repositories
github-pengge/PyTorch-progressive_growing_of_gans
PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
github-pengge/GANs
PyTorch implementation of several GANs.
github-pengge/tf-Word2Vec
An tensorflow implementation of Word2Vec model: Skip-gram, CBOW.
github-pengge/hierarchical_kmeans
An package for creating hierarchical k-means/k-means tree/vocabulary tree.
github-pengge/MV_RNN
A tensorflow implementation of Richard Socher's paper: Semantic Compositionality through Recursive Matrix-Vector Spaces
github-pengge/adversarial_invariance_feature_learning
Adversarial invariance feature learning.
github-pengge/inpainting
Image inpainting using GAN and/or partial convolution with progressive growing training scheme.
github-pengge/Robotic-car
CS373 - programming for a robotic car
github-pengge/Image_retrieval
An image retrieval system based on bag-of-visual-word.
github-pengge/AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
github-pengge/caffe
Caffe: a fast open framework for deep learning.
github-pengge/cuda-convnet
Automatically exported from code.google.com/p/cuda-convnet
github-pengge/CycleGAN
Image to image translation using CycleGAN + supervised. PyTorch implementation.
github-pengge/hyperboard
A web-based dashboard for Deep Learning
github-pengge/models
Models built with TensorFlow
github-pengge/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
github-pengge/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g. horse2zebra, edges2cats, and more)
github-pengge/roboschool
Open-source software for robot simulation, integrated with OpenAI Gym.
github-pengge/tensorboard-pytorch
tensorboard for pytorch
github-pengge/theano-rnn
Demonstration of recurrent neural network implemented with Theano
github-pengge/theano_fftconv
Convolution op for Theano based on CuFFT using scikits.cuda
github-pengge/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
github-pengge/ufldl-exercise-python
ufldl-python