DS-ML-DL-AI-Solutions / ml-notebooks

Extra notebooks for ECE-GY 6143

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine learning notebooks

These are notebooks developed for ECE-GY 6143 Intro to Machine Learning at NYU Tandon School of Engineering.

Intro ML, exploratory data analysis

  • Notebook: Python + numpy tutorial PDF Open In Colab
  • Notebook: Colab tutorial Open In Colab
  • Notebook: Printing from Colab Open In Colab
  • Notebook: Exploratory data analysis (in-class) PDF Open In Colab
  • Notebook: Exploratory data analysis (homework) PDF Open In Colab
  • Notebook: Data detective challenge (optional homework) PDF Open In Colab

Linear regression

  • Notebook: Linear regression in depth PDF Open In Colab
  • Notebook: Compute regression coefficients by hand PDF Open in Colab
  • Notebook: Regression metrics PDF Open In Colab
  • Notebook: Case study on "Beauty in the Classroom" PDF Open In Colab
  • Notebook: Residual analysis on Advertising data (homework) PDF Open In Colab

Gradient descent

  • Notebook: Gradient descent in depth PDF Open In Colab

Bias-variance tradeoff, model selection

  • Notebook: Bias-variance tradeoff and model selection in depth PDF Open In Colab
  • Notebook: Model order selection for neural data (homework) Open In Colab

Regularization

  • Notebook: Regularization in depth PDF Open In Colab

Logistic regression

  • Notebook: Logistic regression in depth PDF Open In Colab
  • Notebook: Logistic regression for handwritten digits classification PDF Open In Colab
  • Notebook: COMPAS case study PDF Open In Colab
  • Notebook: Classifying your own handwritten digit (homework) PDF Open In Colab

K nearest neighbor

  • Notebook: K nearest neighbor in depth PDF Open In Colab
  • Notebook: Voter classification with K nearest neighbor (homework) Open In Colab

Decision tree, ensemble methods

  • Notebook: Decision trees and ensembles PDF Open In Colab
  • Notebook: AdaBoost PDF Open In Colab
  • Notebook: Bias and variance of KNN and decision tree models Open In Colab

Support vector machines

Neural networks

  • Notebook: Backpropagation from scratch PDF Open In Colab
  • Notebook: Draw your own classification problem for a neural network Open In Colab
  • Homework: Neural network for musical instrument classification (homework) [Open In Colab

Convolutional neural networks

Unsupervised learning

Project topics

For your project, you will replicate and then extend an existing ML project (typically a recent publication in a major ML conference). See projects list for examples.

About

Extra notebooks for ECE-GY 6143

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Makefile 0.2%Language:TeX 0.1%