Hello, I am trying to train deep learning model using Tensorflow.
The objective is :
1. Train the model with given data
2. Estimate future data --> Check if it works
The data I am using now is difficult to train.
It's graph is Rising Sine Curve, and I don't know much about how to set up my model.
Basically there is data scaling, learning model(Dense, LSTM, etc.), activation functions(ReLU, tanh, etc.), and more.
I would appreciate any help for this problem.
Thank you very much :)