There are no reviews yet. Be the first to send feedback to the community and the maintainers!
machine_learning_adversarial_examples
An implementation of the 'fast gradient sign method' from the paper 'Explaining and Harnessing Adversarial Examples'machine_learning_denoising
A Keras implementation of the "Deep Image Prior" paper.teaching
NVSM_pytorch
PoC of the "Neural Vector Space Model" on a bunch of wikipedia articles.talk-slides
Slides (with LaTeX files) of the various talks I give (ML / DL / fun with coding)buddhabrot
Basic buddhabrot fractal rendering in Python using multiprocessing and Python Image Librarymachine_learning_image_anomaly_detection
Program that tries do detect outliers in an image datasetmachine_learning_toy_autoencoder
A simple autoencoder trained on the MNIST dataset and a visualization of the latent code space.machine_learning_car_counter
A small deep learning notebook based on the object detection model of Tensorflow that counts the number of cars on a picture.machine_learning_deep_knn
Experiments with deep learning interpretability based on "Deep k-Nearest Neighbors: Towards Confident, Interpretable and Robust Deep Learning" (https://arxiv.org/abs/1803.04765)fractal_GAN
A deep learning project where the goal is to train a generator to produce plausible fractal images.keras_neural_style_transfer
Keras implementation of the original neural style transfer paper.machine_learning_used_cars
Data visualization and predictions on a kaggle used car data set.machine_learning_intent_classification
machine_learning_pokemon
Trying to predict the type of pokemon knowing its characteristics (based on a Kaggle dataset).machine_learning_pytorch_deep_image_prior
Implementation of the denoising part of the "Deep Image Prior" paper in PyTorch. This implementation is also available as a Google Colaboratory notebook.machine_learning_pytorch_simple_cnn_1d_nlp
The purpose of this notebook is to demonstrate how to build a simple one dimensionnal CNN to do text classification. The dataset used in this notebook is the "Twitter Sentiment Analysis" dataset. The goal of the network is to be able to predict whether a given has a positive or a negative sentiment.machine_learning_fractal_super_resolution
Using deep learning to produce zooms on the Mandelbrot set using super-resolution networks.random_projection_experiment
Experiments with random projection for similarity measurement and Johnson-Linderstrauss lemma.Love Open Source and this site? Check out how you can help us