train_method
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
train_method [2016/12/23 00:47] – ccubuk | train_method [2017/05/24 14:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The method panel allows you to choose a learning algorithm. 2 well established machine learning algorithms exist; Random Forest and Support Vector Machines. | The method panel allows you to choose a learning algorithm. 2 well established machine learning algorithms exist; Random Forest and Support Vector Machines. | ||
- | Random Forest (RF): Random forests or random decision forests are an ensemble learning method for classification, | + | * **Random Forest (RF)**: Random forests or random decision forests are an ensemble learning method for classification, |
- | Support Vector Machines (SVM): | + | * **Support Vector Machines (SVM)**: In machine learning, support vector machines are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis. Given a set of training examples, each marked as belonging to one or the other of two categories, an SVM training algorithm builds a model that assigns new examples to one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall. https:// |
| | ||
- | |||
- | the kind of experiment you want to perform. You can choose between three kinds of experimental design: | ||
- | |||
- | Two group comparison: The comparison is performed between the two groups described in the experimental design file. The experimental design file must include two columns: the first one with the names of the samples, the second one with the class to which each sample belongs. | ||
- | Correlation with continuous variable: A correlation is performed between the values of each path along the samples and the continuous variable introduced. The experimental design file must include two columns: the first one with the names of the samples, the second one with the value of the variable for each one of the samples. |
train_method.1482454044.txt.gz · Last modified: 2017/05/24 14:33 (external edit)