JMEusebio's Stars
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
hindupuravinash/the-gan-zoo
A list of all named GANs!
peers/peerjs
Simple peer-to-peer with WebRTC.
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
kjw0612/awesome-deep-vision
A curated list of deep learning resources for computer vision
phillipi/pix2pix
Image-to-image translation with conditional adversarial nets
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
affinelayer/pix2pix-tensorflow
Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
Newmu/dcgan_code
Deep Convolutional Generative Adversarial Networks
mingyuliutw/UNIT
Unsupervised Image-to-Image Translation
carpedm20/DiscoGAN-pytorch
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
yunjey/domain-transfer-network
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
xiaowei-hu/CycleGAN-tensorflow
Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
shuyo/iir
Machine Learning / Natural Language Processing / Information Retrieval
pumpikano/tf-dann
Domain-Adversarial Neural Network in Tensorflow
ikostrikov/TensorFlow-VAE-GAN-DRAW
A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).
hwalsuklee/tensorflow-mnist-VAE
Tensorflow implementation of variational auto-encoder for MNIST
mikeizbicki/ucr-cs100
open source software construction course
timsainb/Tensorflow-MultiGPU-VAE-GAN
A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.
yunjey/mnist-svhn-transfer
PyTorch Implementation of CycleGAN and SSGAN for Domain Transfer (Minimal)
buriburisuri/ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
IshmaelBelghazi/ALI
Adversarially Learned Inference
y0ast/VAE-TensorFlow
Implementation of a Variational Auto-Encoder in TensorFlow
penny4860/SVHN-deep-digit-detector
Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.
haeusser/learning_by_association
This repository contains code for the paper Learning by Association - A versatile semi-supervised training method for neural networks (CVPR 2017) and the follow-up work Associative Domain Adaptation (ICCV 2017).
pprett/bolt
Bolt Online Learning Toolbox
hiwonjoon/cycle-gan-tf
Reimplementation of cycle-gan(https://arxiv.org/pdf/1703.10593.pdf) with improved w-gan(https://arxiv.org/abs/1704.00028) loss in tensorflow.
ghif/drcn
ischlag/tensorflow-input-pipelines
TensorFlow input pipelines for multiple datasets for easy data fetching