https://github.com/anuragnatoo/pr_projects
This repository contains Pattern Recognition Course Project Files
https://github.com/anuragnatoo/pr_projects
Last synced: about 2 months ago
JSON representation
This repository contains Pattern Recognition Course Project Files
- Host: GitHub
- URL: https://github.com/anuragnatoo/pr_projects
- Owner: anuragnatoo
- Created: 2021-05-07T15:55:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T17:13:40.000Z (over 4 years ago)
- Last Synced: 2025-03-01T06:45:25.695Z (11 months ago)
- Language: Jupyter Notebook
- Size: 3.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PR_Projects
This repository contains Pattern Recognition Course Project Files and assignments.
### List of Projects
1. Digit classifications from hand signs using CNN
* Number of instances : 700
* Input : An image with a hand sign
* Target Output : 1 out of 10 classes(0,1,2,3,4,5,6,7,8,9)
* Filename : AmericanSignLanguage_DigitClassification.ipynb
* Dataset Link : [Click Here](https://www.kaggle.com/ayuraj/asl-dataset)
2. English alphabet classifications from hand signs usign CNN
* Number of instances : 1820
* Input : An image with a hand sign
* Target Output : 1 out of 26 classes(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, x,y,z)
* Filename : AmericanSignLanguage_AlphabetClassification.ipynb
* Dataset Link : [Click Here](https://www.kaggle.com/ayuraj/asl-dataset)