Confronta i metodi
Esamina i metodi selezionati fianco a fianco; le righe che differiscono sono evidenziate.
| Rete Neurale a Wavelet× | Multilayer Perceptron (MLP)× | |
|---|---|---|
| Campo≠ | Serie storiche | Apprendimento profondo |
| Famiglia≠ | Process / pipeline | Machine learning |
| Anno di origine≠ | 1992 | 1986 |
| Ideatore≠ | Q. Zhang | Rumelhart, D. E.; Hinton, G. E.; Williams, R. J. |
| Tipo≠ | Non-parametric function approximation | Supervised feedforward neural network |
| Fonte seminale≠ | 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 ↗ |
| Alias≠ | WNN, Wavelet-based neural network, Wavelet networks | MLP, feedforward neural network, fully connected neural network, vanilla neural network |
| Correlati≠ | 2 | 4 |
| Sintesi≠ | 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. |
| ScholarGateInsieme di dati ↗ |
|
|