An open API service indexing awesome lists of open source software.

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

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)