This repository contains my solutions to the assignments of the Deep Learning class offered by Professor Heewon Kim at Soongsil University (2nd semester, 2025).
The class is part of RealityLab, which focuses on research in deep learning and related areas.
Assignments are implemented in Python with frameworks such as TensorFlow and PyTorch.
- ReadMe File : (https://github.com/SSU-Reality-Lab/deep_learning_25_2-week-1-knn-assignment-Deep_Learning_Assignment_25_2/blob/master/assignment1/Readme_knn.md)
- CIFAR-10 Dataset Load function : (https://github.com/SSU-Reality-Lab/deep_learning_25_2-week-1-knn-assignment-Deep_Learning_Assignment_25_2/tree/master/assignment1/data_utils.py)
- KNearestNeighbor Class : (https://github.com/SSU-Reality-Lab/deep_learning_25_2-week-1-knn-assignment-Deep_Learning_Assignment_25_2/tree/master/assignment1/k_nearest_neighbor.py)