Tag: Python

id-matching

October 11, 2019
A face recognition application that matches photos to identity documents.

iris-perceptron

March 15, 2019
Use of the Perceptron algorithm for classifying the iris data-set.

frozen-lake

December 16, 2018
Reinforcement learning agent for the OpenAI frozen lake game.

fashion-mnist-classification

November 20, 2018
In this Python program an Artificial Neural Network is trained in order to classify fashion item images.

jpeg-compression

November 22, 2017
Implementation of the JPEG algorithm for compressing and decompressing images.