Skip to content

cyrusmvahid/HUBCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Description

Environmnet set up

To install git on your Windows laptop please watch: https://www.youtube.com/watch?v=albr1o7Z1nw To install conda on your Windows laptop please watch: https://www.youtube.com/watch?v=dWeWCQmewLc

To install Conda please refer to this link

 conda create -n HUB python=3.6 anaconda
 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

Cloning the repository

git clone --recurse-submodules https://github.com/cyrusmvahid/HUBCourse

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published