# Time-series-prediction
**Repository Path**: zeroonekevin/Time-series-prediction
## Basic Information
- **Project Name**: Time-series-prediction
- **Description**: A collection of time series prediction methods: rnn, seq2seq, cnn, wavenet, transformer, unet, n-beats, gan, kalman-filter
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-26
- **Last Updated**: 2021-01-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Time series prediction
[](https://github.com/996icu/996.ICU/blob/master/LICENSE)
This repository implements the common methods of time series prediction, especially deep learning methods in TensorFlow2.
It's welcomed to contribute if you have any better idea, just create a PR. If any question, feel free to open an issue.
#### Ongoing project, I will continue to improve this, so you might want to watch/star this repo to revisit.
|
RNN |
||
|---|---|---|
|
wavenet |
||
|
transformer |
||
|
U-Net |
||
|
n-beats |
||
|
GAN |