Click here to Skip to main content
15,867,308 members

Deep Learning in C#

  1. 0

    Deep Learning in C#: Coin Detection Using OpenCV

    In this series of articles we will use a deep neural network (DNN) to perform coin recognition. Specifically, we will train a DNN to recognize the coins in an image.
    Added 3 Nov 2020
  2. 1

    Deep Learning in C#: Preprocessing the Coin Detection Dataset

    In the next article, we will preprocess a dataset to be inputted to a machine learning model.
    Added 3 Nov 2020
  3. 2

    Deep Learning in C#: Understanding Neural Network Architecture

    In this article we will go over the basics of supervised machine learning and what the training and verification phases consist of.
    Added 4 Nov 2020
  4. 3

    Deep Learning in C#: Coin Recognition in Keras.NET, Part I

    In this article, we will examine a convolutional neural network for the problem of coin recognition, and we will implement one in Keras.NET.
    Added 6 Nov 2020
  5. 4

    Deep Learning in C#: Coin Recognition in Keras.NET, Part II

    In this article we will examine the CNN we implemented for coin recognition using Keras.NET.
    Added 6 Nov 2020
  6. 5

    Deep Learning in C#: Coin Recognition with a Pre-Trained Model in ML.NET

    To end off this series, we will present the alternative of adapting a pre-trained CNN to the coin recognition problem we have been examining all along.
    Added 9 Nov 2020