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

CityU-SDSC4016-2022/SDSC4016-hw1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDSC4016 Fundamentals of Machine Learning II

SDSC4016 Homework 1:

Description

Solve a regression problem (COVID-19 prediction) with deep Multilayer Perceptron (MLP).

Getting Started

Dependencies

  • Python
    • Python 3.10+
    • Jupyter
    • pytorch

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 4016hw1
mamba activate 4016hw1

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

Code

Weak Baseline

Strong Baseline

Dataset

Training set

Testing set

Tested Result on Kaggle

Results on Kaggle

Final Score (Strong Baseline)

  • Public: Personal Best - 0.85156 vs Given Answer - 0.85584
  • Private: Personal Best - 0.89874 vs Given Answer - 0.91165

Releases

No releases published

Packages

No packages published