abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

[Project Addition] Speech Sentiment Analysis using DL #706

Closed Arihant-Bhandari closed 4 weeks ago

Arihant-Bhandari commented 4 weeks ago

Pull Request for DL-Simplified šŸ’”

Issue Title : #704 [Project Addition] Speech Sentiment Analysis using DL

Closes: #704 [Project Addition] Speech Sentiment Analysis using DL

Describe the add-ons or changes you've made šŸ“ƒ

Wrote code for preprocessing and loading images from train_images, indiced emotions from dataframe, ecoded and turned labels into probability distributions, created models including custom as well as pre-trained models, like ResNet-50, VGG16 and so on.

Type of change ā˜‘ļø

What sort of change have you made:

How Has This Been Tested? āš™ļø

Models Accuracy Loss
ResNet-50 48.00% 1.0630
InceptionV3 84.00% 0.4533
CNN 94.00% 0.2254
VGG16 90.00% 0.3243
EfficientNetB7 42.00% 1.0812
DenseNet-121 82.00% 0.7257
Xception 86.00% 0.5171

Checklist: ā˜‘ļø

github-actions[bot] commented 4 weeks ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)

Arihant-Bhandari commented 4 weeks ago

hi @abhisheks008 pls check this pr, if any changes, will be glad to do them over.

thank you as always for your time and patience.