-
-
-
[
Matlab]
NN.zip
Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifieur
Please run mexme_NN to recompile mex files on your own plateform
Please run test*.m to run demos
Category:
AI-NN-PR Upload User:
tlwy1966 Size:
162K
-
-
-
-
-
[
Visual C++ (VC++)]
KNN.zip
K-NN algorithm implementation.
It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
Category:
AI-NN-PR Upload User:
lsh071010 Size:
610K
-
[
C/C++]
c_FFT.rar
... n=n1xn2 stored in row major order
In this code the size of the input signal
is NN=NxN (n=NN, n1=n2=N)
2.- Transpose (tpose) A to have it stored in column
major order ...
-
[
Lisp/Scheme]
NNFunctions.rar
NN Functions
a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, ...
-