riccardocadei / digits-comparison

Comparing couple of images from MNIST dataset using DCNN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Convolutional Neural Networks for Digits Comparison

The repository contains the code for Project 1 of the Deep Learning (EE-559) course at EPFL during Spring term 2021.

Team

This project is accomplished by:

Abstract

In this study we compare different Deep Neural Networks to predict the inequality among 2 gray-scale images representing handwritten digits from MNIST database. Advantages of weight-sharing and auxiliary loss are also discussed. Training the models on a training set of 1 000 couples of images we got a test error rate equal to 2.96%.

For a detailed description of our solution, read report.pdf

Environment

The project has been developed and test with python3.8.3.

Required libraries: Pytorch, matplotlib.


About

Comparing couple of images from MNIST dataset using DCNN.

License:MIT License


Languages

Language:Jupyter Notebook 82.1%Language:Python 17.9%