文件名称:logisitic_exercise
介绍说明--下载内容均来自于网络,请自行研究使用
一种用于数据分类的算法,与svm的作用类似-In statistics, logistic regression or logit regression is a type of probabilistic classification model[1] used for predicting the outcome of a categorical dependent variable (i.e., a class label) based on one or more predictor variables (features). That is, it is used in estimating empirical values of the parameters in a qualitative response model. The probabilities describing the possible outcomes of a single trial are modeled, as a function of the explanatory (predictor) variables, using a logistic function. Frequently (and subsequently in this article) "logistic regression" is used to refer specifically to the problem in which the dependent variable is binary—that is, the number of available categories is two—and problems with more than two categories are referred to as multinomial logistic regression or, if the multiple categories are ordered, as ordered logistic regression.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
logisitic_exercise\LogisticRegressionCost.m
..................\LogisticRegressionExercise.m
..................\LogisticRegressionPredict.m
..................\LogisticRegressionTrain.m
logisitic_exercise