Vahid Mirjalili

Results 7 comments of Vahid Mirjalili

Thank you for your comment! Yes, that's right! In Keras the decay parameter is for the learning rate decay, whereas in other frameworks (like pytorch for example) they also have...

Thank you @rickiepark for your comments. You are right on both statements, it should be « at time t » and the last index should be 2499. We will make...

Thanks for pointing out this errata. You are right, I think I missed counting the final step. At t=7 an action is taken in order to go to the terminal...

So I think you are talking about this equation: ![image](https://user-images.githubusercontent.com/2880929/75746218-32533e00-5cdf-11ea-9b4e-a47244521084.png) The equation is correct. $x^p$ is the padded input vector, with $p$ zeros on each side of the vector. $k$...

Yes you are right, the current formula gives the following for `i=0`: ``` i=0 :: y[0] = x_p[0+3-0] . w[0] + x_p[0+3-1] . w[1] + x_p[0+3-2] . w[2] = x_p[3]...

Can you give me more details on what options like distance and number of clusters you are using? Also, is it possible to share the numpy array with me?

I would need more information to figure out what the issue is. Can you reproduce this error somehow?