-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a736c1d
commit 2e45d48
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# TVMixer | ||
Temporal Variate Mixing | ||
|
||
To run the code: | ||
**Temporal Variate Mixing** | ||
|
||
TVMixer is a powerful tool for temporal data analysis that incorporates variate mixing techniques to enhance model performance across time-series forecasting tasks. This project aims to provide efficient and accurate time-series predictions by leveraging advanced temporal modeling techniques. | ||
|
||
## Features | ||
- **Temporal Variate Mixing**: Applies variate dimension mixing to improve prediction accuracy by capturing complex temporal relationships. | ||
- **Scalability**: Incoporate multi-scale temporal pattern. | ||
|
||
## Requirement | ||
```bash | ||
pip install -r requirements.txt | ||
|
||
## To Run the code: | ||
|
||
```bash | ||
bash ./TVMixer.sh | ||