SlideShare a Scribd company logo
1 of 8
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 1 /8
OPEN ACCESS
Citation:P.S.Jagadeesh Kumaret al. (2003)
Speech Processing and Audio feedback for
Tamil Alphabets using Artificial Neural
Networks. Speech Signal Processing. PLoS
ONE 4(6): e0086786.
https://doi.org/10.0432/journal.
pone.0086786
Editor: Jelte M. Wicherts, Tilburg University,
NETHERLANDS
Received: January 9, 2003
RESEARCH ARTICLE
Speech Processing and Audio feedback for
Tamil Alphabets using Artificial Neural
Networks
P.S.Jagadeesh Kumar
Department of Computer Science and Engineering, Annamalai University, Chidambaram, Tamil Nadu, India
psjkumar@gmail.com
Abstract
In this paper, an artificial neural network based classifier using optical character
recognition engine for Tamil alphabets is proposed. At the first level, features derived at
each sample point of the preprocessed character are used to construct a subspace using
Optical Character Recognition (OCR) software. Recognition of the test sample is
performed using a neural network based classifier. Based on the analysis of the
proposed method, it was identified that Tamil character recognition was optimal and the
implementation reduces the coding complexity to a greater extent. The proposed method
can be used to recognize any language alphabets but in this paper only Tamil alphabets
were tested for recognition. As an enhancement, implementation of speech processing is
used to identify the classified Tamil alphabets for visually impaired people for ease by
providing audio feedback of the same. Also the same technique is used to resolve
confusions between triplets and quadruples of similar alphabets. As a future
enhancement, the proposed method could be carried out not only for individual alphabets
but also for Tamil words.
Accepted:May 1,2003
Published: December 12, 2003
Copyright:Thisisanopenaccessarticle,freeofall
copyright,andmaybefreelyreproduced,
distributed, transmitted, modified, built upon, or
otherwise used by anyone for any lawful purpose.
The work is made available under the Creative
Commons CC0 public domain dedication.
DataAvailabilityStatement:Thefinaldatasetand
accompanying code are available on the Open
Science Framework, DOI 10.16817/OSM.IO/UN6PC.
Funding:The authorreceivednospecificfunding for
thiswork.
Competing interests: The author have declared
that no competing interests exist.
Publisher’s Note: The article involves the
independentanalysisof data from publicationsin
PLOSONE.PLOSONEstaffhadnoknowledgeor
Introduction
Tamil belongs to the southern branch of the Dravidian languages, a family of around 26
languages native to the Indian subcontinent. It is also classified as being part of a Tamil
language family, which alongside Tamil proper, also includes the languages of about 35
ethno-linguistic groups such as the Irula and Yerukula languages. The closest major relative
of Tamil is Malayalam; the two began diverging around the 9th century. Although many of
the differences between Tamil and Malayalam demonstrate a pre-historic split of the western
dialect, the process of separation into a distinct language, Malayalam, was not completed
until sometime in the 13th or 14th century. According to Hindu legend, Tamil, or in
personification form Tamil Tāy (Mother Tamil), was created by Shiva. Shiva's Son,
Lord Murugan, known as Lord Kartikeya in other Indian languages, and the
sage Agastya brought it to people. Tamil phonology is characterized by the presence of
retroflex consonants and multiple rhotics. Tamil does not distinguish phonologically between
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 2 /8
Speech signal processing
involvement in the study design, funding, execution
or manuscript preparation. The evaluation and
editorial decision for this manuscript have been
managedbyanAcademicEditorindependentof
PLOSONEstaff,perourstandardeditorialprocess.
The findings and conclusions reported in this
articlearestrictlythoseoftheauthor(s).
voiced and unvoiced consonants; phonetically, voice is assigned depending on a consonant's
position in a word. Tamil phonology permits few consonant clusters, which can never be
word initial [ ]. Native grammarians classify Tamil phonemes into vowels, consonants, and
3
a "secondary character", the āytam. The vocabulary of Tamil is mainly Dravidian. A strong
sense of linguistic purism is found in Modern Tamil, which opposes the use of foreign
loanwords. Nonetheless, a number of words used in classical and modern Tamil are
loanwords from the languages of neighboring groups. In more modern times, Tamil has
imported words from Urdu and Marathi, reflecting groups that have influenced the Tamil
area at various points of time, and from neighboring languages such as Telugu, Kannada,
and Sinhala. During the modern period, words have also been adapted from European
languages, such as Portuguese, French, and English.
Artificial Neural Networks
Neural networks are typically organized in layers. Layers are made up of a number of
interconnected 'nodes' which contain an 'activation function'. Patterns are presented to the
network via the 'input layer', which communicates to one or more 'hidden layers' where the
actual processing is done via a system of weighted 'connections'. The hidden layers then link
to an 'output layer' where the answer is output. Most ANNs contain some form of 'learning
rule' which modifies the weights of the connections according to the input patterns that it is
presented with [1]. In a sense, ANNs learn by example as do their biological counterparts; a
child learns to recognize dogs from examples of dogs. Although there are many different
kinds of learning rules used by neural networks, this demonstration is concerned only with
one; the delta rule. The delta rule is often utilized by the most common class of ANNs called
'back propagation neural networks' (BPNNs).
Back propagation is an abbreviation for the backwards propagation of error. With the delta
rule, as with other types of back propagation, 'learning' is a supervised process that occurs
with each cycle or 'epoch' (i.e. each time the network is presented with a new input pattern)
through a forward activation flow of outputs, and the backwards error propagation of weight
adjustments.
Optical Character Recognition
The mechanical or electronic conversion of typewritten or printed text into machine-encoded
text is called Optical Character Recognition (OCR). It is widely used as a form of data entry
from printed paper data records, whether passport documents, invoices, bank statements,
computerized receipts, business cards, mail, printouts of static-data, or any suitable
documentation. It is a common method of digitizing printed texts so that it can be
electronically edited, searched, stored more compactly, displayed on-line, and used in
machine processes such as machine translation, text-to-speech, key data and text mining. OCR
is a field of research in pattern recognition, artificial intelligence and computer vision [ ].
2, 3
Early versions needed to be trained with images of each character, and worked on one font at
a time. Advanced systems capable of producing a high degree of recognition accuracy for
most fonts are now common. Some systems are capable of reproducing formatted output that
closely approximates the original page including images, columns, and other non-textual
components. Early optical character recognition may be traced to technologies involving
telegraphy and creating reading devices for the blind. In 1914, Emanuel Goldberg developed a
machine that read characters and converted them into standard telegraph code.
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 3 /8
Speech signal processing
Concurrently, Edmund Fournier d'Albe developed the Optophone, a handheld scanner that
when moved across a printed page, produced tones that corresponded to specific letters or
characters. In the late 1920s and into the 1930s Emanuel Goldberg developed what he called
a "Statistical Machine" for searching microfilm archives using an optical code recognition
system? In 1931 he was granted USA Patent number 1,838,389 for the invention. The patent
was acquired by IBM.
Implementation
This paper is implemented with the help of MATLAB Simulink environment. The
MATLAB high-performance language for technical computing integrates computation,
visualization, and programming in an easy-to-use environment where problems and
solutions are expressed in familiar mathematical notation. MATLAB can be used in a wide
range of applications, including signal and image processing, communications, control
design, test and measurement, financial modelling and analysis, and computational biology.
It include features like high-level language for technical computing, development
environment for managing code, files, and data, interactive tools for iterative exploration,
design, and problem solving, mathematical functions for linear algebra, statistics, Fourier
analysis, filtering, optimization, and numerical integration, 2-D and 3-D graphics functions
for visualizing data and tools for building custom graphical user interfaces.
Raw input of Tamil character
As shown in the Fig.1 system design, the Tamil character to be recognized is given as input.
Initially the Tamil character is converted to grayscale and the grayscale image is converted
into binary image in-order to make it convenient for pre-processing.
Pre-processing the input
Most of the recognition and classification techniques require the data to be in a predefined
type and format which satisfy several requirements like size, quality, and invariance. These
requirements are generally not met in the case of regional languages, because of many
factors such as noise during digitalizing, irregularity, and styles variations. Pre-processing is
performed to overcome these problems by performing smoothing, point clustering and
dehooking. First smoothing is performed using low pass filter algorithm to reduce noise and
remove imperfection caused by acquisition device. Point clustering is then performed in
order to eliminate redundant points by averaging the neighbouring points. Dehooking is the
final pre-processing procedure to eliminate the part of the stroke which contains hooks
which are commonly encountered at the strokes ends.
Formation of feature matrix
The input characters are sampled to 60 points and feature matrix is formed. The matrix is
then transformed into 8 subspaces using OCR. There are two basic types of core OCR
algorithm, which may produce a ranked list of candidate characters. Matrix matching
involves comparing an image to a stored glyph on a pixel-by-pixel basis; it is also known as
pattern matching, pattern recognition, or image correlation. This relies on the input glyph
being correctly isolated from the rest of the image, and on the stored glyph being in a
similar font and at the same scale. This technique works best with typewritten text and does
not work well when new fonts are encountered. This is the technique the early physical
photocell-based OCR implemented, rather directly.
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 4 /8
Speech signal processing
Feature extraction decomposes glyphs into "features" like lines, closed loops, line direction,
and line intersections. These are compared with an abstract vector-like representation of a
character, which might reduce to one or more glyph prototypes [4].
General techniques of feature detection in computer vision are applicable to this type of
OCR, which is commonly seen in "intelligent" handwriting recognition and indeed most
modern OCR software. Nearest neighbour classifiers such as the k-nearest neighbours
algorithm are used to compare image features with stored glyph features and choose the
nearest match. Software such as Cuneiform and Tesseract use a two-pass approach to
character recognition. The second pass is known as "adaptive recognition" and uses the
letter shapes recognized with high confidence on the first pass to recognize better the
remaining letters on the second pass. This is advantageous for unusual fonts or low-quality
scans where the font is distorted (e.g. blurred or faded).
Character grid
In the proposed system design, feature extraction consists of three steps: extreme
coordinates measurement, grabbing character into grid, and character digitization. The
Tamil character is captured by its extreme coordinates from left /right and top/bottom and is
subdivided into a rectangular grid of specific rows and columns. The algorithm
automatically adjusts the size of grid and its constituents according to the dimensions of the
character. Then it searches the presence of character pixels in every box of the grid. The
boxes found with character pixels are considered “on” and the rest are marked “off”.
Character Switching
A binary string of each character is formed locating the “on” and “off” boxes (named as
character switching) and presented to the neural network input for training and recognition
purposes. The total number of grid boxes represented the number of binary inputs. A 14x8
grid thus resulted in 112 inputs to the recognition model. An equivalent statement would be
that a 14x8 grid provided a 112 dimensional input feature vector. The developed software
contains a display of this phenomenon by filling up the intersected squares.
Neural Network Based Classifier
The work flow for the neural network design process has seven steps:
a) Collect data
b) Create the network
c) Configure the network
d) Initialize the weights and biases
e) Train the network
f) Validate the network
g) Use the network
After a neural network has been created, it needs to be configured and then trained.
Configuration involves arranging the network so that it is optimal with classifying the Tamil
characters, as defined by sample data. After the network has been configured, the adjustable
network parameters (called weights and biases) need to be tuned, so that the network
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 5 /8
Speech signal processing
performance is optimized. This tuning process is referred to as training the network.
Configuration and training require that the network be provided with example data. For
many types of neural networks, the weight function is a product of a weight times the input,
but other weight functions (e.g., the distance between the weight and the input, |w − p|) are
sometimes used. The most common net input function is the summation of the weighted
inputs with the bias, but other operations, such as multiplication, can be used [ ]. The
5, 6
Tamil characters that are made up by putting 4 identical characters together are called
Quadruplets characters and those made up by putting 3 identical characters together are
called Triplets. By increasing the number of layers in the neural network and training with
more datasets reduces the confusion between Quadruplets and Triplets.
Fig 1. System Design.
https://doi.org/10.0432/journal.pone.0086786.g001
Training
Data set
Trained data
weight File
Tamil
Character
input
OCR based Feature
extraction
Character Grid
Character Switching
Neural network Classifier
Classification Result
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 6 /8
Speech signal processing
Speech Processing for Audio Feedback
Once the Tamil character is identified, it can be simultaneously displayed as well as audio
reproduced. The OCR software itself as the ability to audio reproduces, though it was
experienced with some delay between the display and the audio reproduction. Based on the
importance of the application, external audio processing methodologies can be used such as
record and embed a sound file or import pre-recorded sound file. Displaying the Tamil
character with audio makes it still user friendly and makes the language to reach broader
peoples.
Testing Strategies
Testing is a process of executing a program with the intent of finding an error. A good test case
is one that has a high probability of finding an as-yet –undiscovered error. A successful test is
one that uncovers an as-yet- undiscovered error. System testing is the stage of implementation,
which is aimed at ensuring that the system works accurately and efficiently as expected before
live operation commences. It verifies that the whole set of programs hang together. System
testing requires a test consists of several key activities and steps for run program, string,
system and is important in adopting a successful new system. This is the last chance to detect
and correct errors before the system is installed for user acceptance testing. The software
testing process commences once the program is created and the documentation and related data
structures are designed. Software testing is essential for correcting errors. Otherwise the
program or the project is not said to be complete. Software testing is the critical element of
software quality assurance and represents the ultimate the review of specification design and
coding. Testing is the process of executing the program with the intent of finding the error. A
good test case design is one that as a probability of finding a yet undiscovered error. A
successful test is one that uncovers a yet undiscovered error.
Conclusion and Future Enhancement
The proposed technique is tested on a dataset of Tamil Characters. Five training samples for
each character were used. The characters are resampled to 60 points and normalized to [0, 1].
A character feature matrices of size 60x15 was constructed and transform the features to an 8-
dimensional subspace by performing ORC software. A nearest neighbour classifier is used to
classify the test character in the subspace. If the estimated class label is one of the confusion
pairs, we input the test character to an appropriate neural network based classifier at the next
level. There is an increase in the classification accuracy of a few frequently confused
characters after the neural network classifier. The improvement in performance is observed in
both the validation/training and test sets. In a ROC curve the true positive rate (Sensitivity) is
plotted in function of the false positive rate (Specificity) for different cut-off points of a
parameter. Each point on the ROC curve represents a sensitivity/specificity pair corresponding
to a particular decision threshold. The area under the ROC curve is a measure of how well a
parameter can distinguish between two diagnostic groups as shown in Fig. 2, 3, 4.
The confusion between the Quadruplets and Triplets though reduced by increasing the number
of layers in the neural network, the complexity do increases. More rigorous research can be
carried out in this area to still more reduce confusion between quadruplets and Triplets without
increasing the neural network layers. As a future enhancement, the same work could be carried
out for Tamil words.
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 7 /8
Speech signal processing
Fig 2. ROC Curve.
https://doi.org/10.0432/journal.pone.0086786.g002
Fig 3. Sensitivity and Specificity Graph.
https://doi.org/10.0432/journal.pone.0086786.g003
PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 8 /8
Speech signal processing
Fig 4. Rose Plot Partest Graph.
https://doi.org/10.0432/journal.pone.0086786.g004
References
1. R.Indra Gandhi, K.Iyakutti, “An Attempt to Recognize Handwritten Tamil Character Using Kohonen
SOM” International Journal of Advance Networking and Applications, Volume 1, Issue 3, 2002, pp:
188-192.
2. C P Sumathi, S Karpagavalli, “Techniques and methodologies for recognition of Tamil typewritten and
handwritten characters: a survey” International Journal of Computer Science & Engineering Survey,
Vol.3, No.6, December 2002, pp: 23-35.
3. Amitabh Wahi, Sundaramurthy.S, Poovizhi.P, “Recognition of Handwritten Tamil Characters using
Wavelet International Journal of Computer Science & Engineering Technology”, Vol. 5 No. 4, Apr
1999, pp: 335-340.
4. M.Sivasankari, S.P.Victor, “Multilingual Handwritten Text Verification”, International Journal of
Computer Science and Information Technologies, Vol. 5, 1996, pp: 3605-3607.
5. Harshal Bobade, Amit Sahu, “Character Recognition Technique using Neural Network”, International
Journal of Engineering Research and Applications, Vol. 3, Issue 2, March - April 2001, pp:1778-1783.
6. Prashant M. Kakde, Vivek R. Raut, “Performance analysis of handwritten Devnagri characters
recognition through Machine intelligence”, International Journal of Emerging Technology and
Advanced Engineering, Volume 2, Issue 7, July 1998, pp: 238-247.

