Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36900bd

Browse files
committedDec 3, 2018
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

+5-3
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)
Please sign in to comment.