Skip to content Skip to sidebar Skip to footer
Showing posts with the label Text Classification

Output Top 2 Classes From A Multiclass Classification Algorithm

I am working on a multiclass classificiation problem for text , where I have a lot of different cla… Read more Output Top 2 Classes From A Multiclass Classification Algorithm

Save Progress Between Multiple Instances Of Partial_fit In Python Sgdclassifier

I've successfully followed this example for my own text classification script. The problem is I… Read more Save Progress Between Multiple Instances Of Partial_fit In Python Sgdclassifier

Python Textblob And Text Classification

I'm trying do build a text classification model with python and textblob, the script is runing … Read more Python Textblob And Text Classification

Cannot Freeze Tensorflow Models Into Frozen(.pb) File

I am referring (here) to freeze models into .pb file. My model is CNN for text classification I am… Read more Cannot Freeze Tensorflow Models Into Frozen(.pb) File

Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number

I trained a supervised model in FastText using the Python interface and I'm getting weird resul… Read more Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number