Matthew Clark
Followers: 0 Following: 0
Statistik
RANG
132.068
of 295.673
REPUTATION
0
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to create time lagged variables
Is it a good way to create time lagged variables ? I mean y(t) then I y(t-3) in my case is PL1 column? Helps it is urgent ra...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help with inputs for NARX net
whos inMat Name Size Bytes Class Attributes inMat 21x1200 201600 doub...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Overfitting or what is the problem
I am training my NN getting good results (I think) se attached pictures, but if I test my NN for new datas results are very poor...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Evaluating neural network prediction formulas
Hi there I need some help,, I am evaluating my neural network prediction with MAPE,MAE,MSE,RMSE methods are these formulas below...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Formula for two layer FFNN
y=b2+LW2_1*tansig(b1+IW1_1*x1); %for one hidden layer what will be my formula look like if I use 2hidden layers 20 15 neurons?...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to get hourly mean values for each table ?
I have table with several variables. I want to count mean values/hour and day/24h.Insert it into same table to new collumns. '1...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to obtain a value from timestamp
Hello everyone, Is there any method, or way how to obtain a value for example same hour previous day ? Thanks a lot
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortHow to obtain a value from timestamp
so if I want to get prev24h value I have to use for loop to loop throughout the array and array at indek i-144 will be my previo...
mehr als 5 Jahre vor | 0