<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/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="m10501">

  <name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">PDP_module 1</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/">2.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2002/02/11</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2004/08/10 10:06:06.622 GMT-5</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="rha">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Roy</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ha</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">rha@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="rha">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Roy</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ha</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">rha@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Parallel Distributed Processing</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">neural network</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">This module discusses briefly the neural network and the implementation of PDP.</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="sect1">
  <name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">PDP Approach in General</name>

  <para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para1">
Parallel Distributed Processing (PDP) approach is a relatively new way
	to study psychological phenomena compared to more traditional
	formalization of human cognition. Whereas most conventional
	psychological theories postulate serial-ordered mechanisms to
	account for various aspects of human cognition, the PDP
	approach assumes that people understand through the interplay
	of multiple sources of knowledge, and as such, parts of the
	mechanism interact with each other
	simultaneously. Specifically, PDP models propose sets of large
	number of inter-connected information processing units as the
	mechanistic accounts of human cognitive phenomena. The units
	stand for conceptual objects (such as features, letters,
	words, etc.) or abstrct elements and so each contains certain
	aspect of the information. They influence other aspects and at
	the same time are influenced by them. Information processing
	takes place through the interaction among these units. 
</para>

<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para2">
Figure 1 illustrates the basic components of a PDP network system. A typical PDP model begins with a set of processing units. At each point in time, each unit has an activation state, and generates an output according to a particular threshold function. Units are connected to one another to form a pattern of connectivity. Each connection between two units carries a weight that specifies how the output of the first unit feeds into the second unit as input. A connection can be either excitatory if the weight is a positive number, or inhibitory if the weight is a negative number. The absolute value of the weight, however, decides the strength of the connection. Because a unit receives input from a number of other units, a propagation rule is applied to determine the overall input to the unit. This net input, together with the current activation state of the unit, are then combined to produce a new state of activation according to a certain activation rule. Finally, connection weights undergo modification with experience. Thus the system can evolve by changing the pattern of connectivity.
</para>

<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="fig1" orient="horizontal">
  <media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/gif" src="figure1.gif"/>
  <caption xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">The basic components of a PDP network</caption>
</figure>

<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para3">

The PDP approach contrasts the conventional modeling of human cognition on two important issues. First, in PDP models what is stored is the pattern of connectivity (connection strengths) between units. Hence knowledge is represented by the pattern of activity distributed over many processing units. This distributed representation contrasts the one-unit-one-concept representational system in conventional psychological theories. Secondly, in the PDP approach, 
each processing unit in the system acts on and is simultaneously acted
	on by the other units. Computation takes the form of
	cooperative and competitive interactions among large numbers
	of  processing units. Information processing happens in a
	parallel fashion. There is no distinctive processing stage as
	proposed in many conventional models. 
</para>

<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para4">
The PDP approach has certain appeals among cognitive
	psychologists. The mechanisms it proposes to account for
	various aspects of human cognition, such as perception,
	reading, learning, memory, etc., are computationally
	sufficient and, to a certain degree, psychologically
	accurate. The current simulation is designed to demonstrate
	how the PDP approach can be applied to the study of human
	language.
</para>

</section>

</content>

</document>
