Completed
initial code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TensorFlow Training on the JVM
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What we want to achieve
- 3 Why Java
- 4 Java can be nice
- 5 Java is not cool
- 6 When is this a bad idea
- 7 When can it make sense
- 8 Why
- 9 TensorFlow Basics
- 10 TensorFlow Architecture
- 11 What is TensorFlow
- 12 Operations
- 13 Sessions
- 14 How TensorFlow training works
- 15 How does learning work
- 16 Plan of attack
- 17 Defining the initial graph
- 18 Running the session
- 19 amnesty
- 20 mirror
- 21 initial code
- 22 debugging
- 23 running the graph