Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 903 Bytes

Contributions

Projects Reports

The project report of each project is written at the end of jupyter notebook(.ipynb) of respective using markdown cell.

Solutions .ipynb files

Navigation

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".

Final Solution file path

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 Project 3

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