| |
|
backpropagation.java |
example
of backpropagation
for solving XOR problem |
|
gaproject.java |
example of genetic algorithm, determine
the variables that satisfy equation a+2b+3c+4d = 30 |
|
kohonen.java |
example of kohonen neural networks for
clustering binary data |
|
lvq.java |
example of SOM-LVQ
(Linear Vector Quantization) neural networks for clustering
binary data |
|
haarwavelet.java |
example of Haar wavelet for signal
noise reduction |
|
|