The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
What is the best Model for website page categorization
davidellis
Member Posts: 4 Contributor I
in Help
My challenge is to convert web pages to word vectors and then categorize them into two groups, one set of pages that contain Online Education and one set of pages that do not contain continuing education.
My model works OK using the SVM module but wonder if anyone can recommend a better module (without me having to try them all
Thanks in advance.
My model works OK using the SVM module but wonder if anyone can recommend a better module (without me having to try them all
Thanks in advance.
0
Answers
there is a theorem called "No free lunch". Noone can tell you before hand what works best. My guess would have been an SVM.
~Martin
Dortmund, Germany
My personal next step would be preprocessing
- Pruning
- Stemming
- n-gram
and stuff like Feature selection. E.g. Weight by SVM.
~Martin
Dortmund, Germany