Σύγκριση μεθόδων
Εξετάστε τις επιλεγμένες μεθόδους δίπλα-δίπλα· οι γραμμές που διαφέρουν επισημαίνονται.
| TiDE: Ενσωματωμένος Κωδικοποιητής για Χρονοσειρές× | Πολυεπίπεδο Εμπειρογνώμονας (MLP)× | |
|---|---|---|
| Πεδίο | Βαθιά Μάθηση | Βαθιά Μάθηση |
| Οικογένεια | Machine learning | Machine learning |
| Έτος προέλευσης≠ | 2023 | 1986 |
| Δημιουργός≠ | Abhimanyu Das et al. | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| Τύπος≠ | MLP-based encoder-decoder for long-term time-series forecasting | Supervised feedforward neural network |
| Θεμελιώδης πηγή≠ | Das, A., Kong, W., Leach, A., Mathur, S., Sen, R., & Yu, R. (2023). Long-term forecasting with TiDE: Time-series dense encoder. Transactions on Machine Learning Research. link ↗ | Rumelhart, D. E., Hinton, G. E. & Williams, R. J. (1986). Learning representations by back-propagating errors. Nature, 323, 533–536. DOI ↗ |
| Εναλλακτικές ονομασίες≠ | Time-series Dense Encoder, TiDE model, Dense Encoder for Long-term Forecasting, Yoğun Kodlayıcı Zaman Serisi Modeli | MLP, feedforward neural network, fully connected neural network, vanilla neural network |
| Συναφείς≠ | 3 | 4 |
| Σύνοψη≠ | TiDE (Time-series Dense Encoder) is an MLP-based encoder-decoder architecture for long-term multivariate time-series forecasting, introduced by Abhimanyu Das and colleagues at Google Research in 2023. The model encodes past time-series observations together with static and dynamic covariates through stacked dense (MLP) layers, then decodes a latent representation into future forecasts. TiDE demonstrates that simple linear and dense architectures can match or outperform Transformer-based models on standard long-term forecasting benchmarks while being significantly faster. | A Multilayer Perceptron is a classic fully connected feedforward neural network trained with the backpropagation algorithm, as formalised by Rumelhart, Hinton & Williams in their landmark 1986 Nature paper. Composed of an input layer, one or more hidden layers of neurons, and an output layer, the MLP learns nonlinear mappings from input features to target outputs and serves as the foundational building block of modern deep learning. |
| ScholarGateΣύνολο δεδομένων ↗ |
|
|