User Tools

Site Tools


neurali:time_series_prediction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
neurali:time_series_prediction [2015/07/09 11:22] – created profproneurali:time_series_prediction [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Time serie prediction ======
  
 +
 +È una semplice rete FFN quindi si ottengono risultati migliori usando una bella (e complicata) [[neurali:recurrent neural network|RNN]].
 +
 +Si forniscono dati in input (una sequenza x(t), x(t-1), x(t-2)) e si calcola l'output y(t) = x(t+1).
 +
 +L'errore rispetto all'input e(t) = y(t) - x(t+1)
 +
 +permette di capire se la rete ha indovinato il dato successivo.
neurali/time_series_prediction.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1