Skip to content

Commit 36900bd

Browse files
committed
update Contents.m
1 parent a117a43 commit 36900bd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Contents.m

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
% logitMnPred - Prediction of multiclass (multinomial) logistic regression model
3030
% sigmoid - Sigmod function
3131
% softmax - Softmax function
32-
% CHAPTER05
33-
% mlpReg - Train a multilayer perceptron neural network
34-
% mlpRegPred - Multilayer perceptron prediction
32+
% CHAPTER05
33+
% mlpClass - Train a multilayer perceptron neural network for classification with backpropagation
34+
% mlpClassPred - Multilayer perceptron classification prediction
35+
% mlpReg - Train a multilayer perceptron neural network for regression with backpropagation
36+
% mlpRegPred - Multilayer perceptron regression prediction
3537
% CHAPTER06
3638
% kn2sd - Transform a kernel matrix (or inner product matrix) to a squared distance matrix
3739
% knCenter - Centerize the data in the kernel space

0 commit comments

Comments
 (0)