Artificial Intelligence, Machine Learning and Deep Learning
Tasting wine using ML.NET with C#
This is a console application using Microsoft’s Machine Learning framework ML.NET for tasting wine
FastTree regression used to train the Model
The code at GitHubArtificial Intelligence, Machine Learning and Deep Learning
Predict the global temperature using ML.NET with C#
This is a console application using Microsoft’s Machine Learning framework ML.NET to predict the global temperatures
Singular Spectrum Analysis (SSA) model for univariate time-series forecasting using the method "ForecastBySsa" of the class "TimeSeriesCatalog" for training the Model
The code at GitHub