قارن الطرق
راجع الطرق التي اخترتها جنبًا إلى جنب؛ الصفوف المختلفة مميَّزة.
| 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مجموعة البيانات ↗ |
|
|