Understanding Multi-Label classification model and accuracy metrics
Author(s): Avishek Nag Originally published on Towards AI. The theory behind the multi-label/multi-tagging model, different umbrella classification schemes and accuracy metric analysis Classification techniques probably are the most fundamental in Machine Learning. The majority of all online ML/AI courses and curriculums start …
Multi-Label Text Classification Using Scikit-multilearn: a Case Study with StackOverflow Questions
Author(s): Avishek Nag Originally published on Towards AI. Designing a multi-label text classification model which helps to tag stackoverflow.com questions with different topics Everyday users of stackoverflow.com posts many technical questions and all those get tagged with different topics. In this article, …
Keras for Multi-label Text Classification
Author(s): Aman Sawarn Originally published on Towards AI. https://pixabay.com/photos/wintry-dawn-secret-light-trees-4532412/ Machine Learning CNNs and LSTMs architectures for Multi-Label Text Classification using Keras Multi-label classification can become tricky, and to make it work using pre-built libraries in Keras becomes even more tricky. This blog …