UalwaysKnow / time-series-prediction-with-gan

stock forecasting with sentiment variables(with lstm as generator and mlp as discriminator)
33 stars 12 forks source link

Prediction Output: int1 or int2 #2

Open rsadr opened 4 years ago

rsadr commented 4 years ago

Two questions:

1.It is not clear if int1 or int2 has the predictive price?

  1. The array int2 and int1 each have 5-rows, which days these predictions correspond to? Is it for next 5-days?

Thank you -Ramin

Example: int2

array([[ 2.8775000e+02, 2.8845999e+02, 2.8378000e+02, 2.8425000e+02, -1.5723844e-01, 0.0000000e+00], [ 2.9109000e+02, 2.8978000e+02, 2.8713000e+02, 2.8767999e+02, -1.3333335e+00, 0.0000000e+00], [ 2.9034000e+02, 2.9295001e+02, 2.8985999e+02, 2.9244000e+02, -2.4332417e-02, 0.0000000e+00], [ 2.9379001e+02, 2.9400000e+02, 2.8988000e+02, 2.9250000e+02, 4.6163303e-01, 0.0000000e+00], [ 2.8606000e+02, 2.9423999e+02, 2.8651999e+02, 2.8667001e+02, 7.3846179e-01, 0.0000000e+00]], dtype=float32)