Skip to content

This repository contains source code implementation of labs for NTU's MSAI 2020 Sem 1 course AI6103 on Deep Learning.

License

Notifications You must be signed in to change notification settings

kkaryl/AI6103-Deep_Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI6103_2020

Master of AI, Deep learning course AI6103, 2020



Cloud Machine #1 : Google Colab (Free GPU)



Cloud Machine #2 : Binder (No GPU)



Local Installation for OSX & Linux

  • Open a Terminal and type
   # Conda installation
   curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh # Linux
   curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh # OSX
   chmod +x ~/miniconda.sh
   ./miniconda.sh
   source ~/.bashrc

   # Clone GitHub repo
   git clone https://github.com/xbresson/AI6103_2020.git
   cd AI6103_2020

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

   # Run the notebooks
   jupyter notebook

Local Installation for Windows

   # Install Anaconda 
   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/xbresson/AI6103_2020.git
   cd AI6103_2020

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

   # Run the notebooks
   jupyter notebook







About

This repository contains source code implementation of labs for NTU's MSAI 2020 Sem 1 course AI6103 on Deep Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.9%
  • Python 6.1%