More NN Applications




CS256

Chris Pollett

Nov 29, 2021

Outline

Introduction

Image Contrast

Quiz

Which of the following is true?

  1. Not being able to fit even a small dataset to your NN model might imply a software defect rather than underfitting.
  2. NNs are inherently serial so do not benefit from GPU implementations.
  3. Data parallelism in NNs is when multiple machines work on the same input at the same time, each running different parts of the model.

Global Contrast Normalization

Local Contrast Normalization

GCN versus LCN normalization

Dataset Augmentation

Speech Recognition

Speech Recognition - Deep Models

Natural Language Processing

Language Models, `n`-grams

Smoothing, Back-off, and Class-based Methods

Neural Language Models

High Dimensional Outputs, Short Lists, Hierarchal Softmax

Neural Machine Translation