Skip to content

kuleshov/cornell-cs5785-2023-applied-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applied Machine Learning (Cornell CS5785, Fall 2023)

This repo contains executable course notes and slides for the Applied ML course at Cornell and Cornell Tech (Fall 2023 edition).

Note that these notes are slightly different from the ones used in my Youtube lecture videos videos from the Fall 2020 edition of the course. You may find these in my other Github repo.

Contents

This repo is organized as follows.

.
├── README.md
├── slides.               # Course slides
├── lecture-notes         # Lecture notes (expanding on the material in the slides)
└── requirements.txt      # Packages needed for your virtualenv

Setup

Requirements

You should be able to run all the contents of this repo using the packages provided in requirements.txt.

In a new virtualenv, run this:

pip install -r requirements.txt

Feedback

Please send feedback to Volodymyr Kuleshov

About

Lecture materials for Cornell CS5785 Applied Machine Learning (Fall 2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published