ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,938 results

NDC Conferences
Building Intelligent .NET MAUI Apps with ML.NET - Pieter Nijs - NDC Copenhagen 2025

This talk was recorded at NDC Copenhagen in Copenhagen, Denmark. #ndccopenhagen #ndcconferences #developer ...

53:21
Building Intelligent .NET MAUI Apps with ML.NET - Pieter Nijs - NDC Copenhagen 2025

168 views

20 hours ago

dotnetMakers
Using AI Models in C#

Today we'll look at how to consume our custom-trained ML Model in a C# application. Source: ...

23:59
Using AI Models in C#

226 views

3 weeks ago

AI for Developers & Tech Leaders
Why ML.NET Multiclass Models Fail (Most Engineers Miss This)

Multiclass classification in ML.NET looks simple—until it fails in production. Many .NET developers successfully build binary ...

10:52
Why ML.NET Multiclass Models Fail (Most Engineers Miss This)

15 views

15 hours ago

AI for Developers & Tech Leaders
Linear vs Non-Linear Regression Models in ML.NET (What to Choose?)

In this video, I explain the core differences between Linear and Non-Linear Regression in ML.NET, using FastTree to build strong ...

13:18
Linear vs Non-Linear Regression Models in ML.NET (What to Choose?)

13 views

3 weeks ago

Practice ML and AI with C# in Visual Studio - Gh.M
(5) Machine Learning in C# with ML.NET | Feature Engineering

Welcome to the episode 05 of "Machine Learning in C# with ML.NET: A Practical Guide"! In this episode, I introduce feature ...

20:41
(5) Machine Learning in C# with ML.NET | Feature Engineering

10 views

2 weeks ago

AI for DotNet Developers And Tech Leaders
Binary Classification Explained in ML.NET | Real Industry Use Cases for .NET Developers

ML.NET Classification Explained | Types of Classification & Binary Industry Use Cases In this first session of the ML.NET ...

9:55
Binary Classification Explained in ML.NET | Real Industry Use Cases for .NET Developers

20 views

10 days ago

TATSOFT
Webinar | Deploying AI on the Plant Floor with FrameworX and ML.NET

Industrial operations generate massive amounts of data — but how do you turn that data into actionable intelligence?

53:35
Webinar | Deploying AI on the Plant Floor with FrameworX and ML.NET

31 views

1 day ago

Betabit
121. Building Smarter Apps with .NET MAUI and ML.NET - with Anjuli Jhakry

https://podcast.betatalks.nl/ In this episode of Betatalks the Podcast, Rick and Oscar talk with Anjuli Jhakry, a .NET MAUI ...

50:42
121. Building Smarter Apps with .NET MAUI and ML.NET - with Anjuli Jhakry

82 views

9 days ago

AI for Developers & Tech Leaders
ML.NET Regression Trainers in C# | Machine Learning for .NET Developers

In this video, you'll learn Regression in ML.NET by exploring all major regression trainers available in the ML.NET framework ...

16:54
ML.NET Regression Trainers in C# | Machine Learning for .NET Developers

21 views

3 weeks ago

Sandip Dahal
Building "Loan Shark" in .NET 10 (Part 1) - Machine learning for predicting loan status

I believe building new projects to be the best way to learn programming. This is Part 1 of my new series, "Loan Shark," where ...

1:14:47
Building "Loan Shark" in .NET 10 (Part 1) - Machine learning for predicting loan status

333 views

3 weeks ago

AI for Developers & Tech Leaders
Build, Save, and Load an AI Model in C# Using ML.NET

In this video, we build a Regression model using ML.NET, train it on real data, evaluate its performance, and save the trained ...

11:11
Build, Save, and Load an AI Model in C# Using ML.NET

62 views

4 weeks ago

Axteon
How to install ML.NET Model Builder in Visual Studio 2026 | step-by-step guide

How to install ML.NET Model Builder in Visual Studio 2026 | step-by-step guide Video Description In this video, you'll learn how ...

1:40
How to install ML.NET Model Builder in Visual Studio 2026 | step-by-step guide

6 views

21 hours ago

Practice ML and AI with C# in Visual Studio - Gh.M
(6) Machine Learning in C# with ML.NET | Linear vs.Tree-based Trainers

