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

How to classify abstract of a given research article into a pre-specified category using SVM?

OdaaOdaa Member Posts: 1 Learner I
edited May 2020 in Help
My intention is to assign a certain article into a pre-specified group based on the abstract. How this can be done using a support vector machine?

Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    edited May 2020
    Normally, you'd have to parse the abstracts using "Process Documents from ..." (either from Files or Data, easier from data as you'd have the classification label in the example), then possibly reduce the number of generated attributes (e.g. you could use SVD or PCA or with weigh-select method), and then develop your classifier. SVM is not an easy way of doing this as you'd have to select and optimise the kernel, e.g. using "Optimize Parameters (Grid)", so if you want a quick answer, first try another classifier or their ensemble, e.g. GBT. Of course, always (cross-)validate your model.
    Jacob
Sign In or Register to comment.