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

Optimal Feature Selection Technique After Pca?

I'm implementing a classification task with binary outcome using RandomForestClassifier and I k… Read more Optimal Feature Selection Technique After Pca?

Adding Gaussian Noise To A Dataset Of Floating Points And Save It (python)

I'm working on classification problem where i need to add different levels of gaussian noise to… Read more Adding Gaussian Noise To A Dataset Of Floating Points And Save It (python)

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%

How To Handle Lstms With Many Features In Python?

I have a binary classification problem. I use the following keras model to do my classification. in… Read more How To Handle Lstms With Many Features In Python?

Sgdclassifier Giving Different Accuracy Each Time For Text Classification

I'm using the SVM Classifier for classifying text as good text and gibberish. I'm using pyt… Read more Sgdclassifier Giving Different Accuracy Each Time For Text Classification

Customize Keras' Loss Function In A Way That The Y_true Will Depend On Y_pred

I'm working on a multi-label classifier. I have many output labels [1, 0, 0, 1...] where 1 indi… Read more Customize Keras' Loss Function In A Way That The Y_true Will Depend On Y_pred