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

How to Extract Text from Image using C# and WPF
C# CookBook

How to Extract Text from Image using C# and WPF

ByVancho Pavlevski August 20, 2025
How to Create Toggle Button in WPF
C# CookBook

How to Create Toggle Button in WPF

ByVancho Pavlevski August 13, 2025
How to create Tree Data Structure in C#
C# CookBook

How to create Tree Data Structure in C#

ByVancho Pavlevski August 11, 2025
  • C# CookBook

Restart Explorer Programmatically with C#

imageByVancho PavlevskiJanuary 23, 2021
Restart Explorer Programmatically with C#
Project Files: Download In this post let’s see how we can Restart Explorer Programmatically with C# in our project. The inspiration of this blog post is an application I’ve worked on recently. To be more precise it was the installer. When building the MSI

Read More

  • ML.NET

Article Classification with ML.NET

imageByVancho PavlevskiDecember 27, 2020
Article Classification with ML.NET
Today we are going to learn how to do Article Classification with ML.NET library using the C# language. You can download the source code at the end of the post. Since, we’ve already covered Article Classification and K-Means in depth we will focus here mostly on the

Read More

  • C# CookBook

How to Parse RSS and ATOM Feeds in C#

imageByVancho PavlevskiDecember 6, 2020
How to Parse RSS and ATOM Feeds in C#
In this article we are going to learn how to parse RSS and ATOM Feeds in C#. The source code is provided at the end of the article. This small project will be a part of a content aggregator that we are going to build. This first step will focus on creating an RSS feed […]

Read More

  • C# CookBook

Download Instagram Image with C#

imageByVancho PavlevskiOctober 7, 2020
Download Instagram Image with C#
In todays post we will see how to download Instagram image using C#. Instagram is the most popular social media platform that emphasizes photo and video sharing. It allows you to take, edit and publish visual content for your followers. Unlike Facebook, Instagram’s sole

Read More

  • Neural Networks C# Course

Neural Network making Predictions – Part 2

imageByVancho PavlevskiApril 19, 2020
Neural Network making Predictions – Part 2
Hey guys, and welcome to “Neural Network making Predictions” series. Today we will continue where we left off. Making predictions with multiple outputs. However, before you continue make sure you have a firm grasp on Part 1. Neural Network making Predictions:

Read More

  • Neural Networks C# Course

Neural Network making Predictions – Part 1

imageByVancho PavlevskiApril 12, 2020
Neural Network making Predictions – Part 1
Hello guys and welcome to the first part of the “Neural Networks making Predictions” series. Today we will talk about the Forward Propagation algorithm. In other words, this is the part of the network that makes the predictions. ML.NET Tutorial Series Neural

Read More

  • MacOS

Dispatch Semaphore examples in Swift

imageByVancho PavlevskiApril 6, 2020
Dispatch Semaphore examples in Swift
Hey guys,Welcome to the Dispatch Semaphore examples in Swift post In this post I will show you how to use Dispatch Semaphores in Swift. We will be looking at three different examples. First we will create three operations. Each operation will count from 1 to a given number,

Read More

  • MacOS

Create “Hello World” MacOS App

imageByVancho PavlevskiFebruary 29, 2020
Create “Hello World” MacOS App
Hey guys,In this post I will show you how to create the famous “Hello World” MacOS App Since I am coming from a C# .NET background, this task was a very interesting one. So what are you going to learn here: Get familiar with XCode (IDE for MacOS) Learn basic

Read More

  • C# CookBook

Execute Command Prompt commands from C#

imageByVancho PavlevskiNovember 10, 2019
Execute Command Prompt commands from C#
We are partnering up with TechInDeep to bring you more C# Tips and Tricks. Before continuing with this post make sure to check out some other articles as well: Download Instagram images with C# How to Implement Q-Learning Algorithm in C# How to Execute ML.NET Model in .NET

Read More

  • K-Means

Article Classification with K-Means in C#

imageByVancho PavlevskiMay 2, 2019
Article Classification with K-Means in C#
In this post, I am going to demonstrate how to create Article Classification with K-Means and C#. This project can be seen as a text classification problem. Text Classification is one of the wildly used natural language processing (NLP) applications in different business

Read More

Posts pagination

PreviousPrevious page Page 1 … Page 4 Page 5 Page 6 NextNext page
Hire me on UpWork

Recent Posts

  • How to get Active Windows using C#
  • How to Extract Text from Image using C# and WPF
  • How to Create Toggle Button in WPF
  • How to create Tree Data Structure in C#
  • How to Filter TreeView in C# and WPF
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