Start United States USA — software Machine Learning for. Net Developers Using Visual Studio

Machine Learning for. Net Developers Using Visual Studio

245
0
TEILEN

Se how to install an extension to Visual Studio and a Nuget package.
Let’s be friends:
Comment (0)
Join the DZone community and get the full member experience.
To do machine learning, I have been learning Python and R, and learning a new language sometimes takes time and effort (but of course Python is easy).
But I am very happy with the fact that I can also create machine learning applications using my. Net skills. The only extra effort I have to put forth is installing an extension to Visual Studio and a Nuget package. Let’s see how to do this.
What we need:
Visual Studio 2017 15.6 or later
What we will build:
We will be creating a machine learning Hello World! app.
Installing Extension:
Download and install the Extension „ML. NET Model Builder.“
Once we are done with the extension, let’s create a Console App (. Net Core) named myMLApp.
The above is a simple console solution. Now we make use of the extension. When we right-click the project and click Add, We see an option for machine learning.

Continue reading...