feature-detection

how to apply mutual information on categorical features

how to apply mutual information on categorical features Question: I am using Scikit-learn to train a classification model. I have both discrete and continuous features in my training data. I want to do feature selection using mutual information. The features 1,2 and 3 are discrete. to this end, I try the code below : mutual_info_classif(x, …

Total answers: 4

General approach to developing an image classification algorithm for Dilbert cartoons

General approach to developing an image classification algorithm for Dilbert cartoons Question: As a self-development exercise, I want to develop a simple classification algorithm that, given a particular cell of a Dilbert cartoon, is able to identify which characters are present in the cartoon (Dilbert, PHB, Ratbert etc.). I assume the best way to do …

Total answers: 4