Skip to content
#

class-imbalance-problem

Here are 12 public repositories matching this topic...

Classification of movies as 'Fresh', 'Rotten', 'Certified-Fresh' using categorical predictors as well as review sentiment. Performed feature encoding and used Decision Tree, Random Forest Classifiers. Tackled class imbalance issues by assigning weights to classes. Used tokenization to generate word vectors for reviews to predict movie status.

  • Updated Jul 19, 2023
  • Jupyter Notebook

Performed feature engineering, cross-validation (5 fold) on baseline and cost-sensitive (accounting for class imbalance) Decision trees and Logistic Regression models and compared performance. Used appropriate performance metrics i.e., AUC ROC, Average Precision and Balanced Accuracy. Outperformed baseline model.

  • Updated Jul 24, 2023
  • Jupyter Notebook

This repository contains the complete project for Emotion Detection using Convolutional Neural Networks (CNNs) and the FER-2013 dataset. The project focuses on addressing class imbalance, applying data augmentation techniques, and leveraging advanced architectures such as VGG16 and ResNet50v2 to improve the robustness and accuracy.

  • Updated Jun 25, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the class-imbalance-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the class-imbalance-problem topic, visit your repo's landing page and select "manage topics."

Learn more