Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time series forecasting using LSTM #38

Closed
26medias opened this issue May 28, 2016 · 8 comments
Closed

Time series forecasting using LSTM #38

26medias opened this issue May 28, 2016 · 8 comments

Comments

@26medias
Copy link

Hi,

Thanks for those examples, they are very useful.

If you are still working on more examples, it'd be awesome to have an example of time series forecasting using LSTM. There's a lot of search for this, and no working example so far.

It's mostly the preparation of the input data that is confusing for me.

@hunkim
Copy link
Collaborator

hunkim commented May 28, 2016

I think it's a very good idea. Do you have some data for that?

@26medias
Copy link
Author

A simple sin?
It's an easy signal, easy to train with low error.

A Keras tutorial actually uses a sin for their example:
http://danielhnyk.cz/predicting-sequences-vectors-keras-using-rnn-lstm/

@hunkim
Copy link
Collaborator

hunkim commented May 28, 2016

Sounds good. I'll look into it. BTW, if you can come up with a PR, it would be also wonderful.

@26medias
Copy link
Author

PR?

@hunkim
Copy link
Collaborator

hunkim commented May 28, 2016

I meant a pull request. :-)

On Sat, May 28, 2016 at 2:46 PM, Twenty-Six medias, Inc. <
notifications@github.com> wrote:

PR?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#38 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AA3DVyCWM6TUew9NdHyPcRVPg6YFVP0sks5qGKmWgaJpZM4Io_eU
.

@26medias
Copy link
Author

Oh ok :)

I don't have anything to contribute at the moment.
I'm still in the transition from JS to Python, my code is not pretty.

I wish there was a good bridge to use TF in NodeJS :)

@nlintz
Copy link
Owner

nlintz commented Jun 3, 2016

Before I started machine learning I was a node hacker so I feel your pain. Karpathy wrote some pretty cool convnet stuff for javascript which I'd encourage you to check out if you have the time.
http://cs.stanford.edu/people/karpathy/convnetjs/

@26medias
Copy link
Author

26medias commented Jun 4, 2016

I already played with it quite a bit (https://github.com/26medias/Kobol)
But it's very slow to train. Being able to use GPUs is much more efficient to test models faster.

@nlintz nlintz closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants