Giter Site home page Giter Site logo

cs5242_2022_spring's Introduction

CS5242_2022_Spring

Neural Networks and Deep Learning, NUS CS5242, 2022 Spring.

PyTorch is required for the quiz and project of this module. This repo guides you to set up the pytorch environment for both quiz and project.



Set Environment for OSX & Linux

  • Open a Terminal and type
   # Conda installation (skip this if you've already had Anaconda/Miniconda installed)
   curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh -J -L -k # Linux
   curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o miniconda.sh -J -L -k # OSX
   chmod +x miniconda.sh
   ./miniconda.sh
   source ~/.bashrc

   # Clone GitHub repo
   git clone https://github.com/zhaojw1998/CS5242_2022_Spring.git
   cd CS5242_2022_Spring

   # Install python libraries
   conda env create -f environment.yml
   source activate cs5242

   # Run the notebooks
   jupyter notebook

Set Project and Quiz Environment for Windows

   # Conda Installation (skip this if you've already hav Anaconda/Miniconda installed)
   https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe

   # Open an Anaconda Terminal 
   Go to Application => Anaconda3 => Anaconda Prompt 

   # Install git : Type in terminal
   conda install git 

   # Clone GitHub repo
   git clone https://github.com/zhaojw1998/CS5242_2022_Spring.git
   cd CS5242_2022_Spring

   # Install python libraries
   conda env create -f environment_windows.yml
   conda activate cs5242

   # Run the notebooks
   jupyter notebook

Credit

This repo is credited to Prof. Xavier Bresson. The origional repo is https://github.com/xbresson/CS5242_2021.







cs5242_2022_spring's People

Contributors

xbresson avatar zhaojw1998 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.