We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a117a43 commit 36900bdCopy full SHA for 36900bd
Contents.m
@@ -29,9 +29,11 @@
29
% logitMnPred - Prediction of multiclass (multinomial) logistic regression model
30
% sigmoid - Sigmod function
31
% softmax - Softmax function
32
-% CHAPTER05
33
-% mlpReg - Train a multilayer perceptron neural network
34
-% mlpRegPred - Multilayer perceptron prediction
+% CHAPTER05
+% mlpClass - Train a multilayer perceptron neural network for classification with backpropagation
+% mlpClassPred - Multilayer perceptron classification prediction
35
+% mlpReg - Train a multilayer perceptron neural network for regression with backpropagation
36
+% mlpRegPred - Multilayer perceptron regression prediction
37
% CHAPTER06
38
% kn2sd - Transform a kernel matrix (or inner product matrix) to a squared distance matrix
39
% knCenter - Centerize the data in the kernel space
0 commit comments