Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson906E authored Nov 14, 2024
1 parent a736c1d commit 2e45d48
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
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

0 comments on commit 2e45d48

Please sign in to comment.