Pinned Repositories
Efficient-Kernel-UCB
Nested-Exponential-Weights
optimization-continuous-action-crm
Adversarially-Learned-Anomaly-Detection
ALAD (Proceedings of IEEE ICDM 2018) official code
CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
Deep-Learning-Keras
Assigments for the MVA Deep Learning Class
DeepModels-MNIST-CIFAR10-Tensorflow
Implementations of gans, ae, and vae using Tensorflow.
Efficient-GAN-Anomaly-Detection
Hands-on-Tensorboard
This is an implementation of what is displayed step by step in "Hands-on Tensorboard" vidéo from official Tensorflow tutorial video at https://www.youtube.com/watch?v=eBbEDRsCmv4, the final source code is available at https://goo.gl/ZwGnPE. This repo is of course mainly inspired from this tutorial and its source code. However, it has the specificity of giving all steps that are explained during the tutorial, which helps to understand the whole video, instead of seeing the final code without intermediary steps... It is implemented with method tf.get_variable() instead of class tf.Variable, therefore there are some differences with original source code. Tensorflow official documentations explains that tf.get_variable() is better for Multi-GPU computations. Database for training is MNIST
Probabilistic-Context-Free-Grammar-Parser
Basic probabilistic parser for French that is based on the CYK algorithm and the PCFG model and that is robust to unknown words with an OOV Module
houssamzenati's Repositories
houssamzenati/Efficient-GAN-Anomaly-Detection
houssamzenati/Adversarially-Learned-Anomaly-Detection
ALAD (Proceedings of IEEE ICDM 2018) official code
houssamzenati/DeepModels-MNIST-CIFAR10-Tensorflow
Implementations of gans, ae, and vae using Tensorflow.
houssamzenati/Probabilistic-Context-Free-Grammar-Parser
Basic probabilistic parser for French that is based on the CYK algorithm and the PCFG model and that is robust to unknown words with an OOV Module
houssamzenati/Hands-on-Tensorboard
This is an implementation of what is displayed step by step in "Hands-on Tensorboard" vidéo from official Tensorflow tutorial video at https://www.youtube.com/watch?v=eBbEDRsCmv4, the final source code is available at https://goo.gl/ZwGnPE. This repo is of course mainly inspired from this tutorial and its source code. However, it has the specificity of giving all steps that are explained during the tutorial, which helps to understand the whole video, instead of seeing the final code without intermediary steps... It is implemented with method tf.get_variable() instead of class tf.Variable, therefore there are some differences with original source code. Tensorflow official documentations explains that tf.get_variable() is better for Multi-GPU computations. Database for training is MNIST
houssamzenati/Deep-Learning-Keras
Assigments for the MVA Deep Learning Class
houssamzenati/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
houssamzenati/gan-manifold-reg
This is the code we used in our paper Manifold regularization with GANs for semi-supervised learning
houssamzenati/homepage
houssamzenati/me
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
houssamzenati/neural-cryptography-tensorflow
Neural Networks that invent their own encryption :key:
houssamzenati/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
houssamzenati/Super-Mario-Bros-RL
This project explores deep reinforcement learning, hybrid actor-critic approach with A3C/PPO combined with curiosity for playing Super Mario Bros
houssamzenati/DataScience101
Data science repository for the Finish Off school, Algiers
houssamzenati/DL2W
Workshop materials, by the Deep Learning 2.0 team in I2R, A*STAR, Singapore
houssamzenati/houssamzenati.github.io
houssamzenati/HTTP-Traffic-Monitoring
Consumes actively written http common log format access log
houssamzenati/IllustrationGAN
A simple, clean TensorFlow implementation of Generative Adversarial Networks with a focus on modeling illustrations.
houssamzenati/tutorials
Notebooks used for teaching