Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

CityU-SDSC4016-2022/SDSC4016-hw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDSC4016 Fundamentals of Machine Learning II

SDSC4016 Homework 2:

Description

Solve an image classification problem with CNN.

Getting Started

Dependencies

  • Python
    • Python 3.10+
    • Jupyter
    • pytorch
    • torchvision

Install mini-conda and mamba

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash ./Miniconda3-latest-Linux-x86_64.sh
conda install mamba -n base -c conda-forge

Set up conda environment

mamba create -n 4016hw2
mamba activate 4016hw2

Installing dependencies

# conda or mamba
mamba install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
mamba install -c conda-forge Jupyter ipykernel
mamba install -c conda-forge pandas numpy matplotlib scikit-learn tqdm

Code

Baseline

Modified

Tested Result on Kaggle

Results on Kaggle

Final Score

  • Public: 0.70282
  • Private: 0.71159

Releases

No releases published

Packages

No packages published