Predicting the next number in a sequence
Aug 15, 2019
13 Comments
New to ML/NN here.
Given a set of integer values over a time series how can I accurately predict the next value in the sequence?
Would be supplying the time series data from an MSSQL database and if the presiction algorithm can’t be done via T-SQL then C# would be the fallback langauge I could code.
Any auggestions? Even if it just how you’d logically approach it in lieu of a C#/SQL solution.
comments