Welcome to MSDS-534! Here we will share computing resources for the class.
- Install Python and get started with environments (guide).
- Download VSCode (download here)
- Download Lecture 1 and open it in VSCode
- To use your
msds534
environment, on the top right hand corner, click "Select Kernel" > "Python Environments" >msds534
. If it prompts you to installipykernel
, follow the prompts to install it. - See if you can run Lecture 1!
- PyCharm (download here -- scroll down for free Community Edition). Note there is no Jupyter notebook (
.ipynb
files) in community PyCharm.
A good introduction to Python for data science is from Introduction to Statistical Learning, (James, G., Witten, D., Hastie, T., and Tibshirani, R.)
Here is a nice blogpost about learning Python as an R user:
This is a nice introduction to PyTorch -- it starts with a basic linear model and shows you how to code it up in PyTorch (saving the bells and whistles of neural networks for another time)
Here we will post Jupyter Notebooks from the lectures.
- Using github