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

How to format my own dataset for the RNN? #20

Open
longtran84 opened this issue Jul 24, 2018 · 3 comments
Open

How to format my own dataset for the RNN? #20

longtran84 opened this issue Jul 24, 2018 · 3 comments

Comments

@longtran84
Copy link

longtran84 commented Jul 24, 2018

How to detect a cycle ?

@guillaume-chevalier
Copy link
Owner

42

@longtran84
Copy link
Author

@guillaume-chevalier

Iam having an issue, it is unable to detect the status when cycling, could you help me more detail how to do it? or make an example about structure data-set while cycling?

@guillaume-chevalier
Copy link
Owner

You'd basically need to refer to the original dataset's description and window your dataset like the one I used here, so that it fits with an amount of time steps, features, and batch_size examples during the training. You could change the dimensions as you wish to fit your data, and even use Truncated BPTT if you wish to keep states.

To understand the vocabulary better, refer to this:
https://www.quora.com/What-do-samples-features-time-steps-mean-in-LSTM/answer/Guillaume-Chevalier-2?share=62ab4426&srid=C3n2

@guillaume-chevalier guillaume-chevalier changed the title How to detect a cycle ? How to format my own dataset for the RNN? Aug 1, 2018
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