multiLayerPerceptrons multiLayerPerceptrons

Group nz.ac.waikato.cms.weka
描述 This package currently contains classes for training multilayer perceptrons with one hidden layer, where the number of hidden units is user specified. MLPClassifier can be used for classification problems and MLPRegressor is the corresponding class for numeric prediction tasks. The former has as many output units as there are classes, the latter only one output unit. Both minimise a penalised squared error with a quadratic penalty on the (non-bias) weights, i.e., they implement "weight decay", where this penalised error is averaged over all training instances. The size of the penalty can be determined by the user by modifying the "ridge" parameter to control overfitting. The sum of squared weights is multiplied by this parameter before added to the squared error. Both classes use BFGS opti
版本 仓库 发布时间
1.0.10 central 2016-10-31 16:23
1.0.9 central 2016-10-14 18:05
1.0.8 central 2015-11-10 11:54
1.0.7 central 2014-07-15 16:33
1.0.5 central 2013-09-09 10:51
1.0.4 central 2013-09-07 16:51
1.0.3 central 2013-09-07 16:32
1.0.2 central 2013-08-27 11:54
1.0.1 central 2012-11-25 15:44
1.0.0 central 2012-10-23 16:56
索引仓库
仓库 个数
Central 592045