Introduction to Machine Learning in C# with ML.NET

By Medium - 2020-05-27

Description

When thinking of data science and machine learning, two programming languages, Python and R, immediately come to mind. These two languages have support for every common machine learning algorithm…

Summary

  • When thinking of data science and machine learning, two programming languages, Python and R, immediately come to mind.
  • Depending on your use-case you might need to also install some extra packages like Microsoft.
  • ML.TensorFlow or Microsoft.
  • Loading in a data-set and creating a data pipeline Loading in and preprocessing a data-set in ML.NET is quite different than when working with other machine learning packages/frameworks because it requires us to explicitly state the structure of our data.

 

Topics

  1. Machine_Learning (0.23)
  2. Backend (0.18)
  3. Coding (0.17)

Similar Articles

By Kubeflow - 2020-12-22

How Kubeflow helps you organize your ML workflow

Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…

Six Levels of Auto ML. TL;DR

By Medium - 2020-02-24

In this blog post we propose a taxonomy of 6 levels of Auto ML, similar to the taxonomy used for self-driving cars. Here are the 6 levels: ●Level 3: Automatic (technical) feature engineering and…