[Solved] Python Tflearn machine learning Optimiser, loss and parameters
What you are trying to do is called time series prediction (given data at time t-n, t-(n+1) … t-1: predict the state at time t) and is generally a task for a recurrent neural network. Here is the great blog post by Andrej Karpathy about the topic that you should have a look at. About … Read more