Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 434 Bytes

File metadata and controls

12 lines (11 loc) · 434 Bytes

Learning-TensorFlow

A beginners guide to learning the background and tools of TensorFlow deep learning

Table of Contents

  1. Background information and pre-recs to this guide
  2. What is machine learning and what is TensorFlow?
  3. The math behind neural nets
  4. How does TensorFlow work?
  5. Most basic layer perceptron and how does it work
  6. What is a convolutional neural net?
  7. What is a recurrent neural net?
  8. AutoEncoders