Skip to content
  • Home
  • Contact us
  • About us
  • Privacy Policy
  • Disclaimer
Follow Us

DevInDeep

  • C# CookBook
  • K-Means
  • MacOS
  • ML.NET
  • Model Builder
  • Neural Networks C# Course
  • Project Files
  • Reinforcement Learning
  • Hidden Markov Models
  • Image Processing

DevInDeep

Tag: Tutorial

  • ML.NET

How to Train ML.NET Model using the API

imageByVancho PavlevskiApril 18, 2021
How to Train ML.NET Model using the API
This article will demonstrate the last step of a machine learning pipeline. Today we will see how to train ML.NET Model using the provided API. ML.NET provides several training algorithms to train for different Machine Learning needs. For each task, there is a component

Read More

  • ML.NET

How to transform data in ML.NET using the API

imageByVancho PavlevskiApril 15, 2021
How to transform data in ML.NET using the API
Data comes in all shapes and sizes. The sole purpose of this article is to teach you how to transform data in ML.NET. Once you load the data, almost always there is a need to transform it. ML.NET provides various types of transformers to transform the data from messy to

Read More

  • ML.NET

How to load data in ML.NET Model

imageByVancho PavlevskiApril 13, 2021
How to load data in ML.NET Model
This article focuses on how to load data in ML.NET Model using the API. Loading the data properly is the first step in every Machine Learning project. Machine Learning data is usually stored in files. CSV (Comma Separated File) for example is quite popular choice. But often

Read More

  • ML.NET
  • Model Builder

Face Mask Detection using ML.NET Model Builder and C#

imageByVancho PavlevskiMarch 20, 2021
Face Mask Detection using ML.NET Model Builder and C#
Face Mask Detection tutorial using ML.NET Public shaming over not wearing a face mask started almost as soon as the COVID-19 pandemic itself. Nowadays, a lot of countries made it mandatory to wear face masks when in public. Every single person in the world must recognize how

Read More

  • Image Processing

How to implement Text Detection with C#

imageByVancho PavlevskiMarch 13, 2021
How to implement Text Detection with C#
In this tutorial we will implement Text Detection algorithm using C# and Accord.NET. The following video demos the final C# application Text Detection with C# Project: Download Introduction to Text Detection problem Text detection is the process of detecting the text present

Read More

  • Hidden Markov Models

Hidden Markov Models in C# a Mouse Gesture Recognition Application

imageByVancho PavlevskiMarch 6, 2021
Hidden Markov Models in C# a Mouse Gesture Recognition Application
Hidden Markov Models in C#: Demo application we are going to build today Mouse Gesture Recognition Application in C#, using Hidden Markov Models: Download Hidden Markov Models In Machine Learning, sequence classification is a type of pattern recognition task. Only this time

Read More

  • Model Builder

How to use ML.NET Model Builder for Image Classification

imageByVancho PavlevskiFebruary 27, 2021
How to use ML.NET Model Builder for Image Classification
In todays post we will see how to use the ML.NET Model Builder to solve a simple image classification problem. Cat vs Dog Image Classifier using ML.NET Model Builder Project Files: Download ML.NET: Model Builder ML.NET Model Builder provides an easy-to-understand visual

Read More

  • Reinforcement Learning

How to implement Q Learning algorithm in C#

imageByVancho PavlevskiFebruary 20, 2021
How to implement Q Learning algorithm in C#
In this article we will see how to implement the Q Learning algorithm in C#. Here is the demo application we’re going to build today Q Learning algorithm in C# Project Files: Download Introduction to Reinforcement Learning Reinforcement Learning is a process by which

Read More

  • Project Files

How to Make a Handwritten Digit Recognition App in C#

imageByVancho PavlevskiFebruary 10, 2021
How to Make a Handwritten Digit Recognition App in C#
Handwritten Digit Recognition App in C# tutorial Project Files: Download Hey guys, Today we are going to build an app that can recognize hand written digits. It is a hard task to solve, because hand written digits are not perfect. In addition, they can have many different

Read More

  • C# CookBook

How to make a Self Extracting Executable in C#

imageByVancho PavlevskiFebruary 4, 2021
How to make a Self Extracting Executable in C#
Self Extracting Executable in C# with 7ZIP demo and tutorial. Project Files: Download Recently, I found myself in a situation where I needed to package the .NET framework with my installer. The goal was to install it, if the machine did not have the correct version. But, I

Read More

Posts pagination

PreviousPrevious page Page 1 Page 2 Page 3 Page 4 Page 5 NextNext page

Recent Posts

  • How to implement Undo feature on Slider in C# and .NET
  • How to implement Undo feature on TextBox in C# and .NET
  • How to create Custom Control in C#
  • How to Implement Drag and Drop in C#
  • How to create Round Corner TextBox in C#

Recent Comments

    Categories

    • C# CookBook
    • Hidden Markov Models
    • Image Processing
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Python
    • Reinforcement Learning
    • Uncategorized
    • Visual Studio
    Created by wpxpo. Powered by WordPress
    Logo
    • C# CookBook
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Reinforcement Learning
    • Hidden Markov Models
    • Image Processing