<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id52510314">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Introduction to Accent Classification with Neural Networks</name>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2005/12/14 18:35:09.558 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2005/12/14 23:59:14.956 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="snovich">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Scott</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Novich</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">snovich@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="snovich">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Scott</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Novich</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">snovich@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Accent</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Accent Classification</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Accent Detection</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Accent Recognition</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Classification</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Detection</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Neural</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Neural Network</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Recognition</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">This module provides an overview of Team SSB's final ELEC 301 project -- accent recognition and classification with a neural network</md:abstract>
</metadata>
<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="oview">
  <name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Overview</name> 
  <para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id52337719">Although seemingly subtle, accents have
important influences in many areas – from business, to sociology,
technology, security, and intelligence. While much linguistic
analysis has been done on the subject matter, very little work has
done with regards to potential applications.</para>
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="goals">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Goals</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id50932569">The goal of this project is to generate a process for accurate accent detection. The algorithm developed should have
the flexibility to choose how many accents to differentiate
between. Currently, the algorithm is aimed at differentiating
accents by languages, rather than regions, but should be able to
conform to the latter as well. Finally, the application should
produce an output showing the relative strength of a speaker's
primary accent compared to the rest in the system.</para></section>

<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="dchoices">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Design Choices</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id52817206">The agreed-upon option for achieving the
desired flexibility in the project's algorithm is to use a neural
network. A neural network is a matrix containing weights that
correspond to how certain parameters fed to the network tie the
inputs to the outputs. Parameters of known inputs with
corresponding outputs are fed to the network to train it. Training
the network produces the weighted matrix, to which test samples can
then be fed. This provides a powerful and flexible tool that can be
used to generate the desired algorithm.</para><para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="blah"> Utilizing this limits the
project group only by the amount of overall samples collected to
train the matrix with, and how they are defined. For this project,
approximately 800 samples from over 70 people have been collected
for the purposes of training and testing. The group of
language-based accents to test with consists of American Northern
English, American Texan English, Farsi, Russian, Mandarin, and
Korean.</para></section>

<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="appz">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Applications</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id28103348">Potential applications for this project are
incredibly diverse. One example might be for tagging information
about a subject for intelligence purposes. The program could also
be used as a potential aid/error check for voice-recognition based
systems such as customer service or bioinformatics in security
systems. The project can even aid in showing a student's progress
in learning a foreign language.</para></section></section>

</content>
</document>
