https://github.com/pavans01/multimodal-mnist-dataset-classifier
https://github.com/pavans01/multimodal-mnist-dataset-classifier
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavans01/multimodal-mnist-dataset-classifier
- Owner: PavanS01
- Created: 2024-05-13T18:15:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:19:59.000Z (about 2 years ago)
- Last Synced: 2025-02-21T22:42:37.340Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML-Project
The following project is an implementation of deep learning neural network classifier model for multi modal data. The dataset consists of MNIST image and audio data represented as 1D numpy arrays. The data represents digits in the range of 0 to 9. The model uses two Convectional Neural Network Model which are trained on image and audio respectively and then they are late fused with an multi layer neural network in the end. After tuning and adding layers, the final model resulted in an accuracy score of 0.987.