|
1 | | -# Alphabet Recognition [](https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/LICENSE.txt) [](https://akshaybahadur.com) |
2 | | -This code helps you classify different alphabets using softmax regression (lower case). |
| 1 | +# Alphabet Recognition ⚓ |
| 2 | + |
| 3 | +[](https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/LICENSE.txt) [](https://akshaybahadur.com) |
3 | 4 |
|
4 | | -### Sourcerer |
5 | | -[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/0)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/1)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/2)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/3)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/4)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/5)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/6)[](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/7) |
| 5 | +This code helps you classify different alphabets using softmax regression (lower case). |
6 | 6 |
|
7 | | -### Code Requirements |
| 7 | +## Code Requirements 🦄 |
8 | 8 | You can install Conda for python which resolves all the dependencies for machine learning. |
9 | 9 |
|
10 | | -### Description |
| 10 | +## Description ⚙️ |
11 | 11 | Softmax Regression (synonyms: Multinomial Logistic, Maximum Entropy Classifier, or just Multi-class Logistic Regression) is a generalization of logistic regression that we can use for multi-class classification (under the assumption that the classes are mutually exclusive). In contrast, we use the (standard) Logistic Regression model in binary classification tasks. |
12 | 12 |
|
13 | 13 | For more information, [see](https://www.kdnuggets.com/2016/07/softmax-regression-related-logistic-regression.html) |
14 | 14 |
|
15 | | - |
16 | | -### Python Implementation |
| 15 | +## Python Implementation 👨🔬 |
17 | 16 |
|
18 | 17 | 1) Dataset- Extended MNIST dataset (letters) |
19 | 18 | 2) Images of size 28 X 28 |
20 | 19 | 3) Classify alphabets from a to z |
21 | 20 | 4) Logistic Regression, Shallow Network and Deep Network Support added. |
22 | 21 |
|
23 | | -### Train Acuracy ~ 91 to 99% |
24 | | -### Test Acuracy ~ 70 to 84% |
25 | | - |
| 22 | +## Results 📊 |
26 | 23 | <img src="https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/emnist.gif"> |
27 | 24 |
|
28 | | -### Execution for writing through webcam |
| 25 | +## Execution 🐉 |
| 26 | + |
29 | 27 | To run the code, type `python Alpha-Rec.py` |
30 | 28 |
|
31 | 29 | ``` |
|
0 commit comments