Võrdle meetodeid
Vaata valitud meetodeid kõrvuti; erinevad read on esile tõstetud.
| TiDE: Tihe kodeerija ajasarjade jaoks× | Multilayer Perceptron (MLP)× | |
|---|---|---|
| Valdkond | Süvaõpe | Süvaõpe |
| Perekond | Machine learning | Machine learning |
| Tekkeaasta≠ | 2023 | 1986 |
| Looja≠ | Abhimanyu Das et al. | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| Tüüp≠ | MLP-based encoder-decoder for long-term time-series forecasting | Supervised feedforward neural network |
| Algallikas≠ | 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 ↗ |
| Rööpnimetused≠ | 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 |
| Seotud≠ | 3 | 4 |
| Kokkuvõte≠ | 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. |
| ScholarGateAndmestik ↗ |
|
|