- instances
- features
- labels
- classes
- regression
- classification
- overfitting
- neighbor
- distance
- kNN
- overfitting in kNN
- bias and variance in kNN
- objects vs classes
- methods
- locations of objects in memory
- instantiating an object from a class
- tuning a parameter and making a plot
- Perceptron decision rule
- learning, as in machine "learning"
- learnable parameter
- perceptron update rule
- bias term
- linear separability
- learning rate
- dot product
- grid search
- random search
- gradient
- gradient descent algorithm
- loss function
- the logistic function
- likelihood function
- matrix vector operations
- matrix vector operations in numpy
- train vs test set
- validation set
- cross validation
- support vectors
- margins
- hinge loss
- one vs. rest
- one vs. all
- Softmax function