Handwritten Character Recognition Using Block wise Segmentation Technique (BST) in Neural Network 47th Annual Convention of the Computer Society of India.

Slides:



Advertisements
Similar presentations
A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Advertisements

1 Image Classification MSc Image Processing Assignment March 2003.
Artificial Neural Networks (1)
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
PROTEIN SECONDARY STRUCTURE PREDICTION WITH NEURAL NETWORKS.
1 Part I Artificial Neural Networks Sofia Nikitaki.
Handwritten Character Recognition Using Artificial Neural Networks Shimie Atkins & Daniel Marco Supervisor: Johanan Erez Technion - Israel Institute of.
Neural Networks Basic concepts ArchitectureOperation.
1 Artificial Neural Networks: An Introduction S. Bapi Raju Dept. of Computer and Information Sciences, University of Hyderabad.
Neural Networks Dr. Peter Phillips. Neural Networks What are Neural Networks Where can neural networks be used Examples Recognition systems (Voice, Signature,
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
Neural Networks in Electrical Engineering Prof. Howard Silver School of Computer Sciences and Engineering Fairleigh Dickinson University Teaneck, New Jersey.
IT 691 Final Presentation Pace University Created by: Robert M Gust Mark Lee Samir Hessami Mark Lee Samir Hessami.
Information Fusion Yu Cai. Research Article “Comparative Analysis of Some Neural Network Architectures for Data Fusion”, Authors: Juan Cires, PA Romo,
Image Compression Using Neural Networks Vishal Agrawal (Y6541) Nandan Dubey (Y6279)
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Presented by: Kamakhaya Argulewar Guided by: Prof. Shweta V. Jain
Revision Michael J. Watts
Artificial Neural Networks:
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Artificial Intelligence Lecture No. 28 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
5.5 Learning algorithms. Neural Network inherits their flexibility and computational power from their natural ability to adjust the changing environments.
Explorations in Neural Networks Tianhui Cai Period 3.
ANNs (Artificial Neural Networks). THE PERCEPTRON.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 20 Oct 26, 2005 Nanjing University of Science & Technology.
NEURAL NETWORKS FOR DATA MINING
Artificial Intelligence Lecture No. 29 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Artificial Intelligence Techniques Multilayer Perceptrons.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
From Machine Learning to Deep Learning. Topics that I will Cover (subject to some minor adjustment) Week 2: Introduction to Deep Learning Week 3: Logistic.
An informal description of artificial neural networks John MacCormick.
George F Luger ARTIFICIAL INTELLIGENCE 6th edition Structures and Strategies for Complex Problem Solving Machine Learning: Connectionist Luger: Artificial.
The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Modelleerimine ja Juhtimine Tehisnärvivõrgudega Identification and Control with artificial neural networks.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
1 Neural networks 2. 2 Introduction: Neural networks The nervous system contains 10^12 interconnected neurons.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Ghent University Backpropagation for Population-Temporal Coded Spiking Neural Networks July WCCI/IJCNN 2006 Benjamin Schrauwen and Jan Van Campenhout.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Fall 2004 Perceptron CS478 - Machine Learning.
Modelleerimine ja Juhtimine Tehisnärvivõrgudega
DEPARTMENT: COMPUTER SC. & ENGG. SEMESTER : VII
CSE 473 Introduction to Artificial Intelligence Neural Networks
Neural Networks Dr. Peter Phillips.
Dr. Unnikrishnan P.C. Professor, EEE
Azure Machine Learning Noam Brezis Madeira Data Solutions
CSE P573 Applications of Artificial Intelligence Neural Networks
FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING
CSE 473 Introduction to Artificial Intelligence Neural Networks
Face Recognition with Neural Networks
CSE 573 Introduction to Artificial Intelligence Neural Networks
network of simple neuron-like computing elements
Prepared by: Mahmoud Rafeek Al-Farra
Word2Vec.
Introduction to Neural Network
Lecture 09: Introduction Image Recognition using Neural Networks
Artificial Neural Networks ECE /ECE Fall 2006
Random Neural Network Texture Model
Presentation transcript:

Handwritten Character Recognition Using Block wise Segmentation Technique (BST) in Neural Network 47th Annual Convention of the Computer Society of India International Conference on Intelligent Infrastructure Science City Kolkata December 1-2, 2012 Presented By: Apash Roy, CSA, University of North Bengal

Introduction Presented By: Apash Roy, CSA, University of North Bengal Broad area of application Still Now the task is in an ease of Interest

Biological Neuron Presented By: Apash Roy, CSA, University of North Bengal

Artificial Neural Network Presented By: Apash Roy, CSA, University of North Bengal

Important properties of an Artificial Neural Network Network topology Encoding scheme Learning algorithm (Supervised and Unsupervised learning) Presented By: Apash Roy, CSA, University of North Bengal

Character Recognition Presented By: Apash Roy, CSA, University of North Bengal

Pre-Processing Apash Roy, CSA, University of North Bengal Hard Copy Image Scanner / camera /... Pre-processing Vector with Binary value

Pre-Processing... Apash Roy, CSA, University of North Bengal Binary representation of ‘A’ in three different size.

Perceptron learning Apash Roy, CSA, University of North Bengal

Perceptron learning w ij (new) = w ij (old) + c(d i - y i )x i where, w ij : the connection weight from i th input element x i of X to the j th neuron of the network. d i and y i :the desired and actual output of j th neuron. c :the small positive constant representing the learning rate. Apash Roy, CSA, University of North Bengal

Block wise Segmentation Technique (BST) Presented By: Apash Roy, CSA, University of North Bengal

Training With BST Presented By: Apash Roy, CSA, University of North Bengal

Character recognition with BST Presented By: Apash Roy, CSA, University of North Bengal

Some Results Presented By: Apash Roy, CSA, University of North Bengal CharactersNo. of VariantsNo of successPercentage A55100% B5480% C55100% D5480% E55100%

Thank You Apash Roy Department of Computer Science and Application The university of North Bengal Mob Presented By: Apash Roy, CSA, University of North Bengal