방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| Wavelet Neural Network× | 다층 퍼셉트론 (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데이터셋 ↗ |
|
|