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

can the sequence-to-sequence be used for transferring numerical strings #8

Open
wenouyang opened this issue Jan 26, 2018 · 0 comments

Comments

@wenouyang
Copy link

Hello, thanks for sharing the code.

Originally, sequence-to-sequence is for language transformation. Can it be used for transforming(mapping) a numerical sequence to another numerical sequence. With respect to numerical sequence, each component of which is itself a floating value, e.g., 0.006, or 201.25, etc. In other words, can seq-to-seq be used to solve the problem such as [0.002, 0.1, 0, 100, 201] --> [-0.02, 0.3, 20]. Thanks.

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

1 participant