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.
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.