MBML Book Sample Code
Supporting code for the Model-Based Machine Learning book. This project contains the sample code and test data for the freely available online book on model-based machine learning published at http://mbmlbook.com/. The book aims at educating readers how to build machine learning models for real-world problems. Each chapter tackles one such scenario by defining a statistical model and demonstrating how to apply it to actual data. The repository contains the source code for these models together with the sample data, so that readers can run it on their own, re-create the results from the book and experiment with modifying the code. Models here are created and inferred on using the Infer.NET framework (https://github.com/dotnet/infer).