Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.99 KB

index.md

File metadata and controls

35 lines (22 loc) · 2.99 KB

Hi there from Paolo Perrotta!

Book Links

  • Go here for the eBook and here for the paper book.
  • Questions, feedback, errata? Come to the forum.

Updated Code Examples

The code in the book runs on old-ish versions of Python and its libraries. If you have trouble running the examples, look for updated code and installation instructions on this GitHub repo. I made a number of small tweaks to the code so that it runs on recent versions of Python, NumPy, etc.

I'll keep the repo updated whenever bitrot sets in. If you still have trouble running the code, please drop me a message on the book's forum. I'll check out the issue and update the repo.

Additional Material

Supplemental Articles

These articles contain explanations that I couldn't fit in the book.

Canceled Articles

  • Convolutional Neural Networks in Plain English: After some handwringing and a lot of procrastinating, I resolved not to write this article. I'll remove references to it from future printings of the book. I don't feel that the article fits the narrative of the book anymore. CNNs have become less relevant since I wrote the book, progressively losing ground to Transformer-based architectures. If you came here for a good primer to CNNs, I recommend this brilliant interactive demo from Georgia Tech.

Related Blog Posts