/HKUSTLectures

Primary LanguageJupyter Notebook

Downloading new material

in order to download new material every session run the following

git clone https://github.com/cyrusmvahid/HKUSTLectures.git --recurse-submodules
git submodule update --init --recursive

If you have done the initialization you can simply run

git pull --recurse-submodules

Environmnet set up

To install Conda please refer to this link

 conda create -n HUB python=3.6 
 source activate HUB
 pip install numpy mxnet jupyter seaborn matplotlib pandas scipy gluoncv gluonnlp scikit-learn
 #test your environment
 which python
 # shoud result in <your conda path>//envs/HUB/bin/python
 python --version
 #Python 3.6.8 :: Anaconda, Inc.
 #To leave the environment
 conda deactivate

To get this repository, please run: git clone --recurse-submodules https://github.com/cyrusmvahid/HKUSTLectures.git

Study Materials: