i want to apply short term forecasting on the smart meter data
For example: Suppose the data set are
T1 : 10
T2 : 20
T3: 50
T4: 30
T5: 70
T6: 50
T7: 80
T8: ?????
How can i get the consumption value in T8 by neural network and SVM?
I need equation or tool detect the consumption value in T8.
Thanks in advance.