More Related Content

What's hot

Artificial intelligence markup language: a Brief tutorial
Artificial intelligence markup language: a Brief tutorialArtificial intelligence markup language: a Brief tutorial
Artificial intelligence markup language: a Brief tutorialijcses
 
An unsupervised approach to develop ir system the case of urdu
An unsupervised approach to develop ir system  the case of urduAn unsupervised approach to develop ir system  the case of urdu
An unsupervised approach to develop ir system the case of urduijaia
 
Computational linguistics
Computational linguisticsComputational linguistics
Computational linguisticsshrey bhate
 
Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)IT Industry
 
International journal of signal and image processing issues vol 2015 - no 1...
International journal of signal and image processing issues   vol 2015 - no 1...International journal of signal and image processing issues   vol 2015 - no 1...
International journal of signal and image processing issues vol 2015 - no 1...sophiabelthome
 
Language and Intelligence
Language and IntelligenceLanguage and Intelligence
Language and Intelligencebutest
 
1 computational linguistics an introduction
1 computational linguistics   an introduction1 computational linguistics   an introduction
1 computational linguistics an introductionThennarasuSakkan
 
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Waqas Tariq
 
Phrase Structure Identification and Classification of Sentences using Deep Le...
Phrase Structure Identification and Classification of Sentences using Deep Le...Phrase Structure Identification and Classification of Sentences using Deep Le...
Phrase Structure Identification and Classification of Sentences using Deep Le...ijtsrd
 
