Completed
Neural Models
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Neural Nets for NLP 2017 - Parsing With Dynamic Programs
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Linguistic Structure
- 3 Dynamic Programming Based Models
- 4 Minimum Spanning Tree
- 5 Graph Based vs Transition Based
- 6 Tulio Edmunds Algorithm
- 7 IceNurse Algorithm
- 8 Quiz
- 9 Before Neural Nets
- 10 Higher Order Dependency Parsing
- 11 Neural Models
- 12 Motivation
- 13 Model
- 14 Example
- 15 Global probabilistic training
- 16 Code example
- 17 Algorithms
- 18 Phrase Structures
- 19 Parsing vs Tagging
- 20 Hyper Graph Edges
- 21 Scoring Edges
- 22 CKY Algorithm
- 23 Viterbi Algorithm
- 24 Over Graphs
- 25 CRF
- 26 CRF Example
- 27 CRF Over Trees
- 28 Neural CRF
- 29 Inference
- 30 Parsing
- 31 Structured Inference
- 32 Recursive Neural Networks
- 33 Rear Inking
- 34 Rear Inking Results
- 35 Next Time