Probabilistic Machine Learning, Kevin Murphy (2nd edition, 2021)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pyprobml

    Python code for "Probabilistic Machine learning" book by Kevin Murphy

  • was omitted from the first book due to lack of space.

    Another major change is that nearly all of the software now uses Python instead of Matlab."

    [1] https://github.com/probml/pyprobml

    [2] https://probml.github.io/pml-book/book2.html

  • PRML

    PRML algorithms implemented in Python

  • It's a regression as far as code readability goes for fairly straightforward reasons: almost everything in Matlab is a matrix. Matrices are not first class citizens in Python, and it matters. I use Python a hell of a lot more than Matlab, but for examining how an algorithm works, Matlab wins. Go look at these PRML collections in Python and Matlab and see if you disagree:

    https://github.com/ctgk/PRML

    https://github.com/PRML/PRMLT

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts