Skip to content

Commit

Permalink
update Contents.m
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nth committed Dec 3, 2018
1 parent a117a43 commit 36900bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
% logitMnPred - Prediction of multiclass (multinomial) logistic regression model
% sigmoid - Sigmod function
% softmax - Softmax function
% CHAPTER05
% mlpReg - Train a multilayer perceptron neural network
% mlpRegPred - Multilayer perceptron prediction
% CHAPTER05
% mlpClass - Train a multilayer perceptron neural network for classification with backpropagation
% mlpClassPred - Multilayer perceptron classification prediction
% mlpReg - Train a multilayer perceptron neural network for regression with backpropagation
% mlpRegPred - Multilayer perceptron regression prediction
% CHAPTER06
% kn2sd - Transform a kernel matrix (or inner product matrix) to a squared distance matrix
% knCenter - Centerize the data in the kernel space
Expand Down

0 comments on commit 36900bd

Please sign in to comment.