Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 960 Bytes

11-hw1.md

File metadata and controls

36 lines (27 loc) · 960 Bytes
title permalink excerpt author date published
Homework 1
assignments/hw1
Basic notions in machine-learning and opitimization
moshe
2022-10-28
true

Submission date: November 19th, 2022

Topics

  • Working with data in PyTorch
  • PyTorch tensor API and broadcasting
  • Dataset splits
  • Cross validation
  • Optimizing loss functions with SGD
  • Linear SVM
  • Linear Regression with nonlinear features

Downloading

The assignment is available here (use the download button at the top).

FAQ

Make sure to read the [getting started page]({{ site.baseurl }}{% link _assignments/00-getting-started.md %}) before getting started.

Q: Will this assignment require use of course servers?
A: No, it's optional. This assignment does not involve very heavy or long-running computations.