Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms AI-NN-PR
Title: 0-svnn Download
 Description: This code implements a new training method for MLP neural networks, named Support Vector Neural Network (SVNN), proposed in the work: O. Ludwig “Study on Non-parametric Methods for Fast Pattern Recognition with Emphasis on Neural Networks and Cascade Classifiers ” PhD Thesis, University of Coimbra, Coimbra, 2012. The input arguments are a N x L matrix of L representative N-element input vectors, a row vector, y, whose elements are the respective target classes, which should be-1 or 1, and the number of hidden neurons, nneu. Similarly to SVMs, the SVNN has a punishing parameter, C, which can be set in the line 16 of the code. The algorithm outputs the MLP parameters, W1, W2, b1, b2, which are input arguments of the MLP simulator “sim_NN.m” that also requires the matrix of testing data, as well as the target vector (in case of target unavailable, a empty vector must be supplied). “sim_NN.m” outputs the estimated class and the accuracy, acc (when testing targets are available). The code
 Downloaders recently: [More information of uploader 孙园]
 To Search:
File list (Check if you may need any files):
 

SVNN.m
sim_NN.m
license.txt
A new method for neural network regularization.pdf
Support Vector Neural Network (SVNN) - File Exchange - MATLAB Central.html
    

CodeBus www.codebus.net