I was recently introduced to the wonderful world of machine learning. A few Linkeding Learning courses and a few hours of dedication have been enough to understand what it is capable of doing, possible uses and even make a (very simple) model of automatic text classification. Beyond a specific implementation, which we will see in…
Category
Machine Learning
Machine Learning: Text Classifier Model in Python
As I mentioned in the previous post, we are going to “land” a practical example of how to implement a simple text classifier, more specifically an incident classifier Choose language Returning to the previous article, the best known languages to create Machine learning projects are R, Python and Java. I don’t know much about R…