Custom transfer function with learnable parameters and custom initializing in shallow neural network

1 view (last 30 days)
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)
Figure 1: A typical multidimensional feedforward wavelet neural network (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?

Answers (1)

Emiliano Rosso
Emiliano Rosso on 24 May 2021
I'm interested in your work,have you meet some improvement?

Categories

Find more on AI for Signals and Images in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!