The project report of each project is written at the end of jupyter notebook(.ipynb) of respective using markdown cell.
The folder P1 corresponds to the first practical, P2 to the second, P3 to the third. Each folder itself contains the group solution in pyth file, the data used for the solution (if any) are in the folder "Data" and all the documentations in the folder "Documentations".
Project 1:
p1/p1_final.ipynb
Project 2:
p2/p2_final.ipynb
Project 3:
MNIST : p3/p3_final_ANN_MNIST.ipynb
Cifar10 : p3/p3_final_TransferLearning.ipynb
Checkpoints for MNIST and Cifar10 has been uploaded to seafile with mnist.h5 and cifar10.h5 file names repectively
Note: You can also find the MNIST checkpoint in github path : p3/mnist.h5