قارن الطرق
راجع الطرق التي اخترتها جنبًا إلى جنب؛ الصفوف المختلفة مميَّزة.
| شبكة عصبية موجية× | الشبكة العصبية متعددة الطبقات (MLP)× | |
|---|---|---|
| المجال≠ | السلاسل الزمنية | التعلم العميق |
| العائلة≠ | Process / pipeline | Machine learning |
| سنة النشأة≠ | 1992 | 1986 |
| صاحب الطريقة≠ | Q. Zhang | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| النوع≠ | Non-parametric function approximation | Supervised feedforward neural network |
| المصدر التأسيسي≠ | Zhang, Q., & Benveniste, A. (1992). Wavelet networks. IEEE Transactions on Neural Networks, 3(6), 889–898. DOI ↗ | Rumelhart, D. E., Hinton, G. E. & Williams, R. J. (1986). Learning representations by back-propagating errors. Nature, 323, 533–536. DOI ↗ |
| الأسماء البديلة≠ | WNN, Wavelet-based neural network, Wavelet networks | MLP, feedforward neural network, fully connected neural network, vanilla neural network |
| ذات صلة≠ | 2 | 4 |
| الملخص≠ | A wavelet neural network (WNN) is a function approximation architecture that uses wavelet functions as activation functions in place of traditional sigmoid or ReLU functions. Introduced by Zhang and Benveniste (1992), WNNs combine the multiscale decomposition properties of wavelets with the learning capabilities of neural networks. The result is a flexible nonparametric model that can capture localized features and multi-resolution patterns efficiently, with fewer parameters and better interpretability than standard deep networks. | 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مجموعة البيانات ↗ |
|
|