Articles debutant

pretrained transformers

Pre-trained Transformers with Hugging Face

Get started with the transformers package from Hugging Face for sentiment analysis, translation, zero-shot text classification, summarization, and named-entity recognition (English and French)

Read More →

My cat Capuchon

Deploy a Deep Learning Model with Flask RESTful

Learn how to deploy your deep learning model as a REST API for your customers.

Read More →

matplotlib for machine learning

Matplotlib for Machine Learning

Learn the basics of matplotlib in 1h. You'll make your first plots with a toy machine learning example.

Read More →

numpy for machine learning

Numpy Crash Course for Machine Learning

Learn the minimum numpy needed to get started with machine learning (1h course)

Read More →

python for machine learning

Python Crash Course for Machine Learning

You want to get started with machine learning but you don't know python? You're at the right place! (1h course)

Read More →

garbage in, garbage out in a neural network

Overfitting Illustrated

One of the most important issues in machine learning, illustrated in a small 2D classification problem.

Read More →

non-linear classification problem

Logistic Regression vs Neural Network: Non Linearities

What are non-linearities and how hidden neural network layers handle them.

Read More →

neural network with a single neuron

The 1-Neuron Network: Logistic Regression

The most simple neural network. Learn how a neuron is working.

Read More →

artist view of a neural network

First Neural Network with Keras

Keras is easy and powerful. Give it a try by training your first neural net to classify handwritten digits.

Read More →

handwritten digits

Handwritten Digit Recognition with scikit-learn

Create a first simple neural network to classify handwritten digits.

Read More →