Lecture03 - Convex Functions and Optimization
Lecture03 - Convex Functions and Optimization
%pylab inline
import numpy as np
Homework will be submitted via Gradescope. Please see Piazza for precise instructions. Do it
soon, not at the last minute!!
There is an optional tutorial this evening, 5pm, in Dow 1013. Come see Daniel go over some
tough problems.
Anaconda is standalone Python distribution that includes all the most important scientific
packages: numpy, scipy, matplotlib, sympy, sklearn, etc.
Easy to install, available for OS X, Windows, Linux.
Small warning: it's kind of large (250MB)
Lecture Cat #2
How hard is it to find a solution that is (near-) optimal? This is one of the fundamental problems
in Computer Science and Operations Research.
A huge portion of ML relies on this task
A rough optimization hierarchy