An Intuitive Natural Language Understanding System
An Intuitive Natural Language Understanding SystemAn Intuitive Natural Language Understanding System
An Intuitive Natural Language Understanding Systeminscit2006
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficultiesijtsrd
 
Nonparametric Bayesian Word Discovery for Symbol Emergence in Robotics
Nonparametric Bayesian Word Discovery for Symbol Emergence in RoboticsNonparametric Bayesian Word Discovery for Symbol Emergence in Robotics
Nonparametric Bayesian Word Discovery for Symbol Emergence in RoboticsTadahiro Taniguchi
 
Generating Lexical Information for Terminology in a Bioinformatics Ontology
Generating Lexical Information for Terminologyin a Bioinformatics OntologyGenerating Lexical Information for Terminologyin a Bioinformatics Ontology
Generating Lexical Information for Terminology in a Bioinformatics OntologyHammad Afzal
 
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...Editor IJARCET
 
Word Format.doc
Word Format.docWord Format.doc
Word Format.docbutest
 
Sanskrit and Computational Linguistic
Sanskrit and Computational Linguistic Sanskrit and Computational Linguistic
Sanskrit and Computational Linguistic Jaganadh Gopinadhan
 

What's hot (20)

Artificial intelligence markup language: a Brief tutorial
Artificial intelligence markup language: a Brief tutorialArtificial intelligence markup language: a Brief tutorial
Artificial intelligence markup language: a Brief tutorial
 
