Google Stock Prediction
Regression, LSTM, Keras, Tensorflow
@kaggle.shreenidhihipparagi_google_stock_prediction
Regression, LSTM, Keras, Tensorflow
@kaggle.shreenidhihipparagi_google_stock_prediction
CREATE TABLE goog (
"symbol" VARCHAR,
"date" TIMESTAMP,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT,
"adjclose" DOUBLE,
"adjhigh" DOUBLE,
"adjlow" DOUBLE,
"adjopen" DOUBLE,
"adjvolume" BIGINT,
"divcash" DOUBLE,
"splitfactor" DOUBLE
);
Anyone who has the link will be able to view this.