Classify items from the Fashion-MNIST dataset using Logistic Regression (LR) and Support Vector Machine (SVM) models.
| Name | Major | University |
|---|---|---|
| Kieu Thi Ngoc Vui | Data Science | University of Science (VNUHCM) |
| Nguyen Ngoc Thanh Thu | Data Science | University of Science (VNUHCM) |
| Phan Binh Phuong | Data Science | University of Science (VNUHCM) |
| Huynh Thao Quynh | Data Science | University of Science (VNUHCM) |
| Ly Vinh Thuan | Data Science | University of Science (VNUHCM) |
| Nguyen Tran Le Hoang | Data Science | University of Science (VNUHCM) |
| Nguyen Thuan Phat | Data Science | University of Science (VNUHCM) |
| Duong Thanh Phong | Data Science | University of Science (VNUHCM) |
After performing the git add . command, the git commit message should follow this structure:
git commit -m "[folder/file updated] - [task description]"
Example:
git commit -m "Fashion_MNIST_Classifier/ItemClassification.ipynb - Reducing dimensions using PCA."
Task description should provide enough information for other members to understand what was updated or changed, e.g., fixing bugs, adding features, refactoring code.
After that, use the git push command to push into the GitHub repository.
| Folder | Description |
|---|---|
| Data | Contains the original dataset used for training and testing. |
| Fashion_MNIST_Classifier | Source code for classifying items, evaluating the performance of classification models, and tuning the models. |
| Reports | Documented reports and presentations summarizing the project findings. |
| Setup | Contains the environment setup files and dependencies required to run. |