An unsupervised approach to develop ir system the case of urdu
An unsupervised approach to develop ir system  the case of urduAn unsupervised approach to develop ir system  the case of urdu
An unsupervised approach to develop ir system the case of urdu
 
Computational linguistics
Computational linguisticsComputational linguistics
Computational linguistics
 
Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)
 
International journal of signal and image processing issues vol 2015 - no 1...
International journal of signal and image processing issues   vol 2015 - no 1...International journal of signal and image processing issues   vol 2015 - no 1...
International journal of signal and image processing issues vol 2015 - no 1...
 
Language and Intelligence
Language and IntelligenceLanguage and Intelligence
Language and Intelligence
 
1 computational linguistics an introduction
1 computational linguistics   an introduction1 computational linguistics   an introduction
1 computational linguistics an introduction
 
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
 
Phrase Structure Identification and Classification of Sentences using Deep Le...
Phrase Structure Identification and Classification of Sentences using Deep Le...Phrase Structure Identification and Classification of Sentences using Deep Le...
Phrase Structure Identification and Classification of Sentences using Deep Le...
 
Python NLTK
Python NLTKPython NLTK
Python NLTK
 
An Intuitive Natural Language Understanding System
An Intuitive Natural Language Understanding SystemAn Intuitive Natural Language Understanding System
An Intuitive Natural Language Understanding System
 
Ijetcas14 371
Ijetcas14 371Ijetcas14 371
Ijetcas14 371
 
Fq2510361043
Fq2510361043Fq2510361043
Fq2510361043
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficulties
 
Nonparametric Bayesian Word Discovery for Symbol Emergence in Robotics
Nonparametric Bayesian Word Discovery for Symbol Emergence in RoboticsNonparametric Bayesian Word Discovery for Symbol Emergence in Robotics
Nonparametric Bayesian Word Discovery for Symbol Emergence in Robotics
 
Generating Lexical Information for Terminology in a Bioinformatics Ontology
Generating Lexical Information for Terminologyin a Bioinformatics OntologyGenerating Lexical Information for Terminologyin a Bioinformatics Ontology
Generating Lexical Information for Terminology in a Bioinformatics Ontology
 
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...
A Combined Approach to Part-of-Speech Tagging Using Features Extraction and H...
 
INTRODUCTION TO JAVA
INTRODUCTION TO JAVAINTRODUCTION TO JAVA
INTRODUCTION TO JAVA
 
Word Format.doc
Word Format.docWord Format.doc
Word Format.doc
 
Sanskrit and Computational Linguistic
Sanskrit and Computational Linguistic Sanskrit and Computational Linguistic
Sanskrit and Computational Linguistic
 

Similar to Neural Network Speech Recognition of Tamil Alphabets

SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGES
SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGESSCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGES
SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGEScscpconf
 
Speech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingSpeech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingiosrjce
 
Computational linguistics
Computational linguisticsComputational linguistics
Computational linguisticsAdnanBaloch15
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)IT Industry
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition TechnologySeminar Links
 
NL Context Understanding 23(6)
NL Context Understanding 23(6)NL Context Understanding 23(6)
NL Context Understanding 23(6)IT Industry
 
International Journal of Image Processing (IJIP) Volume (3) Issue (3)
International Journal of Image Processing (IJIP) Volume (3) Issue (3)International Journal of Image Processing (IJIP) Volume (3) Issue (3)
International Journal of Image Processing (IJIP) Volume (3) Issue (3)CSCJournals
 
VOICE BASED E-MAIL
VOICE BASED E-MAILVOICE BASED E-MAIL
VOICE BASED E-MAILStudentRocks
 
MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK
 MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK
MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORKijitcs
 
INTELLIGENT QUERY PROCESSING IN MALAYALAM
INTELLIGENT QUERY PROCESSING IN MALAYALAMINTELLIGENT QUERY PROCESSING IN MALAYALAM
INTELLIGENT QUERY PROCESSING IN MALAYALAMijcsa
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingScott Faria
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARijcseit
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARijcseit
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARijcseit
 
5.smart multilingual sign boards
5.smart multilingual sign boards5.smart multilingual sign boards
5.smart multilingual sign boardsEditorJST
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARijcseit
 
5215ijcseit01
5215ijcseit015215ijcseit01
5215ijcseit01ijcsit
 

Similar to Neural Network Speech Recognition of Tamil Alphabets (20)

I1 geetha3 revathi
I1 geetha3 revathiI1 geetha3 revathi
I1 geetha3 revathi
 
SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGES
SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGESSCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGES
SCRIPTS AND NUMERALS IDENTIFICATION FROM PRINTED MULTILINGUAL DOCUMENT IMAGES
 
H010625862
H010625862H010625862
H010625862
 
Speech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingSpeech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law companding
 
Computational linguistics
Computational linguisticsComputational linguistics
Computational linguistics
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition Technology
 
10
1010
10
 
