This library features machine learning algorithms for data analysis, statistical modelling, inference and pattern recognition. It uses the TensorFlow.NET and Microsoft.ML.TensorFlow.Redist NuGet packages.
-
Linear Regression: Estimation of the optimal linear relationship between a scalar dependent variable and one or more independent variables using Least Squares Fitting.
-
Neural Networks: Estimation of a nonlinear relationship between a scalar dependent variable and one or more independent variables using a neural network.
You can choose either to clone the solution or downloads it as a zip file.
- Under the repository name, click Clone or Download option.
- In the popup appearing choose the Use HTTPS option.
-
Open Visual Studio. In Team Explorer window appearing in your screen under Local Git Repositories click the Clone option. If Team Explorer window is not visible you can enable in View -> Team Explorer
- In the text box appearing paste the link.
- Click clone and Visual Studio will automatically download and import MSolve.MachineLearning
- Under the repository name, click Clone or Download option
-
Click Download ZIP option. MSolve.Learning will be downloaded as a ZIP file.
-
Extract the ZIP file to the folder of choice.
-
Double click on MSolve.MachineLearning.sln file to open the code with Visual Studio