Welcome to the episode 06 of "Machine Learning in C# with ML.NET: A Practical Guide"! In this episode, I experiment with Linear ...

32:40
(6) Machine Learning in C# with ML.NET | Linear vs.Tree-based Trainers

0 views

12 days ago

AI for Developers & Tech Leaders
You Built an ML.NET Model — Now What? Use It in ASP.NET Web API

In this video, you'll learn how to consume a trained ML.NET model inside an ASP.NET Web API using C#. This is a real-world step ...

21:34
You Built an ML.NET Model — Now What? Use It in ASP.NET Web API

28 views

13 days ago

AI for DotNet Developers And Tech Leaders
Binary Classification in ML.NET – Build a Real Logistic Regression Model in C#

In this video, we will learn Binary Classification using SDCA Logistic Regression in ML.NET step by step. This tutorial is specially ...

13:38
Binary Classification in ML.NET – Build a Real Logistic Regression Model in C#

14 views

6 days ago

AI for Developers & Tech Leaders
ML or GenAI? The Right AI Path for .NET Developers (Industry Truth)

Should .NET developers learn Machine Learning fundamentals or jump directly into GenAI? In industry training, this is not a trend ...

1:41
ML or GenAI? The Right AI Path for .NET Developers (Industry Truth)

18 views

3 days ago

AI for Developers & Tech Leaders
Why Accuracy Is Misleading in Binary Classification (ML.NET Explained)

Most ML.NET binary classification models fail not because of bad algorithms, but because developers measure them using the ...

13:21
Why Accuracy Is Misleading in Binary Classification (ML.NET Explained)

9 views

4 days ago

AI for DotNet Developers And Tech Leaders
Build a Non-Linear Regression Model in C# with ML.NET (FastTree)

In this video, I build a complete FastTree Regression model in ML.NET from scratch and understand how decision-tree-based ...

15:04
Build a Non-Linear Regression Model in C# with ML.NET (FastTree)

27 views

3 weeks ago

AI for DotNet Developers And Tech Leaders
Supervised Machine Learning Explained for .NET Developers | ML.NET in Hinglish

Topics covered: - What is Supervised Machine Learning - Labeled training data - Model training in ML.NET - Prediction flow - How ...

0:18
Supervised Machine Learning Explained for .NET Developers | ML.NET in Hinglish

11 views

9 days ago

AI for Developers & Tech Leaders
Regression Metrics in C# Explained Simply (MSE, RMSE, MAE, R²) — ML.NET

In this video, we break down regression evaluation metrics using a real Salary vs Experience dataset and ML.NET (C#). Github ...

8:49
Regression Metrics in C# Explained Simply (MSE, RMSE, MAE, R²) — ML.NET

40 views

4 weeks ago

Maamoun okla
C# .NET Moment4. Machine Learning MLNET Prediction Model
5:05
C# .NET Moment4. Machine Learning MLNET Prediction Model

6 views

3 days ago

AI for Developers & Tech Leaders
Avoid Overfitting in ML.NET Using Cross-Validation (C#)

Cross-validation is a foundational concept in machine learning, yet it is frequently misunderstood and misused in real-world ...

17:30
Avoid Overfitting in ML.NET Using Cross-Validation (C#)

17 views

2 weeks ago

AI for DotNet Developers And Tech Leaders
Explain ML.NET Models in C# Using Permutation Feature Importance (PFI)

In this video, I explain Permutation Feature Importance (PFI)—a practical, model-agnostic technique used to interpret machine ...

13:00
Explain ML.NET Models in C# Using Permutation Feature Importance (PFI)

21 views

2 weeks ago

Betabit
Building ML.NET Apps Before the AI Hype #AI #dotnet #softwareengineering

https://podcast.betatalks.nl/ In this episode of Betatalks the Podcast, Rick and Oscar talk with Anjuli Jhakry, a .NET MAUI ...

1:08
Building ML.NET Apps Before the AI Hype #AI #dotnet #softwareengineering

625 views

5 days ago

TATSOFT
Technical Tuesday | Data Context and Visualization

Join us for a focused session on client tags and data context, and learn how to structure, organize, and visualize data effectively ...

15:18
Technical Tuesday | Data Context and Visualization

44 views

Streamed 8 days ago