NL Context Understanding 23(6)
NL Context Understanding 23(6)NL Context Understanding 23(6)
NL Context Understanding 23(6)
 
International Journal of Image Processing (IJIP) Volume (3) Issue (3)
International Journal of Image Processing (IJIP) Volume (3) Issue (3)International Journal of Image Processing (IJIP) Volume (3) Issue (3)
International Journal of Image Processing (IJIP) Volume (3) Issue (3)
 
VOICE BASED E-MAIL
VOICE BASED E-MAILVOICE BASED E-MAIL
VOICE BASED E-MAIL
 
MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK
 MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK
MULTILINGUAL SPEECH IDENTIFICATION USING ARTIFICIAL NEURAL NETWORK
 
INTELLIGENT QUERY PROCESSING IN MALAYALAM
INTELLIGENT QUERY PROCESSING IN MALAYALAMINTELLIGENT QUERY PROCESSING IN MALAYALAM
INTELLIGENT QUERY PROCESSING IN MALAYALAM
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language Processing
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
 
5.smart multilingual sign boards
5.smart multilingual sign boards5.smart multilingual sign boards
5.smart multilingual sign boards
 
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMARSYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
SYLLABLE-BASED SPEECH RECOGNITION SYSTEM FOR MYANMAR
 
5215ijcseit01
5215ijcseit015215ijcseit01
5215ijcseit01
 

More from DR.P.S.JAGADEESH KUMAR

Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...DR.P.S.JAGADEESH KUMAR
 
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...DR.P.S.JAGADEESH KUMAR
 
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...DR.P.S.JAGADEESH KUMAR
 
Optical Picbots as a Medicament for Leukemia
Optical Picbots as a Medicament for LeukemiaOptical Picbots as a Medicament for Leukemia
Optical Picbots as a Medicament for LeukemiaDR.P.S.JAGADEESH KUMAR
 
Integrating Medical Robots for Brain Surgical Applications
Integrating Medical Robots for Brain Surgical ApplicationsIntegrating Medical Robots for Brain Surgical Applications
Integrating Medical Robots for Brain Surgical ApplicationsDR.P.S.JAGADEESH KUMAR
 
Automatic Speech Recognition and Machine Learning for Robotic Arm in Surgery
Automatic Speech Recognition and Machine Learning for Robotic Arm in SurgeryAutomatic Speech Recognition and Machine Learning for Robotic Arm in Surgery
Automatic Speech Recognition and Machine Learning for Robotic Arm in SurgeryDR.P.S.JAGADEESH KUMAR
 
Continuous and Discrete Crooklet Transform
Continuous and Discrete Crooklet TransformContinuous and Discrete Crooklet Transform
Continuous and Discrete Crooklet TransformDR.P.S.JAGADEESH KUMAR
 
A Theoretical Perception of Gravity from the Quantum to the Relativity
A Theoretical Perception of Gravity from the Quantum to the RelativityA Theoretical Perception of Gravity from the Quantum to the Relativity
A Theoretical Perception of Gravity from the Quantum to the RelativityDR.P.S.JAGADEESH KUMAR
 
Advanced Robot Vision for Medical Surgical Applications
Advanced Robot Vision for Medical Surgical ApplicationsAdvanced Robot Vision for Medical Surgical Applications
Advanced Robot Vision for Medical Surgical ApplicationsDR.P.S.JAGADEESH KUMAR
 
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...DR.P.S.JAGADEESH KUMAR
 
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical ImagingIntelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical ImagingDR.P.S.JAGADEESH KUMAR
 
Robotic Simulation of Human Brain Using Convolutional Deep Belief Networks
Robotic Simulation of Human Brain Using Convolutional Deep Belief NetworksRobotic Simulation of Human Brain Using Convolutional Deep Belief Networks
Robotic Simulation of Human Brain Using Convolutional Deep Belief NetworksDR.P.S.JAGADEESH KUMAR
 
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...DR.P.S.JAGADEESH KUMAR
 
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...DR.P.S.JAGADEESH KUMAR
 
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...DR.P.S.JAGADEESH KUMAR
 
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...DR.P.S.JAGADEESH KUMAR
 
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...DR.P.S.JAGADEESH KUMAR
 
Machine Learning based Retinal Therapeutic for Glaucoma
Machine Learning based Retinal Therapeutic for GlaucomaMachine Learning based Retinal Therapeutic for Glaucoma
Machine Learning based Retinal Therapeutic for GlaucomaDR.P.S.JAGADEESH KUMAR
 
Fingerprint detection and face recognition for colonization control of fronti...
Fingerprint detection and face recognition for colonization control of fronti...Fingerprint detection and face recognition for colonization control of fronti...
Fingerprint detection and face recognition for colonization control of fronti...DR.P.S.JAGADEESH KUMAR
 
New Malicious Attacks on Mobile Banking Applications
New Malicious Attacks on Mobile Banking ApplicationsNew Malicious Attacks on Mobile Banking Applications
New Malicious Attacks on Mobile Banking ApplicationsDR.P.S.JAGADEESH KUMAR
 

More from DR.P.S.JAGADEESH KUMAR (20)

Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Particle Swa...
 
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...
Bi-directional Recurrent Neural Networks in Classifying Dementia, Alzheimer’s...
 
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...
Promise and Risks Tangled in Hybrid Wavelet Medical Image Fusion Using Firefl...
 
Optical Picbots as a Medicament for Leukemia
Optical Picbots as a Medicament for LeukemiaOptical Picbots as a Medicament for Leukemia
Optical Picbots as a Medicament for Leukemia
 
Integrating Medical Robots for Brain Surgical Applications
Integrating Medical Robots for Brain Surgical ApplicationsIntegrating Medical Robots for Brain Surgical Applications
Integrating Medical Robots for Brain Surgical Applications
 
Automatic Speech Recognition and Machine Learning for Robotic Arm in Surgery
Automatic Speech Recognition and Machine Learning for Robotic Arm in SurgeryAutomatic Speech Recognition and Machine Learning for Robotic Arm in Surgery
Automatic Speech Recognition and Machine Learning for Robotic Arm in Surgery
 
