Presentation is loading. Please wait.

Presentation is loading. Please wait.

Least squares linear classifier

Similar presentations


Presentation on theme: "Least squares linear classifier"— Presentation transcript:

1 Least squares linear classifier
Usman Roshan

2 Least squares perceptron

3 Gradient descent

4 Optimization

5 Perceptron training

6 Perceptron training

7 Perceptron training by gradient descent

8 Obtaining probability from hyperplane distances

9 Coordinate descent Doesn’t require gradient
Can be applied to non-convex problems Pseudocode: Initialize entries wi of w to random values while(prevobj – obj > 0.01) for i = 0 to columns prevobj = obj wi += Δw (or subtract, whichever gives lower objective) Recompute objective obj

10 Coordinate descent Challenges with coordinate descent
Local minima with non-convex problems How to escape local minima: Random restarts Simulated annealing Iterated local search


Download ppt "Least squares linear classifier"

Similar presentations


Ads by Google