Changes between Version 23 and Version 24 of UsersSamples
- Timestamp:
- 02/22/11 17:31:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersSamples
v23 v24 186 186 [=#GPArtificialAnt] 187 187 === Genetic programming - Artificial Ant Problem === 188 [ attachment:SGP_SantaFe.hl]188 [export:/misc/samples/GP_ArtificialAnt-SantaFe.hl GP_ArtificialAnt-SantaFe.hl] 189 189 [[Image(SantaFe Result.png, width=500, right, margin-right=30, margin-left=30)]] 190 190 … … 222 222 [=#GPSymbolicRegressionBostonHousing] 223 223 === 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] 225 225 226 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. … … 250 250 [=#GPSymbolicRegressionTower] 251 251 === Genetic programming - Symbolic Regression (Tower)=== 252 [ attachment:SGP_SymbReg.hl]252 [export:/misc/samples/GP_Regression-TowerResponse.hl GP_Regression-TowerResponse.hl] 253 253 254 254 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. … … 266 266 [=#GPSymbolicRegressionMackeyGlass] 267 267 === 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] 269 269 270 270 Example 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. … … 283 283 [=#GPSymbolicClassificationWisconsin] 284 284 === Genetic programming - Symbolic Classification (Wisconsin)=== 285 [ attachment:SGP_Classification-WDPC.hl]285 [export:/misc/samples/GP_Classification-WisconsinDiagnostic.hl GP_Classification-WisconsinDiagnostic.hl] 286 286 287 287 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. … … 293 293 [=#GPSymbolicRegressionMammography] 294 294 === Genetic programming - Symbolic Classification (Mammography)=== 295 [ attachment:SGP_SymbClass_Mammographic.hl]295 [export:/misc/samples/GP_Classification-Mammography.hl GP_Classification-Mammography.hl] 296 296 297 297 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). … … 301 301 [=#GPBooleanEvenParity4] 302 302 === 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] 304 304 305 305 A genetic programming algorithm to synthesize the boolean even parity function with 4 binary inputs … … 321 321 [=#GPBooleanMultiplexer11] 322 322 === 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] 324 324 325 325 A genetic programming algorithm to synthesize the boolean multiplexer function with 11 binary inputs