Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| TimeGPT× | Vision Transformer× | |
|---|---|---|
| Obor | Hluboké učení | Hluboké učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2023 | 2021 |
| Tvůrce≠ | Fabio Garza | Dosovitskiy, A. et al. |
| Typ≠ | Neural network architecture | Transformer architecture for images (self-attention over patches) |
| Původní zdroj≠ | Garza, F., & White, C. W. (2023). TimeGPT-1: A Time Series Foundation Model. In ICML 2024 Time Series Workshop. link ↗ | Dosovitskiy, A. et al. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale. ICLR. link ↗ |
| Další názvy≠ | TimeGPT-1, Time series GPT | Görsel Transformer (ViT), görsel transformer, ViT, patch transformer for images |
| Příbuzné≠ | 4 | 5 |
| Shrnutí≠ | TimeGPT is a time series foundation model introduced by Garza and White in 2023 that unifies forecasting, anomaly detection, and classification in a single pre-trained model. Inspired by large language models, TimeGPT is pre-trained on diverse time series and transfers well to downstream tasks with minimal fine-tuning. | The Vision Transformer (ViT), introduced by Dosovitskiy and colleagues in 2021, splits an image into fixed-size patches, treats those patches as a sequence, and applies the Transformer self-attention mechanism to image classification. Given enough training data, it surpasses convolutional neural networks (CNNs). |
| ScholarGateDatová sada ↗ |
|
|