Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 595 Bytes

Neural_Networks_from_Scratch_sentdex.md

File metadata and controls

15 lines (14 loc) · 595 Bytes

Course

Status

  • Introduction & Single Neuron
  • Coding a Layer
  • The Dot Product
  • Batches, Layers and Objects
  • Hidden Layer Activation Functions
  • Softmax Activation
  • Calculating Loss with Categorical Cross Entropy
  • Implementing Loss
  • Introducing Optimization & Derivatives