Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation of Wavelet Neural Networks #35

Open
mandar2812 opened this issue Jul 19, 2016 · 0 comments
Open

Add implementation of Wavelet Neural Networks #35

mandar2812 opened this issue Jul 19, 2016 · 0 comments
Assignees

Comments

@mandar2812
Copy link
Member

Reference: Wavelet Neural Networks - David Veitich

This task is broken into two parts.

  1. Implement WaveletNetwork class based on pseudo code outlined in sections 3.2.1.1 and 3.3.1
  2. 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.

@mandar2812 mandar2812 added the bug label Jul 19, 2016
@mandar2812 mandar2812 added this to the Release 1.4 milestone Jul 19, 2016
@mandar2812 mandar2812 self-assigned this Jul 19, 2016
@mandar2812 mandar2812 removed this from the Release 1.4 milestone Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant