GitXplorerGitXplorer
x

WaveNet

public
8 stars
12 forks
1 issues

Commits

List of commits on branch master.
Unverified
c305ce0a158914b585289744fbfc5cdff89a6b0d

gitignore update

committed 10 years ago
Unverified
27d850f236fb4e61ec7b456bac432da2099bf597

Minor fix to start of BP

committed 10 years ago
Unverified
a95d5d3bfd207a44f1fbe3a71893e9d670c0578d

Fleshed out basic implementation

committed 10 years ago
Unverified
5330a8b249a222b7c7675dbce04cf92340e6c6ad

Added getWeights to layer and created initial interface of Network class

committed 10 years ago
Unverified
cc47a2864faedb15c0d8f600e58cf1f27537e4dd

Merge branch 'master' of https://github.com/xd009642/WaveNet.git

committed 10 years ago
Unverified
25167ccf4d2a601318454d9b80f888498af2b467

Added feedforward processing to layer

committed 10 years ago

README

The README file for this repository.

WaveNet

A Wavelet Neural Network implementation, code was derived from a paper called "Wavelet neural networks: A practical guide" by A. K. Alexandridis and A. D. Zapranis

Wavelets have been shown to improve ANN results when used as a pre-processing step on data, they were then taken and used as a neuron activation function for WNNs. They also fit well with the neurological metaphor of neural networks, as there is evidence that a process similar to wavelet transforms occurs in the visual cortex of the brain.