Changes between Version 6 and Version 7 of tutorial/ProbabilisticLearningModels
- Timestamp:
- 08/14/09 10:20:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial/ProbabilisticLearningModels
v6 v7 1 = Tutorial About Probabilistic LearningModels =1 = Tutorial About Probabilistic Classification Models = 2 2 3 3 Benjamin Adrian, Gunnar Grimnes, Jörn Hees, Matthias Sperber … … 51 51 Second, just a small set of features might be enough for classifiying examples successfully. Adding more just decreases performance. 52 52 53 54 === Main Steps === 55 56 1. Convert your problem into a classification problem 57 1. Get a pre-classified data set (the more data or even data sets the better). Devide it into test, training and development sets. 58 1. Think about your features. This is the most important step! 59 1. Process data, extract these features, select significant ones and store them. 60 1. Train your model with your training data 61 1. Classify your test data. 62 53 63 === Relational Classification === 54 64