قارن الطرق
راجع الطرق التي اخترتها جنبًا إلى جنب؛ الصفوف المختلفة مميَّزة.
| شبكة بيرسيبترون متعددة الطبقات متعددة الوسائط (MM-MLP)× | الشبكة العصبية متعددة الطبقات (MLP)× | |
|---|---|---|
| المجال | التعلم العميق | التعلم العميق |
| العائلة | Machine learning | Machine learning |
| سنة النشأة≠ | 2011 (multimodal extension); 1986 (MLP backpropagation) | 1986 |
| صاحب الطريقة≠ | Ngiam et al. / Rumelhart, Hinton & Williams (MLP foundations) | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| النوع≠ | Feedforward neural network with multi-stream fusion | Supervised feedforward neural network |
| المصدر التأسيسي≠ | Ngiam, J., Khosla, A., Kim, M., Nam, J., Lee, H., & Ng, A. Y. (2011). Multimodal deep learning. In Proceedings of the 28th International Conference on Machine Learning (ICML 2011), pp. 689–696. link ↗ | Rumelhart, D. E., Hinton, G. E. & Williams, R. J. (1986). Learning representations by back-propagating errors. Nature, 323, 533–536. DOI ↗ |
| الأسماء البديلة≠ | MM-MLP, multimodal MLP, multi-input feedforward network, fusion multilayer perceptron | MLP, feedforward neural network, fully connected neural network, vanilla neural network |
| ذات صلة≠ | 5 | 4 |
| الملخص≠ | A Multimodal Multilayer Perceptron (MM-MLP) is a feedforward neural network that ingests features from two or more heterogeneous input modalities — such as structured tabular data, text embeddings, and image feature vectors — by encoding each stream separately and fusing them into a shared representation before passing it through fully connected layers to produce a classification or regression output. | 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مجموعة البيانات ↗ |
|
|