-
Book Overview & Buying
-
Table Of Contents
Mastering .NET Machine Learning
By :
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 a screwdriver. If it's a nail, use a hammer." Since that's the case, you are much better served to do .NET functional programming with F#. I'll do my best in the next section to explain any differences in the C# implementation when we port the code...
Change the font size
Change margin width
Change background colour