Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.66 KB

outline.md

File metadata and controls

49 lines (32 loc) · 1.66 KB

Hands-On Intro to Keras

Enough Keras for students to put on their resume, use to supplement capstone projects, and provide starter scaffolding/kindling further study.

Act I - Intro to ANNs

How ANNs function: Keras workflow, layers, representations

  1. Concepts, Vocabulary, and Anatomy
  2. Interpretability, caution, and ethics
  3. Just enough detail on how things work, not all the math or a deep dive on the history or cutting edge

Act II Neural Nets as a function approximation

  • I do: Build an even/odd number classifier. Identify the components, explain how each piece works.
  • We do: Build out FizzBuzz in Keras

Act III - Working with Image Data

MNIST Digits and Fashion datasets with a CNN

  • I do: MNIST handwritten digit classifier
    • Connect to the big picture
    • Explore and visualize
  • You do: Fashion image classifier

More Practice

Cats and Dogs Dataset https://www.microsoft.com/en-us/download/details.aspx?id=54765

V2 Plan

  1. Madeleine's slide presentation
  2. Dedicated reading time of handout.pdf
  3. Guided demo of: