Skip to content
/ pml Public

Implementations for Probabilistic Machine Learning book by Murphy

License

Notifications You must be signed in to change notification settings

manuelbaum/pml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Probabilistic Machine Learning in PyTorch

Pytorch Implementations for Probabilistic Machine Learning book by Kevin Murphy.

The implementations in here are in some way a trade-off between readability, execution speed and me trying to get stuff done quickly. This means that I only had limited time to optimize the code and that e.g. stuff that I could potentially parallelize is still being iterated over using a for loop.

It's also not a collection of solutions to the exercises in the book. Instead it's a collection of algorithms from the book that I found interesting or useful to implement.

Installation

pip install .

Implementations

11.4.2 EM for GMMs

17.4.2 Forwards Algorithm for HMMs with Gaussian likelihood

17.4.3 Forwards-Backwards Algorithm for HMMs with Gaussian likelihood

17.5.2 EM for HMMs with Gaussian likelihood

About

Implementations for Probabilistic Machine Learning book by Murphy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages