train_method
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
train_method [2016/12/23 00:42] – created ccubuk | train_method [2017/05/24 14:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Train Method ===== | ===== Train Method ===== | ||
+ | |||
+ | 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, | ||
+ | |||
+ | * **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:// | ||
+ | |||
+ | | ||
+ |
train_method.1482453752.txt.gz · Last modified: 2017/05/24 14:33 (external edit)