accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.48k stars 1.99k forks source link

Add TimesSeriesLearning #1092

Open cesarsouza opened 6 years ago

cesarsouza commented 6 years ago

Add a TimeSeriesLearning class that could be used to train any IClassifier<TInput, int> using the time unrolling technique described in #592. This would allow to train logistic regression, SVMs and others for time series prediction.

hungids commented 4 years ago

Dear @cesarsouza How about TimeSeriesLearning which you want to add it into accord I want to using a algorithm for time series predict, I had try TimeSeriesPredictionFitness but that seem not match with my case (only predict temperature by time-minutes) Can you give me a some suggestion