Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 491 Bytes

File metadata and controls

9 lines (6 loc) · 491 Bytes

Why Machines Learn

A set of notebooks and Python programs to help the reader internalize the concepts in the book Why Machines Learn by Anil Ananthaswamy

Chapter 2 - We Are All Just Numbers Here...

Perceptron.ipynb - notebook that demonstrates training a perceptron with 2 weights + bias

Chapter 4 - In All Probability

MontyHall.ipynb - notebook that simulates the outcomes of staying or switching doors in the Monty Hall problem