Skip to content

Classifying handwritten Bengali grapheme into its three constituents. Multi Label Classification

License

Notifications You must be signed in to change notification settings

ishanbhandari-19/BengaliAI-Grapheme-Classification

Repository files navigation

BengaliAI-Grapheme-Classification

Given the image of a handwritten Bengali grapheme, the challenge is to separately classify three constituent elements in the image: grapheme root, vowel diacritics, and consonant diacritics.

Competition Link

Approach

  • Used a single Resnet18 Model backbone for all three labels, and used CrossEntropy Loss.
  • Grapheme_root loss was given more weight, since the number of classes of grapheme_root were high when compared to the other two.
  • 5 - fold stratified split training.

About

Classifying handwritten Bengali grapheme into its three constituents. Multi Label Classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published