Pinned Repositories
attention-tsp
Attention based model for learning to solve the Travelling Salesman Problem
Bayes-by-backprob
Tensorflow implementation of Bayes by Backprob algorithm, introduced in "Weight Uncertainty in Neural Networks" (https://arxiv.org/abs/1505.05424), by Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, Daan Wierstra.
BayesByHypernet
Code for the paper Implicit Weight Uncertainty in Neural Networks
bayesgan
Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)
ComplexValuedCNN
Complex Valued CNN
CPC
Implementation of Representation Learning with Contrastive Predictive Coding Paper (https://arxiv.org/abs/1807.03748).
deepul
I2I-LR
Official pytorch implementation of I2I translation with low resolution conditioning
RL_Project
My Deep learning project : Training a robot in MuJoCo with RL
TravelGAN
Implementation of " TraVeLGAN: Image-to-image Translation by Transformation Vector Learning " CVPR 2019 https://arxiv.org/abs/1902.09631
Medabid1's Repositories
Medabid1/I2I-LR
Official pytorch implementation of I2I translation with low resolution conditioning
Medabid1/ComplexValuedCNN
Complex Valued CNN
Medabid1/TravelGAN
Implementation of " TraVeLGAN: Image-to-image Translation by Transformation Vector Learning " CVPR 2019 https://arxiv.org/abs/1902.09631
Medabid1/CPC
Implementation of Representation Learning with Contrastive Predictive Coding Paper (https://arxiv.org/abs/1807.03748).
Medabid1/RL_Project
My Deep learning project : Training a robot in MuJoCo with RL
Medabid1/attention-tsp
Attention based model for learning to solve the Travelling Salesman Problem
Medabid1/Bayes-by-backprob
Tensorflow implementation of Bayes by Backprob algorithm, introduced in "Weight Uncertainty in Neural Networks" (https://arxiv.org/abs/1505.05424), by Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, Daan Wierstra.
Medabid1/deepul
Medabid1/BayesByHypernet
Code for the paper Implicit Weight Uncertainty in Neural Networks
Medabid1/bayesgan
Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)
Medabid1/bayesian-rnn
Medabid1/Bios8366
Advanced Statistical Computing at Vanderbilt University's Department of Biostatistics
Medabid1/CLRS
:notebook:Solutions to Introduction to Algorithms
Medabid1/deploying-machine-learning-models
Example Repo for the Udemy Course "Deployment of Machine Learning Models"
Medabid1/ML-SGHMC
Experiment code for Stochastic Gradient Hamiltonian Monte Carlo
Medabid1/models
Models built with TensorFlow
Medabid1/ODM-Import
Medabid1/playground
PlayGround: AI Research into Multi-Agent Learning.
Medabid1/pose-tensorflow
Human Pose estimation with TensorFlow framework
Medabid1/ppocma
Medabid1/Practical_RL
A course in reinforcement learning in the wild
Medabid1/probability
Probabilistic reasoning and statistical analysis in TensorFlow
Medabid1/rl-cheatsheet
RL Notation and Pseudocode for Udacity's MLND program
Medabid1/stargan-v2
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Medabid1/tf-pose-estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Medabid1/vq-vae-2-pytorch
Implementation of Generating Diverse High-Fidelity Images with VQ-VAE-2 in PyTorch