Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 19 and Version 20 of UsersSamples


Ignore:
Timestamp:
02/18/11 12:56:01 (13 years ago)
Author:
gkronber
Comment:

added descriptions for GP samples

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v19 v20  
    222222[=#GPSymbolicRegressionBostonHousing]
    223223=== Genetic programming - Symbolic Regression (Boston Housing)===
     224[attachment:SGP_SymbReg-Boston-Housing.hl]
     225
     226Example 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.
    224227
    225228'''Algorithm:''' [[Genetic Algorithm]]
     
    247250[=#GPSymbolicRegressionTower]
    248251=== Genetic programming - Symbolic Regression (Tower)===
     252[attachment:SGP_SymbReg.hl]
     253Example 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
    249255----
    250256
     
    255261[=#GPSymbolicClassificationWisconsin]
    256262=== 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]
     264Example 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
     266The algorithm reaches an accuracy of ~95% on the test set.
     267This algorithm is supposed to be a demo for GP in HeuristicLab, the aim is not to find high quality models.
    261268----
    262269
    263270[=#GPSymbolicRegressionMammography]
    264271=== 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
    265275----
    266276
     
    297307John R. Koza, Genetic Programming - On the Programming of Computers by Means of Natural Selection, MIT Press, 1992
    298308
     309----
    299310== Additional ==
    300311