Continuous and Discrete Crooklet Transform
Continuous and Discrete Crooklet TransformContinuous and Discrete Crooklet Transform
Continuous and Discrete Crooklet Transform
 
A Theoretical Perception of Gravity from the Quantum to the Relativity
A Theoretical Perception of Gravity from the Quantum to the RelativityA Theoretical Perception of Gravity from the Quantum to the Relativity
A Theoretical Perception of Gravity from the Quantum to the Relativity
 
Advanced Robot Vision for Medical Surgical Applications
Advanced Robot Vision for Medical Surgical ApplicationsAdvanced Robot Vision for Medical Surgical Applications
Advanced Robot Vision for Medical Surgical Applications
 
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...
Pragmatic Realities on Brain Imaging Techniques and Image Fusion for Alzheime...
 
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical ImagingIntelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
 
Robotic Simulation of Human Brain Using Convolutional Deep Belief Networks
Robotic Simulation of Human Brain Using Convolutional Deep Belief NetworksRobotic Simulation of Human Brain Using Convolutional Deep Belief Networks
Robotic Simulation of Human Brain Using Convolutional Deep Belief Networks
 
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...
Panchromatic and Multispectral Remote Sensing Image Fusion Using Machine Lear...
 
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...
Classification and Evaluation of Macular Edema, Glaucoma and Alzheimer’s Dise...
 
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...
Multilayer Perceptron Neural Network Based Immersive VR System for Cognitive ...
 
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...
Computer Aided Therapeutic of Alzheimer’s Disease Eulogizing Pattern Classifi...
 
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
Congenital Bucolic and Farming Region Taxonomy Using Neural Networks for Remo...
 
Machine Learning based Retinal Therapeutic for Glaucoma
Machine Learning based Retinal Therapeutic for GlaucomaMachine Learning based Retinal Therapeutic for Glaucoma
Machine Learning based Retinal Therapeutic for Glaucoma
 
Fingerprint detection and face recognition for colonization control of fronti...
Fingerprint detection and face recognition for colonization control of fronti...Fingerprint detection and face recognition for colonization control of fronti...
Fingerprint detection and face recognition for colonization control of fronti...
 
New Malicious Attacks on Mobile Banking Applications
New Malicious Attacks on Mobile Banking ApplicationsNew Malicious Attacks on Mobile Banking Applications
New Malicious Attacks on Mobile Banking Applications
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 

