Custom transfer function with learnable parameters and custom initializing in shallow neural network
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Emiliano Rosso
el 24 de Mayo de 2021
I'm interested in your work,have you meet some improvement?
0 comentarios
Ver también
Categorías
Más información sobre AI for Signals and Images en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!