Changes between Version 19 and Version 20 of UsersSamples
- Timestamp:
- 02/18/11 12:56:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersSamples
v19 v20 222 222 [=#GPSymbolicRegressionBostonHousing] 223 223 === Genetic programming - Symbolic Regression (Boston Housing)=== 224 [attachment:SGP_SymbReg-Boston-Housing.hl] 225 226 Example for a simple genetic programming algorithm to create a regression model for the estimation of the median value of houses in a certain in the Boston area based on other parameters of that region. The original dataset was downloaded from http://archive.ics.uci.edu/ml/datasets/Housing. 224 227 225 228 '''Algorithm:''' [[Genetic Algorithm]] … … 247 250 [=#GPSymbolicRegressionTower] 248 251 === Genetic programming - Symbolic Regression (Tower)=== 252 [attachment:SGP_SymbReg.hl] 253 Example for a simple genetic programming algorithm to create a regression model for the estimation of a product quality parameter in an industrial chemical process. The original dataset was downloaded from http://vanillamodeling.com/realproblems.html. 254 249 255 ---- 250 256 … … 255 261 [=#GPSymbolicClassificationWisconsin] 256 262 === Genetic programming - Symbolic Classification (Wisconsin)=== 257 Example for a simple genetic programming algorithm including the Wisconsin breast cancer dataset from the UCI Machine Learning Repository. The engine uses all available GP manipulation operators, single-point cross-over and squared Pearson's correlation coefficient evaluation. 258 259 The engine reaches an accuracy of ~95% on the test set. 260 This engine is supposed to be a demo for GP in HeuristicLab, the aim is not to find high quality models. 263 [attachment:SGP_Classification-WDPC.hl] 264 Example for a simple genetic programming algorithm to create a classification model for the estimation of malignant or benign tumor diagnosis based on features extracted through analysis of tumorous cells in a tissue sample. The original dataset was downloaded from the UCI Machine Learning Repository (http://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)). The algorithm uses all available GP manipulation operators, single-point cross-over and squared Pearson's correlation coefficient evaluation. 265 266 The algorithm reaches an accuracy of ~95% on the test set. 267 This algorithm is supposed to be a demo for GP in HeuristicLab, the aim is not to find high quality models. 261 268 ---- 262 269 263 270 [=#GPSymbolicRegressionMammography] 264 271 === Genetic programming - Symbolic Classification (Mammography)=== 272 [attachment:SGP_SymbClass-Mammographic.hl] 273 A genetic programming algorithm to create a classification model for the prediction of malignant or benign tumor diagnosis based on features extracted through a non-invasive mammography breast cancer screening. Original dataset stems from the UCI Machine Learning Repository (http://archive.ics.uci.edu/ml/datasets/Mammographic+Mass). 274 265 275 ---- 266 276 … … 297 307 John R. Koza, Genetic Programming - On the Programming of Computers by Means of Natural Selection, MIT Press, 1992 298 308 309 ---- 299 310 == Additional == 300 311