Ayush1695 / msds-534-2023

Rutgers MSDS-534 computing resources (Fall 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Create a Jupyter Notebook (guide)

Other good Python IDEs (integrated development environments)

  • PyCharm (download here -- scroll down for free Community Edition)
  • VSCode (download here)

Personally, I (Gemma) prefer PyCharm as it is similar-ish to R Studio and has good project management. Specifically, you can create a project and specify what environment you want to use for that project. Whenever you open that project, your Python console will automatically be using that environment.

(Let us know if you have other favorite Python IDEs we should add here!)

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.)

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)


Languages

Language:Jupyter Notebook 100.0%