Ask HN: How would you tackle a text classification problem in 2023?
I'm no ML expert, I just know some basics and I'm curious about what the go-to tools and techniques would be for this kind of problem.
I'm no ML expert, I just know some basics and I'm curious about what the go-to tools and techniques would be for this kind of problem.
Comments
You need to be more specific. Classify what type of texts? And classify into what groups of categories?
Let's say short posts which consist of title + body, ~100 words total. And classify them into 2 categories (e.g. posts that talk about cats vs posts that don't).
gzip & knn
https://codeconfessions.substack.com/p/decoding-the-acl-pape...
This looks very promising, will definitely try it!