Chapter-wise notes for Deep Learning with Python with Python and Clojure code samples. The book is not done. These notes are evolving as I get deeper both into the book and the accompanying code.
-
-
Notes around ongoing experiments with doing ML with Python libraries via Clojure using libpython-clj
-
Preface/Purpose I chanced upon this primer from the 90s, on artificial neural networks, and thought it might be a good idea to write something similar. It's just a function… A neuron is a computing unit — a function that acts on its input to compute an outcome. It discerns between different inputs and slots them into some categories. Mostly, two categories. Given some input, it either decides to stay inert, or fire a signal for the next-in-line neurons to consume as their input.