I am going to list things i came across while my feeble attempts at learning machine-learning.
Classification:
E.g. To do document classification we perform at least some of the following tasks.
Classification:
E.g. To do document classification we perform at least some of the following tasks.
- Get some training data, clean and stem the text.
- Represent your documents as vectors
- Perform feature selection
- Select your classifier and train it,
- Run the classification on some test data to see how well it performs
No comments:
Post a Comment