A Blog full of Web Projects

A Blog full of Web Projects

.NET 8 Machine Learning to predict global temperature

20-November-2024

.NET 8 Console App to predict the global temperature using ML.NET with C#

Explore Artificial Intelligence and Machine Learning

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
A Blog made with Gatsby React and GraphQL