Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Filter
User kmr1994
Wall
Recent activity
All questions
All answers
Questions by kmr1994
1
1 vote
1
1 answer
593
593 views
is impossible predict hours time series to minutes time series?
https://stackoverflow.com/questions/55930051/is-impossible-predict-hours-time-series-to-minutes-time-series i want to this hours time series predict model to minute predi...
asked
May 1, 2019
Deep Learning
machine-learning
lstm
deep-learning
keras
+
–
1
1 vote
0
0 answers
966
966 views
how can i convert LSTM model to linear regression model?
Here is LSTM predict model and i want to convert Linear Regression.... model.fit(x_train, y_train, epochs=10, batch_size=16) trainPredict = model.predict(x_train) testPre...
asked
Apr 29, 2019
Machine Learning
machine-learning
linear-regression
+
–
0
0 votes
1
1 answer
1.7k
1.7k views
How to reshape in pandas dataframe?
Dataframe looks like belowI have dataframe like above. which I want to a~t reshape (a~t, 1)I want to reshape dataframe like below ( b~t column is go to under the a column...
asked
Apr 5, 2019
General
pandas
dataframe
+
–
1
1 vote
1
1 answer
586
586 views
model.predict is abnormal
the code is import numpy as np import pandas as pd from keras.models import Sequential from keras.layers import Dense, LSTM, Dropout from keras.layers.core import Dense, ...
asked
Mar 20, 2019
Machine Learning
lstm
machine-learning
+
–