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

Keras Model Doesn't Learn At All

My model weights (I output them to weights_before.txt and weights_after.txt) are precisely the same… Read more Keras Model Doesn't Learn At All

Same Output Of The Keras Model

I have a Keras model for predicting moves in the game. I have an input shape of (160,120 ,1). I hav… Read more Same Output Of The Keras Model

Keras - Precision And Recall Is Greater Than 1 (multi Classification)

I am working on a multi classification problem using CNN's in keras. My precision and recall sc… Read more Keras - Precision And Recall Is Greater Than 1 (multi Classification)

How To Work With N-grams For Classification Tasks?

I'm going to train a classifier on a sample dataset using n-gram. I searched for related conten… Read more How To Work With N-grams For Classification Tasks?

Classification Accuracy Based On Single Feature Set

I am trying to classify data based on prespecified labels. Got two columns and shown below: room_cl… Read more Classification Accuracy Based On Single Feature Set

Keras' Fit_generator() For Binary Classification Predictions Always 50%

I have set up a model to train on classifying whether an image is a certain video game or not. I pr… Read more Keras' Fit_generator() For Binary Classification Predictions Always 50%