This repository contains the lab assignments from CS3612 (2022 Spring) with my solutions. I included the problems as a reference, but I do not claim the copyright of these problems.
If you found any mistakes in the solutions, please create an issue or contact me through email.
- This repository was tested with Python 3.10, Windows 11.
- PyTorch 1.11.0,
torchvision
0.12.0 andtorchtext
0.12.0 are required for Neural Network Projects.
- My solutions are provided under GNU General Public License v3.0. See
LICENSE
for more information.