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

Plan to Use LSTM for Time Series #28

Closed
Yandychang1 opened this issue Dec 9, 2016 · 1 comment
Closed

Plan to Use LSTM for Time Series #28

Yandychang1 opened this issue Dec 9, 2016 · 1 comment

Comments

@Yandychang1
Copy link

I would like to use the LSTM for sequence prediction, I enter a series of numbers, and the network, outputs what number is more likely to come next, with a percent probability. Is this possible with this library? would you have a tutorial/ example on how could something similar be achieved?

@zhongkaifu
Copy link
Owner

Hi @Yandychang1,

Yes, RNNSharp supports LSTM for sequence prediction. The task you mentioned likes language model task, and RNNSharp definitely support this kind of task.

The latest code already supports it. For tutorial/example, I'm still working on it, once it's finished, I will release it here. In new demo package, besides existing sequence-label task demos, I will add a new sequence-to-sequence demo task that generating question based on given answers.

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

2 participants