dotnet

Introducing Polyglot Notebooks

Introducing Polyglot Notebooks

Mixing together documentation and dotnet into an analytics notebook

By
Matt Eland
on
Lets talk about Polyglot Notebooks and see how an entirely new type of application exists to empower developers and teams to build what’s next.
Installing Polyglot Notebooks

Installing Polyglot Notebooks

Installing a dotnet notebook environment for experimentation

By
Matt Eland
on
Polyglot Notebooks let you do data science and analytics experiments in dotnet. Let’s take a look at what you need to do to get started.
Machine Learning in .NET with F# and ML.NET 2.0

Machine Learning in .NET with F# and ML.NET 2.0

Using F#, ML.NET, and Polyglot Notebooks to Train, Save, Load, and Evaluate Regression Models

By
Matt Eland
on
Let’s build a simple machine learning training pipeline using ML.NET 2.0 and Polyglot Notebooks to explore machine learning in .NET with F#
Text Classification in C# with ML.NET 2.0

Text Classification in C# with ML.NET 2.0

Using NAS-BERT transformers to classify Text to Labels in C#

By
Matt Eland
on
Let’s take a look at how ML.NET 2.0’s new Text Transformer features can be used to perform multi-class classification and map utterances to intents.