dotnet/mbmlbook
Sample code for the Model-Based Machine Learning book.
This project provides practical, hands-on examples for building machine learning models for a variety of real-world problems. It takes problem descriptions and actual data, then applies statistical models to generate insights and solutions, such as assessing skills or making recommendations. This is for anyone learning how to develop and apply model-based machine learning solutions.
299 stars. No commits in the last 6 months.
Use this if you are reading the 'Model-Based Machine Learning' book and want to run, explore, and modify the code examples and data presented in its chapters.
Not ideal if you are looking for a ready-to-use application or a general-purpose machine learning library without accompanying educational material.
Stars
299
Forks
83
Language
C#
License
MIT
Category
Last pushed
Mar 17, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dotnet/mbmlbook"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/probability
Probabilistic reasoning and statistical analysis in TensorFlow
pyro-ppl/pyro
Deep universal probabilistic programming with Python and PyTorch
erdogant/bnlearn
Python package for Causal Discovery by learning the graphical structure of Bayesian networks....
probml/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
google/edward2
A simple probabilistic programming language.