i think your explanation is very good. but, when i listen to your video, i can find
about the method that you used in prediction. can you tell me about the method
that you choose in your prediction? (i hope that you can give me example)
The method used is Support Vector Machine (SVM). Some examples where the SVM
Method can be applied include:
1). Text classification: category assignment, spam detection and sentiment analysis.
2). Image recognition: SVM performs very well in image-based recognition and color-
based classification.
For example, in the orange vs apple classification task.
Most algorithms will calculate and discriminate based on ^very apples^ vs ^very oranges^
data points. Meanwhile, SVM will calculate and differentiate based on the data points
^apple that looks the most like an orange^ vs ^an orange that looks the most like an
apple^.