Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 23 and Version 24 of UsersSamples


Ignore:
Timestamp:
02/22/11 17:31:18 (13 years ago)
Author:
gkronber
Comment:

linked to samples in SVN repository

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v23 v24  
    186186[=#GPArtificialAnt]
    187187=== Genetic programming - Artificial Ant Problem ===
    188 [attachment:SGP_SantaFe.hl]
     188[export:/misc/samples/GP_ArtificialAnt-SantaFe.hl GP_ArtificialAnt-SantaFe.hl]
    189189[[Image(SantaFe Result.png, width=500, right, margin-right=30, margin-left=30)]]
    190190
     
    222222[=#GPSymbolicRegressionBostonHousing]
    223223=== Genetic programming - Symbolic Regression (Boston Housing)===
    224 [attachment:SGP_SymbReg-Boston-Housing.hl]
     224[export:/misc/samples/GP_Regression-Boston-Housing.hl GP_Regression-Boston-Housing.hl]
    225225
    226226Example 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.
     
    250250[=#GPSymbolicRegressionTower]
    251251=== Genetic programming - Symbolic Regression (Tower)===
    252 [attachment:SGP_SymbReg.hl]
     252[export:/misc/samples/GP_Regression-TowerResponse.hl GP_Regression-TowerResponse.hl]
    253253
    254254Example 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.
     
    266266[=#GPSymbolicRegressionMackeyGlass]
    267267=== Genetic programming - Symbolic Regression (Mackey-Glass)===
    268 [attachment:SGP_SymbReg-Mackey-Glass.hl]
     268[export:/misc/samples/GP_Regression-Mackey-Glass.hl GP_Regression-Mackey-Glass.hl]
    269269
    270270Example for a simple genetic programming algorithm to create a dynamic model for the one-step prediction of the chaotic Mackey Glass (T=17) time series. The original dataset was downloaded from http://www.bme.ogi.edu/~ericwan/data.html.
     
    283283[=#GPSymbolicClassificationWisconsin]
    284284=== Genetic programming - Symbolic Classification (Wisconsin)===
    285 [attachment:SGP_Classification-WDPC.hl]
     285[export:/misc/samples/GP_Classification-WisconsinDiagnostic.hl GP_Classification-WisconsinDiagnostic.hl]
    286286
    287287Example 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.
     
    293293[=#GPSymbolicRegressionMammography]
    294294=== Genetic programming - Symbolic Classification (Mammography)===
    295 [attachment:SGP_SymbClass_Mammographic.hl]
     295[export:/misc/samples/GP_Classification-Mammography.hl GP_Classification-Mammography.hl]
    296296
    297297 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).
     
    301301[=#GPBooleanEvenParity4]
    302302=== Genetic Programming - Even Parity (4 inputs) ===
    303 [attachment:SGP_Boolean-Even-Parity-4.hl]
     303[export:/misc/samples/Boolean-Even-Parity-4.hl GP_Boolean-Even-Parity-4.hl]
    304304
    305305 A genetic programming algorithm to synthesize the boolean even parity function with 4 binary inputs
     
    321321[=#GPBooleanMultiplexer11]
    322322=== Genetic Programming - Multiplexer (11 inputs) ===
    323 [attachment:SGP_Boolean-Multiplexer-11.hl]
     323[export:/misc/samples/GP_Boolean-Multiplexer-11.hl GP_Boolean-Multiplexer-11.hl]
    324324
    325325 A genetic programming algorithm to synthesize the boolean multiplexer function with 11 binary inputs