From 36900bd74681dc529e02974010ace70f7625f04b Mon Sep 17 00:00:00 2001 From: Mo Chen Date: Tue, 4 Dec 2018 00:58:48 +0800 Subject: [PATCH] update Contents.m --- Contents.m | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Contents.m b/Contents.m index f3c492c..bd96bba 100644 --- a/Contents.m +++ b/Contents.m @@ -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