Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/VideoTutorials


Ignore:
Timestamp:
06/25/14 15:28:36 (10 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VideoTutorials

    v3 v4  
    3030<abstract>
    3131
     32
    3233== Application-specific Tutorials ==
    3334
    34 === Introduction to symbolic regression ===
    35 === Introduction to symbolic classification ===
     35=== [wiki:Documentation/VideoTutorials/SymbolicRegression Symbolic Regression with HeuristicLab] ===
     36This tutorial covers the basic functionality for symbolic regression and for analyzing symbolic regression models in HeuristicLab.
     37
     38First, we demonstrate how to load data and how to use genetic programming to produce symbolic regression models. After that, all charts and visualizations for symbolic regression models are shown and the functionality for model analysis, simplification, and tuning is explained in detail. At the end of this tutorial we show how symbolic regression models can be exported to MATLAB, LaTeX and Excel.
     39
     40=== [wiki:Documentation/VideoTutorials/SymbolicClassification Symbolic Classification with HeuristicLab] ===
     41In this video tutorial the basic steps necessary to perform symbolic classification with HeuristicLab are covered. As exemplary data the mammography dataset from the UCI machine learning repository is chosen and modeled by genetic programming. You can see how the problem and the algorithm are configured and after the algorithm is finished the resulting model is analyzed.