Skip to content

Commit 2a9fb10

Browse files
Update readme.md
1 parent 375a4cd commit 2a9fb10

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

readme.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
# Alphabet Recognition [![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000)](https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/LICENSE.txt) [![](https://img.shields.io/badge/Akshay-Bahadur-brightgreen.svg?colorB=ff0000)](https://akshaybahadur.com)
2-
This code helps you classify different alphabets using softmax regression (lower case).
1+
# Alphabet Recognition ⚓
2+
3+
[![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000)](https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/LICENSE.txt) [![](https://img.shields.io/badge/Akshay-Bahadur-brightgreen.svg?colorB=ff0000)](https://akshaybahadur.com)
34

4-
### Sourcerer
5-
[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/0)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/0)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/1)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/1)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/2)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/2)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/3)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/3)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/4)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/4)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/5)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/5)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/6)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/6)[![](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/images/7)](https://sourcerer.io/fame/akshaybahadur21/akshaybahadur21/Alphabet-Recognition-EMNIST/links/7)
5+
This code helps you classify different alphabets using softmax regression (lower case).
66

7-
### Code Requirements
7+
## Code Requirements 🦄
88
You can install Conda for python which resolves all the dependencies for machine learning.
99

10-
### Description
10+
## Description ⚙️
1111
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.
1212

1313
For more information, [see](https://www.kdnuggets.com/2016/07/softmax-regression-related-logistic-regression.html)
1414

15-
16-
### Python Implementation
15+
## Python Implementation 👨‍🔬
1716

1817
1) Dataset- Extended MNIST dataset (letters)
1918
2) Images of size 28 X 28
2019
3) Classify alphabets from a to z
2120
4) Logistic Regression, Shallow Network and Deep Network Support added.
2221

23-
### Train Acuracy ~ 91 to 99%
24-
### Test Acuracy ~ 70 to 84%
25-
22+
## Results 📊
2623
<img src="https://github.com/akshaybahadur21/Alphabet-Recognition-EMNIST/blob/master/emnist.gif">
2724

28-
### Execution for writing through webcam
25+
## Execution 🐉
26+
2927
To run the code, type `python Alpha-Rec.py`
3028

3129
```

0 commit comments

Comments
 (0)