Tutorials & Examples
Tutorials
The following tutorials provide a step-by-step introduction to Infer.NET. Tutorials and examples can be viewed through the
Examples Browser or directly in the Visual Studio project
Tutorials.sln. Both of these can be found in the start menu under
Infer.NET.
-
Two coins - a first tutorial, introducing
the basics of Infer.NET.
-
Truncated Gaussian - using
variables and observed values to avoid unnecessary compilation.
-
-
-
Clinical trial - using
if blocks for
model selection to determine if a new medical treatment is effective.
-
Examples
Examples of using Infer.NET to solve problems in a variety of real world domains, which will include machine vision, information retrieval, bioinformatics and gaming.
-
Click model - an information retrieval example which builds a model to reconcile document click counts and human relevance judgements of documents.
-
Click through model - a web search example where you convert a sequence of clicks by the user into inferences about the relevance of documents.
-
-
-
Factor analysis - how to build a low dimensional representation of some data by linearly mapping it into a low dimensional manifold.
-
-
-
-
From the forums:
How-to Guides
How to achieve various tasks in Infer.NET.