Keras and Tensorflow




CS256

Chris Pollett

Oct 25, 2021

Outline

Introduction

Keras Overview

Creating Model

Remarks on Code

Quiz

Which of the following is true?

  1. 1-hot vectors are useful for training softmax layers.
  2. Stochastic Gradient Descent is based on the Newton Raphson algorithm for finding extrema.
  3. Training for an epoch would involve a full pass over the training data at most one time.

Initializers, Regularizers, Constraints

More on Models

Using a Model

Using a Previously Trained Model to Make Prediction