Skip to content

lance10t/CS612-SMU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS612-SMU

Installation

First please make sure you have installed Python. Then install virtual enviroment and activate it.

  • For Windows:
pip install virtualenv
python3 -m virtualenv cs612_venv
.\cs612_venv\Scripts\activate
  • For MacOS:
pip install virtualenv
virtualenv -p python3 cs612_venv
source cs612_venv/bin/activate

Then install some libraries.

pip install torch torchvision autograd scipy matplotlib

You can then follow the instructions in each exercise.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 64.3%
  • Python 35.7%