dscpesu / SimpleML

🚀 SimpleML: Dive into the exciting world of machine learning with our open-source repository, offering a diverse array of projects suitable for beginners and experts alike.
https://gdscpesu.com/
MIT License
15 stars 16 forks source link

American Sign Language: Plot a graph to visualize the class distribution and analyze if there is class imbalance in the data. Handle the imbalance and mention your approach for the same. #13

Closed asphytheghoul closed 10 months ago

asphytheghoul commented 11 months ago

Field Description
About A short Description about project
Github Your Github name
Email
Label Update request

Define You

Is your feature request related to a problem? Please describe.

Describe the solution you'd like...

Describe alternatives you've considered?

Approach to be followed (optional):

Additional context

syed-hamza commented 11 months ago

Use a simple bar plot to figure out class imbalance sort the frequencies of respective classes and then use a mix of data augmentation and under-sampling to fix the issue