Building the application

With this neural network giving us enough of what we need, let's go ahead and build out our ASP.NET 5.0 application with the model. At the time of writing, ASP.NET 5.0 only supports C# so we will have to translate our F# into C# and port the code into the application. Once the other languages are supported by ASP.NET, we will update the sample code on the website.

If you are not familiar with C#, it is the most popular language on the .NET stack and is very similar to Java. C# is a general-purpose language that initially combined imperative and object-oriented language features. Lately, functional constructs have been bolted onto the language specifications. However, as the old carpenter axiom goes, "If it's a screw, use ...

Get Mastering .NET Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.