Custom transfer function with learnable parameters and custom initializing in shallow neural network
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to implement multidimensional wavelet neural networks using Matlab. The training entails training extra learnable parameters (dilation and translation parameters) in addition to the usual weights and biases. The following figure depicts a typical feedforward wavelet neural network that I want to implement. (Alexandridis and Zapranis, 2013)
Here, ψ is the mother wavelet.
I would like to know how to implement custom transfer functions (in this case the wavelet) with learnable parameters. Furthermore, since the wavelet neural networks are very sensitive to initialization (of dilation and translation parameters), I would like to implement a custom initialization function too. Could you please instruct me on how to implement custom transfer functions with learnable parameters and custom initialization functions to be used with the training functions provided with matlab?
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 AI for Signals and Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!