Neural Network Speech Recognition of Tamil Alphabets

  • 1. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 1 /8 OPEN ACCESS Citation:P.S.Jagadeesh Kumaret al. (2003) Speech Processing and Audio feedback for Tamil Alphabets using Artificial Neural Networks. Speech Signal Processing. PLoS ONE 4(6): e0086786. https://doi.org/10.0432/journal. pone.0086786 Editor: Jelte M. Wicherts, Tilburg University, NETHERLANDS Received: January 9, 2003 RESEARCH ARTICLE Speech Processing and Audio feedback for Tamil Alphabets using Artificial Neural Networks P.S.Jagadeesh Kumar Department of Computer Science and Engineering, Annamalai University, Chidambaram, Tamil Nadu, India psjkumar@gmail.com Abstract In this paper, an artificial neural network based classifier using optical character recognition engine for Tamil alphabets is proposed. At the first level, features derived at each sample point of the preprocessed character are used to construct a subspace using Optical Character Recognition (OCR) software. Recognition of the test sample is performed using a neural network based classifier. Based on the analysis of the proposed method, it was identified that Tamil character recognition was optimal and the implementation reduces the coding complexity to a greater extent. The proposed method can be used to recognize any language alphabets but in this paper only Tamil alphabets were tested for recognition. As an enhancement, implementation of speech processing is used to identify the classified Tamil alphabets for visually impaired people for ease by providing audio feedback of the same. Also the same technique is used to resolve confusions between triplets and quadruples of similar alphabets. As a future enhancement, the proposed method could be carried out not only for individual alphabets but also for Tamil words. Accepted:May 1,2003 Published: December 12, 2003 Copyright:Thisisanopenaccessarticle,freeofall copyright,andmaybefreelyreproduced, distributed, transmitted, modified, built upon, or otherwise used by anyone for any lawful purpose. The work is made available under the Creative Commons CC0 public domain dedication. DataAvailabilityStatement:Thefinaldatasetand accompanying code are available on the Open Science Framework, DOI 10.16817/OSM.IO/UN6PC. Funding:The authorreceivednospecificfunding for thiswork. Competing interests: The author have declared that no competing interests exist. Publisher’s Note: The article involves the independentanalysisof data from publicationsin PLOSONE.PLOSONEstaffhadnoknowledgeor Introduction Tamil belongs to the southern branch of the Dravidian languages, a family of around 26 languages native to the Indian subcontinent. It is also classified as being part of a Tamil language family, which alongside Tamil proper, also includes the languages of about 35 ethno-linguistic groups such as the Irula and Yerukula languages. The closest major relative of Tamil is Malayalam; the two began diverging around the 9th century. Although many of the differences between Tamil and Malayalam demonstrate a pre-historic split of the western dialect, the process of separation into a distinct language, Malayalam, was not completed until sometime in the 13th or 14th century. According to Hindu legend, Tamil, or in personification form Tamil Tāy (Mother Tamil), was created by Shiva. Shiva's Son, Lord Murugan, known as Lord Kartikeya in other Indian languages, and the sage Agastya brought it to people. Tamil phonology is characterized by the presence of retroflex consonants and multiple rhotics. Tamil does not distinguish phonologically between
  • 2. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 2 /8 Speech signal processing involvement in the study design, funding, execution or manuscript preparation. The evaluation and editorial decision for this manuscript have been managedbyanAcademicEditorindependentof PLOSONEstaff,perourstandardeditorialprocess. The findings and conclusions reported in this articlearestrictlythoseoftheauthor(s). voiced and unvoiced consonants; phonetically, voice is assigned depending on a consonant's position in a word. Tamil phonology permits few consonant clusters, which can never be word initial [ ]. Native grammarians classify Tamil phonemes into vowels, consonants, and 3 a "secondary character", the āytam. The vocabulary of Tamil is mainly Dravidian. A strong sense of linguistic purism is found in Modern Tamil, which opposes the use of foreign loanwords. Nonetheless, a number of words used in classical and modern Tamil are loanwords from the languages of neighboring groups. In more modern times, Tamil has imported words from Urdu and Marathi, reflecting groups that have influenced the Tamil area at various points of time, and from neighboring languages such as Telugu, Kannada, and Sinhala. During the modern period, words have also been adapted from European languages, such as Portuguese, French, and English. Artificial Neural Networks Neural networks are typically organized in layers. Layers are made up of a number of interconnected 'nodes' which contain an 'activation function'. Patterns are presented to the network via the 'input layer', which communicates to one or more 'hidden layers' where the actual processing is done via a system of weighted 'connections'. The hidden layers then link to an 'output layer' where the answer is output. Most ANNs contain some form of 'learning rule' which modifies the weights of the connections according to the input patterns that it is presented with [1]. In a sense, ANNs learn by example as do their biological counterparts; a child learns to recognize dogs from examples of dogs. Although there are many different kinds of learning rules used by neural networks, this demonstration is concerned only with one; the delta rule. The delta rule is often utilized by the most common class of ANNs called 'back propagation neural networks' (BPNNs). Back propagation is an abbreviation for the backwards propagation of error. With the delta rule, as with other types of back propagation, 'learning' is a supervised process that occurs with each cycle or 'epoch' (i.e. each time the network is presented with a new input pattern) through a forward activation flow of outputs, and the backwards error propagation of weight adjustments. Optical Character Recognition The mechanical or electronic conversion of typewritten or printed text into machine-encoded text is called Optical Character Recognition (OCR). It is widely used as a form of data entry from printed paper data records, whether passport documents, invoices, bank statements, computerized receipts, business cards, mail, printouts of static-data, or any suitable documentation. It is a common method of digitizing printed texts so that it can be electronically edited, searched, stored more compactly, displayed on-line, and used in machine processes such as machine translation, text-to-speech, key data and text mining. OCR is a field of research in pattern recognition, artificial intelligence and computer vision [ ]. 2, 3 Early versions needed to be trained with images of each character, and worked on one font at a time. Advanced systems capable of producing a high degree of recognition accuracy for most fonts are now common. Some systems are capable of reproducing formatted output that closely approximates the original page including images, columns, and other non-textual components. Early optical character recognition may be traced to technologies involving telegraphy and creating reading devices for the blind. In 1914, Emanuel Goldberg developed a machine that read characters and converted them into standard telegraph code.
  • 3. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 3 /8 Speech signal processing Concurrently, Edmund Fournier d'Albe developed the Optophone, a handheld scanner that when moved across a printed page, produced tones that corresponded to specific letters or characters. In the late 1920s and into the 1930s Emanuel Goldberg developed what he called a "Statistical Machine" for searching microfilm archives using an optical code recognition system? In 1931 he was granted USA Patent number 1,838,389 for the invention. The patent was acquired by IBM. Implementation This paper is implemented with the help of MATLAB Simulink environment. The MATLAB high-performance language for technical computing integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. MATLAB can be used in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modelling and analysis, and computational biology. It include features like high-level language for technical computing, development environment for managing code, files, and data, interactive tools for iterative exploration, design, and problem solving, mathematical functions for linear algebra, statistics, Fourier analysis, filtering, optimization, and numerical integration, 2-D and 3-D graphics functions for visualizing data and tools for building custom graphical user interfaces. Raw input of Tamil character As shown in the Fig.1 system design, the Tamil character to be recognized is given as input. Initially the Tamil character is converted to grayscale and the grayscale image is converted into binary image in-order to make it convenient for pre-processing. Pre-processing the input Most of the recognition and classification techniques require the data to be in a predefined type and format which satisfy several requirements like size, quality, and invariance. These requirements are generally not met in the case of regional languages, because of many factors such as noise during digitalizing, irregularity, and styles variations. Pre-processing is performed to overcome these problems by performing smoothing, point clustering and dehooking. First smoothing is performed using low pass filter algorithm to reduce noise and remove imperfection caused by acquisition device. Point clustering is then performed in order to eliminate redundant points by averaging the neighbouring points. Dehooking is the final pre-processing procedure to eliminate the part of the stroke which contains hooks which are commonly encountered at the strokes ends. Formation of feature matrix The input characters are sampled to 60 points and feature matrix is formed. The matrix is then transformed into 8 subspaces using OCR. There are two basic types of core OCR algorithm, which may produce a ranked list of candidate characters. Matrix matching involves comparing an image to a stored glyph on a pixel-by-pixel basis; it is also known as pattern matching, pattern recognition, or image correlation. This relies on the input glyph being correctly isolated from the rest of the image, and on the stored glyph being in a similar font and at the same scale. This technique works best with typewritten text and does not work well when new fonts are encountered. This is the technique the early physical photocell-based OCR implemented, rather directly.
  • 4. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 4 /8 Speech signal processing Feature extraction decomposes glyphs into "features" like lines, closed loops, line direction, and line intersections. These are compared with an abstract vector-like representation of a character, which might reduce to one or more glyph prototypes [4]. General techniques of feature detection in computer vision are applicable to this type of OCR, which is commonly seen in "intelligent" handwriting recognition and indeed most modern OCR software. Nearest neighbour classifiers such as the k-nearest neighbours algorithm are used to compare image features with stored glyph features and choose the nearest match. Software such as Cuneiform and Tesseract use a two-pass approach to character recognition. The second pass is known as "adaptive recognition" and uses the letter shapes recognized with high confidence on the first pass to recognize better the remaining letters on the second pass. This is advantageous for unusual fonts or low-quality scans where the font is distorted (e.g. blurred or faded). Character grid In the proposed system design, feature extraction consists of three steps: extreme coordinates measurement, grabbing character into grid, and character digitization. The Tamil character is captured by its extreme coordinates from left /right and top/bottom and is subdivided into a rectangular grid of specific rows and columns. The algorithm automatically adjusts the size of grid and its constituents according to the dimensions of the character. Then it searches the presence of character pixels in every box of the grid. The boxes found with character pixels are considered “on” and the rest are marked “off”. Character Switching A binary string of each character is formed locating the “on” and “off” boxes (named as character switching) and presented to the neural network input for training and recognition purposes. The total number of grid boxes represented the number of binary inputs. A 14x8 grid thus resulted in 112 inputs to the recognition model. An equivalent statement would be that a 14x8 grid provided a 112 dimensional input feature vector. The developed software contains a display of this phenomenon by filling up the intersected squares. Neural Network Based Classifier The work flow for the neural network design process has seven steps: a) Collect data b) Create the network c) Configure the network d) Initialize the weights and biases e) Train the network f) Validate the network g) Use the network After a neural network has been created, it needs to be configured and then trained. Configuration involves arranging the network so that it is optimal with classifying the Tamil characters, as defined by sample data. After the network has been configured, the adjustable network parameters (called weights and biases) need to be tuned, so that the network
  • 5. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 5 /8 Speech signal processing performance is optimized. This tuning process is referred to as training the network. Configuration and training require that the network be provided with example data. For many types of neural networks, the weight function is a product of a weight times the input, but other weight functions (e.g., the distance between the weight and the input, |w − p|) are sometimes used. The most common net input function is the summation of the weighted inputs with the bias, but other operations, such as multiplication, can be used [ ]. The 5, 6 Tamil characters that are made up by putting 4 identical characters together are called Quadruplets characters and those made up by putting 3 identical characters together are called Triplets. By increasing the number of layers in the neural network and training with more datasets reduces the confusion between Quadruplets and Triplets. Fig 1. System Design. https://doi.org/10.0432/journal.pone.0086786.g001 Training Data set Trained data weight File Tamil Character input OCR based Feature extraction Character Grid Character Switching Neural network Classifier Classification Result
  • 6. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 6 /8 Speech signal processing Speech Processing for Audio Feedback Once the Tamil character is identified, it can be simultaneously displayed as well as audio reproduced. The OCR software itself as the ability to audio reproduces, though it was experienced with some delay between the display and the audio reproduction. Based on the importance of the application, external audio processing methodologies can be used such as record and embed a sound file or import pre-recorded sound file. Displaying the Tamil character with audio makes it still user friendly and makes the language to reach broader peoples. Testing Strategies Testing is a process of executing a program with the intent of finding an error. A good test case is one that has a high probability of finding an as-yet –undiscovered error. A successful test is one that uncovers an as-yet- undiscovered error. System testing is the stage of implementation, which is aimed at ensuring that the system works accurately and efficiently as expected before live operation commences. It verifies that the whole set of programs hang together. System testing requires a test consists of several key activities and steps for run program, string, system and is important in adopting a successful new system. This is the last chance to detect and correct errors before the system is installed for user acceptance testing. The software testing process commences once the program is created and the documentation and related data structures are designed. Software testing is essential for correcting errors. Otherwise the program or the project is not said to be complete. Software testing is the critical element of software quality assurance and represents the ultimate the review of specification design and coding. Testing is the process of executing the program with the intent of finding the error. A good test case design is one that as a probability of finding a yet undiscovered error. A successful test is one that uncovers a yet undiscovered error. Conclusion and Future Enhancement The proposed technique is tested on a dataset of Tamil Characters. Five training samples for each character were used. The characters are resampled to 60 points and normalized to [0, 1]. A character feature matrices of size 60x15 was constructed and transform the features to an 8- dimensional subspace by performing ORC software. A nearest neighbour classifier is used to classify the test character in the subspace. If the estimated class label is one of the confusion pairs, we input the test character to an appropriate neural network based classifier at the next level. There is an increase in the classification accuracy of a few frequently confused characters after the neural network classifier. The improvement in performance is observed in both the validation/training and test sets. In a ROC curve the true positive rate (Sensitivity) is plotted in function of the false positive rate (Specificity) for different cut-off points of a parameter. Each point on the ROC curve represents a sensitivity/specificity pair corresponding to a particular decision threshold. The area under the ROC curve is a measure of how well a parameter can distinguish between two diagnostic groups as shown in Fig. 2, 3, 4. The confusion between the Quadruplets and Triplets though reduced by increasing the number of layers in the neural network, the complexity do increases. More rigorous research can be carried out in this area to still more reduce confusion between quadruplets and Triplets without increasing the neural network layers. As a future enhancement, the same work could be carried out for Tamil words.
  • 7. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 7 /8 Speech signal processing Fig 2. ROC Curve. https://doi.org/10.0432/journal.pone.0086786.g002 Fig 3. Sensitivity and Specificity Graph. https://doi.org/10.0432/journal.pone.0086786.g003
  • 8. PLOS ONE | https://doi.org/10.0432/journal.pone.0086786 December 12, 2003 8 /8 Speech signal processing Fig 4. Rose Plot Partest Graph. https://doi.org/10.0432/journal.pone.0086786.g004 References 1. R.Indra Gandhi, K.Iyakutti, “An Attempt to Recognize Handwritten Tamil Character Using Kohonen SOM” International Journal of Advance Networking and Applications, Volume 1, Issue 3, 2002, pp: 188-192. 2. C P Sumathi, S Karpagavalli, “Techniques and methodologies for recognition of Tamil typewritten and handwritten characters: a survey” International Journal of Computer Science & Engineering Survey, Vol.3, No.6, December 2002, pp: 23-35. 3. Amitabh Wahi, Sundaramurthy.S, Poovizhi.P, “Recognition of Handwritten Tamil Characters using Wavelet International Journal of Computer Science & Engineering Technology”, Vol. 5 No. 4, Apr 1999, pp: 335-340. 4. M.Sivasankari, S.P.Victor, “Multilingual Handwritten Text Verification”, International Journal of Computer Science and Information Technologies, Vol. 5, 1996, pp: 3605-3607. 5. Harshal Bobade, Amit Sahu, “Character Recognition Technique using Neural Network”, International Journal of Engineering Research and Applications, Vol. 3, Issue 2, March - April 2001, pp:1778-1783. 6. Prashant M. Kakde, Vivek R. Raut, “Performance analysis of handwritten Devnagri characters recognition through Machine intelligence”, International Journal of Emerging Technology and Advanced Engineering, Volume 2, Issue 7, July 1998, pp: 238-247.