CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y9227224 Harshit Maheshwari 10290 Pulkit Jain 10543 Sayantan Marik 13111057.

Slides:



Advertisements
Similar presentations
AI Practice 05 / 07 Sang-Woo Lee. 1.Usage of SVM and Decision Tree in Weka 2.Amplification about Final Project Spec 3.SVM – State of the Art in Classification.
Advertisements

Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li.
Aula 5 Alguns Exemplos PMR5406 Redes Neurais e Lógica Fuzzy.
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
1 Automated Feature Abstraction of the fMRI Signal using Neural Network Clustering Techniques Stefan Niculescu and Tom Mitchell Siemens Medical Solutions,
K-means Based Unsupervised Feature Learning for Image Recognition Ling Zheng.
A Brief Survey on Face Recognition Systems Amir Omidvarnia March 2007.
What is the Best Multi-Stage Architecture for Object Recognition Kevin Jarrett, Koray Kavukcuoglu, Marc’ Aurelio Ranzato and Yann LeCun Presented by Lingbo.
Presented by: Kamakhaya Argulewar Guided by: Prof. Shweta V. Jain
A Genetic Algorithms Approach to Feature Subset Selection Problem by Hasan Doğu TAŞKIRAN CS 550 – Machine Learning Workshop Department of Computer Engineering.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
ADHD – Presentation Week 3 Arjun Watane Soumyabrata Dey.
Kumar Srijan ( ) Syed Ahsan( ). Problem Statement To create a Neural Networks based multiclass object classifier which can do rotation,
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
An Example of Course Project Face Identification.
Machine Learning in Spoken Language Processing Lecture 21 Spoken Language Processing Prof. Andrew Rosenberg.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Yang, Luyu.  Postal service for sorting mails by the postal code written on the envelop  Bank system for processing checks by reading the amount of.
Dünaamiliste süsteemide modelleerimine Identification for control in a non- linear system world Eduard Petlenkov, Automaatikainstituut, 2013.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
1 Pattern Recognition Pattern recognition is: 1. A research area in which patterns in data are found, recognized, discovered, …whatever. 2. A catchall.
Handwritten Hindi Numerals Recognition Kritika Singh Akarshan Sarkar Mentor- Prof. Amitabha Mukerjee.
Handwritten digit recognition
Presented By Lingzhou Lu & Ziliang Jiao. Domain ● Optical Character Recogntion (OCR) ● Upper-case letters only.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Analysis of Classification Algorithms In Handwritten Digit Recognition Logan Helms Jon Daniele.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
An ANN Approach to Identify if Driver is Wearing Safety Belts Hanwen Chen 12/9/2013.
Hand-written character recognition
SIGNATURE RECOGNITION SYSTEM Group Number:10 Group Members: Richa Goyal(y08uc103) Rashmi Singhal(y08uc102)
Locally Linear Support Vector Machines Ľubor Ladický Philip H.S. Torr.
Notes on HW 1 grading I gave full credit as long as you gave a description, confusion matrix, and working code Many people’s descriptions were quite short.
Computer Vision Lecture 7 Classifiers. Computer Vision, Lecture 6 Oleh Tretiak © 2005Slide 1 This Lecture Bayesian decision theory (22.1, 22.2) –General.
Digit Recognition Using SIS Testbed Mengjie Mao. Overview Cycle 1: sequential component AAM training Cycle 2: sequential components Identifier 0 Ten perfect.
語音訊號處理之初步實驗 NTU Speech Lab 指導教授: 李琳山 助教: 熊信寬
Classification of Breast Cancer Cells Using Artificial Neural Networks and Support Vector Machines Emmanuel Contreras Guzman.
MULTIMEDIA SYSTEMS CBIR & CBVR. Schedule Image Annotation (CBIR) Image Annotation (CBIR) Video Annotation (CBVR) Video Annotation (CBVR) Few Project Ideas.
Optical Character Recognition
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Big data classification using neural network
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Automated Classification of Galaxy Images
Handwritten Digit Recognition Using Stacked Autoencoders
Recognition of biological cells – development
Data Mining, Neural Network and Genetic Programming
DeepCount Mark Lenson.
Lockheed Martin Automatic Recognition Clinic
Applications of Deep Learning and how to get started with implementation of deep learning Presentation By : Manaswi Advisor : Dr.Chinmay.
Can Computer Algorithms Guess Your Age and Gender?
Classification with Perceptrons Reading:
Classification of Hand-Written Digits Using Scattering Convolutional Network Dongmian Zou Advisor: Professor Radu Balan.
Schizophrenia Classification Using
Brain Hemorrhage Detection and Classification Steps
CAMCOS Report Day December 9th, 2015 San Jose State University
Boosting Nearest-Neighbor Classifier for Character Recognition
CSSE463: Image Recognition Day 20
Categorization by Learning and Combing Object Parts
Dog/Cat Classifier Christina Stiff.
Introduction to Deep Learning with Keras
network of simple neuron-like computing elements
On Convolutional Neural Network
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Earthen Mounds Recognition Using LiDAR Images
CSE 802. Prepared by Martin Law
Automatic Handwriting Generation
DRC with Deep Networks Tanmay Lagare, Arpit Jain, Luis Francisco,
Sign Language Recognition With Unsupervised Feature Learning
An introduction to Machine Learning (ML)
Presentation transcript:

CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y Harshit Maheshwari Pulkit Jain Sayantan Marik

 Preprocessing  Feature Extraction  Classification Techniques  Brief Discussions on Results ◦ Parameter Selection ◦ Comparative Results for Different Techniques  Final Results

 We have 55 examples for each of the 62 classes  Problems Handled and Preprocessing Steps ◦ Varied Size of characters Resized the characters in images of size 32X32 ◦ I LL centered Centered the Images ◦ Varied thickness of strokes Thinning ( Done only for 13 Features)  These steps were done in MATLAB

 Following Features are Considered  SET 1 * ◦ Haralick Texture Features ◦ Zoning Feature ◦ Eccentricity ◦ Raw Moment ◦ Covariance  SET 2 ◦ Contour Feature ◦ Histogram Feature ◦ 13 Point Feature ◦ Holes Feature  We used Java( jFeatureLib Library) to extract these features  * In graph plotting, when we say all feature we mean set 1

 Random Forest Classifier  Neural Network ◦ Single Hidden Layer ◦ Double Hidden Layer  SVM Classifier ( Using SMO Algorithm)  K-Nearest Neighbour

 Used features is image pixel values

 Zoning, Haralick Features and Eccentricity without Thinning

Haralick Histogram Raw moments + Covariance Eccentricity Holes2.346

 Features: Haralick, Eccentricity, Zoning

 We divided the data into 90% Training Set and 10% Test Set.  We got the accuracy of 78.8% (Using SVM on Haralick, Zoning (8X8), Eccentricity)  Ten fold cross validation gives the accuracy of 77.39%  Training error of 5% obtained. ◦ Training and Testing on whole dataset gave 95% accuracy.

 THE MNIST DATABASE of handwritten digits  The Chars74K dataset Character Recognition in Natural Images  Handwritten Character Recognition using Neural Networks sunithb/NN.pdf