Giter Club home page Giter Club logo

gm4hdda's Introduction

M3239.006800: Geometric Methods for High-Dimensional Data Analysis

The official repository for the homework assignments of the lecture <Geometric Methods for High-Dimensional Data Analysis> instructed by Frank C. Park in Seoul National University.

Table of Contents

Schedule
Instructions for Settings
Homework 1
Homework 2
Homework 3

TA Contacts

Schedule

Task Due date PDF file Solution
Assignment I October 5, 2022 pdf TBA
Assignment II October 26, 2022 pdf TBA
Project Proposal November 9, 2022 pdf -
Assignment III November 14, 2022 pdf TBA
Assignment IV TBA TBA TBA
Course Project December 9, 2022 TBA -

Instructions for Settings

Install Anaconda3 and Jupyter Notebook

For those unfamiliar with environment setup, Anaconda3 installation is recommended.

  • For Windows user, download and install Anaconda3 from the following link: https://www.anaconda.com/products/distribution.
  • For Linux user, download shell file from the following link: Anaconda3-2022.05-Linux-x86_64.sh. After that, execute the shell using the following command:
    chmod +x Anaconda3-2022.05-Linux-x86_64.sh      # change permission
    ./Anaconda3-2022.05-Linux-x86_64.sh             # execute shell file

After Anaconda3 installation, jupyter is automatically installed and you can run jupyter notebook with the following command:

jupyter notebook

Guidelines for Anaconda3 and Jupyter Notebook

Here's some commands for conda environment:

conda create -n {name} python=3.9   # create conda environment
conda activate {name}               # activate conda environment
conda deactivate {name}             # deactivate conda environment

If you want to use the created conda environment in jupyter notebook, you need to register the kernel. The command to register is following:

pip install ipykernel
python -m ipykernel install --user --name {name} --display-name "{name-in-jupyter}"
  • {name} and {name-in-jupyter} can be replaced by your choices.

Environment

The project codes are tested in the following environment.

  • python 3.9
  • numpy
  • matplotlib
  • scikit-learn
  • pytorch
  • torchvision

To setup the environment except pytorch and torchvision, run the following script in the command line:

pip install -r requirements.txt

Pytorch and torchvision need to be installed separately using the method below.

Torch installation

Install PyTorch and torchvision from the following link: https://pytorch.org.

Homework 1

Follow the instructions in the HW1.ipynb file. After you complete and run the HW ipython file, send the result file to [email protected].
For problem 1~5, submit your answer sheet in the class.

Homework 2

Follow the instructions in the HW2.ipynb file. After you complete and run the HW ipython file, send the result file to [email protected].
For problem 1~4, submit your answer sheet to 302-413, or [email protected]

  • In problem 5 of the pdf file, change $\mathcal{D} =$ { $(x_i,x_j)|x_i, x_j \in \mathcal{X}$ } to $\mathcal{D} =$ { $(x_i,x_j)$ }

Homework 3

Follow the instructions in the HW3.ipynb file. After you complete and run the HW ipython file, send the result file to [email protected].
For problem 1~4, submit your answer sheet to 302-413, or [email protected]

gm4hdda's People

Contributors

seungyeon-k avatar yhun96 avatar gabe-yhlee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.