You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement WaveletNetwork class based on pseudo code outlined in sections 3.2.1.1 and 3.3.1
Implement WaveNet class based on sections
For both parts use the Wavelet[I] API to represent Wavelon object instances for multivariate inputs, which have parameters that can be calculated using the GradientDescent class. Implement WaveletGradient and WaveletUpdater classes by extending Gradient and Updater.
The text was updated successfully, but these errors were encountered:
Reference: Wavelet Neural Networks - David Veitich
This task is broken into two parts.
WaveletNetwork
class based on pseudo code outlined in sections 3.2.1.1 and 3.3.1WaveNet
class based on sectionsFor both parts use the
Wavelet[I]
API to represent Wavelon object instances for multivariate inputs, which have parameters that can be calculated using theGradientDescent
class. ImplementWaveletGradient
andWaveletUpdater
classes by extendingGradient
andUpdater
.The text was updated successfully, but these errors were encountered: