Estimators, Feedforward Networks




CS256

Chris Pollett

Oct 4, 2021

Outline

Introduction

Maximizing Your Test Data - Cross Validation

Estimators

Estimator Bias

The Gaussian Distribution and an Example Biased Estimator

Cross-Validation and Bias

Quiz

Which of the following is true?

  1. The kernel version of the S-K algorithm requires the kernel is an RBF.
  2. We showed how to rotate an image using numpy.
  3. An ROC curve plots the TPR versus the FPR for a binary classifier.

Recurrent, MLP, and Feedforward Networks

Computing a function from a feedforward MLP

Costs Functions

Mean Square Error

Maximum Likelihood Estimation - unlabeled data