https://github.com/diepala/cnn-character-recognition
Build and train a Convolutional Neural Network to classify vowels with accent marks.
https://github.com/diepala/cnn-character-recognition
convolutional-neural-networks deep-learning python tensorflow
Last synced: 3 months ago
JSON representation
Build and train a Convolutional Neural Network to classify vowels with accent marks.
- Host: GitHub
- URL: https://github.com/diepala/cnn-character-recognition
- Owner: diepala
- Created: 2021-07-24T15:28:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T15:43:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T03:31:31.152Z (5 months ago)
- Topics: convolutional-neural-networks, deep-learning, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 7.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CNN-character-recognition
Build and train a Convolutional Neural Network to classify vowels with accent marks.This was a class project, where we had to build a deep learning model to classify vowels with different accent marks.
We built a CNN network that obatined the best test-accuracy among all the class students, 99.7%.