Search for question
Question

For this programming assignment you will implement the Lenet 5 CNN using either pytorch or tensorflow,

but not Keras. You can take a look to other implementations in internet but please, when coding use your

personal coding style and add references to your sources. The goal of this implementation is that you

completely understand what happens in the code because our TA will ask you questions about it when

reviewing your assignment (you need to make an appointment with your TA for this).

Here is an implementation in PytorCH

Tutorial

Github

Here is an implementation in Tensorflow (careful: the tutorial and implementation don't match, I

couldn't find the pair from the same author)!

- Tutorial

- Github

Test your implementation with the MNIST dataset from Kaggle.