All Projects → sdrangan → Introml

sdrangan / Introml

Python tutorials for introduction to machine learning

Projects that are alternatives of or similar to Introml

M5 Methods
Data, Benchmarks, and methods submitted to the M5 forecasting competition
Stars: ✭ 192 (-2.04%)
Mutual labels:  jupyter-notebook
Covid19 Japan Reff
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Lernapparat
Various Notebooks for Lernapparat.de
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Python tutorial
python tutorial
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Score sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 190 (-3.06%)
Mutual labels:  jupyter-notebook
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Compstats
Code for a workshop on statistical interference using computational methods in Python.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Pynq workshop
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Largitdata
LargitData Course Material
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Notes Linear Algebra
线性代数笔记
Stars: ✭ 2,393 (+1120.92%)
Mutual labels:  jupyter-notebook
Gp4a
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Biological learning
Example of "biological" learning for MNIST
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Nbqa
Run any standard Python code quality tool on a Jupyter Notebook
Stars: ✭ 193 (-1.53%)
Mutual labels:  jupyter-notebook
Covid19italia
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Veridefteri
Veri Defteri Üzerine Kısa Notlar (www.veridefteri.com)
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Spyketorch
High-speed simulator of convolutional spiking neural networks with at most one spike per neuron.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Bayes computing course
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook

Introduction to Machine Learning in Python

This repository provides instructional material for machine learning in python. The material is used for two classes taught at NYU Tandon by Sundeep Rangan:

  • EE-UY / CS-UY 4563: Introduction to Machine Learning (Undergraduate)
  • EL-GY 6143: Introduction to Machine Learning (Graduate)

Anyone is free to use and copy this material (at their own risk!). But, please cite the material if you use the material in your own class.

Pre-requisites

  • All the software can be run on any laptop (Windows, MAC or UNIX). Instructions are also provided to run the code in Google Cloud Platform on a virtual machine (VM).
  • If you want to avoid setting up software on your local machine, most of the demos can also be directly run in the cloud on the excellent Google Colaboratory cloud service.
  • Both the undergrad and graduate classes assume no python or ML experience. However, experience with some programming language (preferably object-oriented) is required.
  • To follow all the mathematical details and to complete the homework exercises, the class assumes undergraduate probability, linear algebra and multi-variable calculus.

Start the course

Go to the units sequence for all the material for the machine learning course divided into units. Each unit includes slides, python demos, problems and labs.

Online material including videos

We have also begun recording videos for a fully online version of the class.

Feedback

Any feedback is welcome. If you find errors, have ideas for improvements, or want to voice any other thoughts, create an issue and we will try to get to it. Even better, fork the repository, make the changes yourself and create a pull request and we will try to merge it in. See the excellent instructions from the former TA Ish Jain.

Contributors

The course material has been developed by several faculty including:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].