CodeNewbie Community 🌱

Discussion on: What’s the last thing you learned that blew your mind?

Collapse
 
ben profile image
Ben Halpern

Learned FastText, specifically with this Ruby library, but definitely available in many other language wrappers.

It's a "classification" library β€” basically feed it text which you can label, and then it is able to label new text. You don't need to understand all the ins and outs of machine learning to make it work.

Really fascinating to see how well it works if used correctly!