Skip to content

Releases: probml/pml-book

2021-03-01 (minor update)

01 Mar 19:46
d5982b7
Compare
Choose a tag to compare

Changelog:

  • All figure captions now correctly point to colab code cells
  • Fixed various typos (see github issues)

2021-02-07 (minor update)

07 Feb 23:48
7018e55
Compare
Choose a tag to compare
  • fixes many typos

  • now the figure captions have pointers to the code using the following kind of URL: figures.probml.ai/book1/3.2, where 3 is the chapter number, and 2 is the figure number. This URL in turn gets mapped to a colab cell using some magic running on GCP]. This layer of indirection allows for multiple back-end implementations of the same figure (eg TF->JAX) while keeping the URL in the book the same.

  • changed asset filename from pml1.pdf to book1.pdf (for implementation reasons)

2021-01-18 (minor update)

19 Jan 07:20
cef2801
Compare
Choose a tag to compare
  • index is finally clickable :)
  • changed colors of hyperref (green->blue, easier to read)
  • added list of figures after preface (temporary change, for debugging the code)
  • tweaks to the backprop section from Mathieu
  • fixed some typos

2021-01-15 (minor update)

15 Jan 23:29
Compare
Choose a tag to compare

Fixed a bunch of typos (see github issues).
Cleaned up the missing data section, and the decision tree intro section, a little bit.

2021-01-06 (medium update)

07 Jan 00:35
cecb61e
Compare
Choose a tag to compare
  • added notation chapter to appendix (this changes the numbering of the appendices!)
  • rewrote backprop/ autodiff section (in MLP chapter)
  • fixed numerous typos (see closed github issues)
  • added a few more references

2021-01-03 (minor update)

04 Jan 05:09
eb0b50c
Compare
Choose a tag to compare

Fixed a whole bunch of typos (see closed github issues for details :)

2020-12-31

01 Jan 01:20
a602b2e
Compare
Choose a tag to compare

Several small updates to 2020-12-28 release:

  • Fixed all cross-referencing errors.
  • Fixed hyper-link to notebooks.
  • Fixed some typos reported on github.
  • Added back the section on RKHS.
  • Added back the section on maxent.
  • Added a short section on non-identifiability for Bayesian GMMs.
  • Andrew Wilson added a short section on flows for SSL.
  • Other random tweaks.

2020-12-28

28 Dec 19:50
Compare
Choose a tag to compare
2020-12-28 Pre-release
Pre-release

This release adds the exercises, and fixes some typos.