Skip to content

gemoran/msds-534-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutgers MSDS-534 (Fall 2023)

Welcome to MSDS-534! Here we will share computing resources for the class.

Getting started with Python

  1. Install Python and get started with environments (guide).
  2. Download VSCode (download here)
  3. Download Lecture 1 and open it in VSCode
  4. To use your msds534 environment, on the top right hand corner, click "Select Kernel" > "Python Environments" > msds534. If it prompts you to install ipykernel, follow the prompts to install it.
  5. See if you can run Lecture 1!

Other good Python IDEs (integrated development environments)

  • PyCharm (download here -- scroll down for free Community Edition). Note there is no Jupyter notebook (.ipynb files) in community PyCharm.

Learning Python

Introduction

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:

PyTorch

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)

Lecture Notebooks

Here we will post Jupyter Notebooks from the lectures.

Other guides (under construction)

  • Using github

About

Rutgers MSDS-534 computing resources (Fall 2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published