<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dendrites &#8211; Fountain Magazine</title>
	<atom:link href="https://fountainmagazine.com/tag/dendrites/feed/" rel="self" type="application/rss+xml" />
	<link>https://fountainmagazine.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 00:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>The Difficulty of Modeling the Brain with Artificial Neurons</title>
		<link>https://fountainmagazine.com/all-issues/2012/issue-85-january-february-2012/the-difficulty-of-modeling-the-brain-with-artificial-neurons/</link>
		
		<dc:creator><![CDATA[Louima Cunningham]]></dc:creator>
		<pubDate>Sun, 01 Jan 2012 00:00:00 +0000</pubDate>
				<category><![CDATA[Issue 85 (January - February 2012)]]></category>
		<category><![CDATA[alvinn]]></category>
		<category><![CDATA[ann]]></category>
		<category><![CDATA[anns]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[artificial]]></category>
		<category><![CDATA[Artificial Neurons]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dendrites]]></category>
		<category><![CDATA[digits]]></category>
		<category><![CDATA[figure]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[neuron]]></category>
		<category><![CDATA[neurons]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[produce]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[zip]]></category>
		<guid isPermaLink="false">http://107.21.79.195/all-issues/2012/issue-85-january-february-2012/the-difficulty-of-modeling-the-brain-with-artificial-neurons/</guid>

					<description><![CDATA[“The human brain, then, is the most complicated organization of matter that we know.”Isaac Asimov If someone asks what you recall when you look at the following pictures, I can hear you say ‘President Obama’ and ‘Statue of Liberty’. You just see a fragment of the pictures and remember them. So, how does it happen? [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote>
<p>“The human brain, then, is the most complicated organization of matter that we know.”<br />Isaac Asimov</p>
</blockquote>
<p>If someone asks what you recall when you look at the following pictures, I can hear you say ‘President Obama’ and ‘Statue of Liberty’. You just see a fragment of the pictures and remember them.</p>
<table>
<tbody>
<tr>
<td>
<p><img fetchpriority="high" decoding="async" class=" size-full wp-image-6430" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image001-1a9.jpg" width="470" height="310" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image001-1a9.jpg 470w, https://fountainmagazine.com/wp-content/uploads/2012/01/image001-1a9-300x198.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></p>
</td>
<td>
<p><img decoding="async" class=" size-full wp-image-6431" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image002-5d3.jpg" width="301" height="624" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image002-5d3.jpg 301w, https://fountainmagazine.com/wp-content/uploads/2012/01/image002-5d3-145x300.jpg 145w" sizes="(max-width: 301px) 100vw, 301px" /></p>
</td>
</tr>
</tbody>
</table>
<p>So, how does it happen? This is just a simple task for the brain. It stores an image and retrieves it whenever a part of it is seen. Amazing features of the brain, especially its power to learn and make decisions, inspires computer scientists in the field of artificial intelligence.</p>
<p>In computer science, an artificial neuron is a simple computational model of a neuron in the brain that excludes biological properties. Artificial neural networks (ANNs) are composed of artificial neurons, and they are utilized to solve specific problems, especially those that require learning and decision-making. ANNs may not be the best solutions in various machine learning problems; however, they are accepted as strong alternatives. Although ANNs don’t claim to be so, currently they are not even close to producing a simple model of the brain. Let’s take a short journey into the world of ANNs to experience the extreme difficulty of modeling the brain.</p>
<h3>Some Applications of ANNs</h3>
<p><img decoding="async" class=" size-full wp-image-6432" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image003-605.jpg" width="842" height="974" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image003-605.jpg 842w, https://fountainmagazine.com/wp-content/uploads/2012/01/image003-605-259x300.jpg 259w, https://fountainmagazine.com/wp-content/uploads/2012/01/image003-605-768x888.jpg 768w" sizes="(max-width: 842px) 100vw, 842px" /></p>
<p>Figure 1: Overview of ALVINN structure. Images obtained from the camera installed on the vehicle are provided to the ANN, and ANN decides the steering angle.</p>
<p>(adapted from: <a href="http://virtuallab.kar.fei.stuba.sk/robowiki/images/e/e8/Lecture_ALVINN.pdf">http://virtuallab.kar.fei.stuba.sk/robowiki/images/e/e8/Lecture_ALVINN.pdf</a>).</p>
<p>ANNs have various applications in very large spectrum of problems that require learning, such as the Autonomous Land Vehicle in a Neural Network (ALVINN). The structure of ALVINN is shown in Figure 1. The ALVINN project by Carnegie Mellon University started in 1986 and aims to make a vehicle without a driver (Mitchell, 1997). In this project, ANN learns the steering habits of a driver. A camera is mounted on the vehicle to capture the images of the road. With respect to the continuous images provided, ALVINN determines the steering level with 45 different angle positions from sharp left to sharp right. Steering is updated 15 times per second so that it allows real-time control while driving at 55 mph. The system is trained by the data obtained from a human driver in a simulator and a real vehicle. ALVINN was able to speed up to 70 mph and successfully drive at 55 mph for 90 miles.</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6433" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image004-d27.jpg" width="554" height="594" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image004-d27.jpg 554w, https://fountainmagazine.com/wp-content/uploads/2012/01/image004-d27-280x300.jpg 280w" sizes="auto, (max-width: 554px) 100vw, 554px" /></p>
<p>Figure 2: Handwritten zip codes (LeCun, et al., 1989)</p>
<p>Another example is handwritten zip code recognition (LeCun, et al., 1989). Zip codes from US Mail written by various people with large variety of styles and sizes were used in the experiments. Figure 2 presents some examples of zip codes in the experiment database. After the ANN was trained with more than 7,000 digits in the zip codes, it was 99% successful in recognizing around 2,000 digits in new zip codes.</p>
<h3>Learning and Decision-making in ANNs</h3>
<p>In order to understand the challenges better, we will first examine learning and decision-making in neurons and ANNs on simple examples.</p>
<div>
<table>
<tbody>
<tr>
<td>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6434" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image005-ef1.jpg" width="714" height="436" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image005-ef1.jpg 714w, https://fountainmagazine.com/wp-content/uploads/2012/01/image005-ef1-300x183.jpg 300w" sizes="auto, (max-width: 714px) 100vw, 714px" /></p>
<p>(a)</p>
</td>
<td>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6435" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image006-a8b.jpg" width="456" height="346" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image006-a8b.jpg 456w, https://fountainmagazine.com/wp-content/uploads/2012/01/image006-a8b-300x228.jpg 300w" sizes="auto, (max-width: 456px) 100vw, 456px" /></p>
<p>(b)</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>Figure 3: (a) A typical neuron (adopted from <a href="http://commons.wikimedia.org/wiki/File:Neuron_-_annotated.svg">http://commons.wikimedia.org/wiki/File:Neuron_-_annotated.svg</a>), (b) artificial neuron in computer</p>
<p>Figure 3(a) illustrates a typical neuron which is the constituent of brain’s complicated network structure. Each neuron receives information as signals via dendrites, then evaluates it and generates a signal that is transmitted through its axon. A neuron has many connections between its dendrites and the axons of various other neurons. Figure (b) demonstrates an artificial neuron in computer science. It is considered a function: dendrites as the inputs of the function and generated signal via the axon as the output of the function.</p>
<p>Let’s see an example of an artificial neuron that understands if a given produce is a red apple or not. Think about how you understand whether a produce is a red apple or not. You see the shape and the color. However, it might be an artificial one for decoration. Then you can taste it and you get the sweetness of the apple. Similarly, our neuron receives three pieces of information as the input; ‘has circular shape?’, ‘is sweet?’, and ‘has red color?’. If the output is ‘yes’, that means the neuron recognizes the produce as a red apple. Otherwise, it will be ‘no’, which means the produce is not a red apple (Figure 4). Here, the neuron’s function is defined in such a way that it only generates ‘yes’ when all the inputs are ‘yes’.</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6436" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image007-95d.jpg" width="1247" height="365" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image007-95d.jpg 1247w, https://fountainmagazine.com/wp-content/uploads/2012/01/image007-95d-300x88.jpg 300w, https://fountainmagazine.com/wp-content/uploads/2012/01/image007-95d-1024x300.jpg 1024w, https://fountainmagazine.com/wp-content/uploads/2012/01/image007-95d-768x225.jpg 768w" sizes="auto, (max-width: 1247px) 100vw, 1247px" /></p>
<p>Figure 4: Example inputs and outputs for the artificial neuron.</p>
<p>In an artificial neuron, some of the information can be more important than the others. For instance, to have red color may be more valuable in determining the price of produce. Assume that round shape and sweetness has equal value of $1; however, having red color is $2 – twice as valuable as the other features (Figure 5).</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6437" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image008-178.jpg" width="1247" height="363" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image008-178.jpg 1247w, https://fountainmagazine.com/wp-content/uploads/2012/01/image008-178-300x87.jpg 300w, https://fountainmagazine.com/wp-content/uploads/2012/01/image008-178-1024x298.jpg 1024w, https://fountainmagazine.com/wp-content/uploads/2012/01/image008-178-768x224.jpg 768w" sizes="auto, (max-width: 1247px) 100vw, 1247px" /></p>
<p>Figure 5: Artificial neuron with different input weights. Arrow thickness indicates the importance.</p>
<p>So, what is the big fuss about artificial neurons if they are only functions? In fact, the main feature of artificial neurons is learning. Considering the last example above, the neuron initially does not know the importance of the dendrites, i.e. the weights of inputs are all the same. If not trained, the neuron will generate the following answers which are sometimes wrong as indicated in Table 1.</p>
<table>
<tbody>
<tr>
<td>
<p><strong>Produce</strong></p>
</td>
<td>
<p><strong>has circular shape?</strong></p>
</td>
<td>
<p><strong>is sweet?</strong></p>
</td>
<td>
<p><strong>has red color?</strong></p>
</td>
<td>
<p><strong>answer</strong></p>
</td>
</tr>
<tr>
<td>
<p>red apple</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p><strong>$3</strong></p>
</td>
</tr>
<tr>
<td>
<p>green apple</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>$2</p>
</td>
</tr>
<tr>
<td>
<p>red pear</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p><strong>$2</strong></p>
</td>
</tr>
<tr>
<td>
<p>lemon</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>$1</p>
</td>
</tr>
<tr>
<td>
<p>red pepper</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p><strong>$1</strong></p>
</td>
</tr>
<tr>
<td>
<p>banana</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>yes</p>
</td>
<td>
<p>no</p>
</td>
<td>
<p>$1</p>
</td>
</tr>
</tbody>
</table>
<p>Table 1: Artificial neuron before training; highlighted answers are wrong.</p>
<p>In real life, a teacher trains students. For instance, the teacher asks a question and if the received answer is not correct, she provides the right answer. Students learn the right answer and use this correct information in their lives. It is similar in artificial neurons as depicted in Figure 6. When the response of the neuron is incorrect, it adjusts the importance of the dendrites with respect to the correct answer hence it answers the same question correctly next time. During the training session, the neurons will be continuously asked the values of all the produce until it learns them all.</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6438" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image009-2ae.jpg" width="1124" height="744" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image009-2ae.jpg 1124w, https://fountainmagazine.com/wp-content/uploads/2012/01/image009-2ae-300x199.jpg 300w, https://fountainmagazine.com/wp-content/uploads/2012/01/image009-2ae-1024x678.jpg 1024w, https://fountainmagazine.com/wp-content/uploads/2012/01/image009-2ae-768x508.jpg 768w" sizes="auto, (max-width: 1124px) 100vw, 1124px" /></p>
<p>Figure 6: The learning process of the artificial neuron.</p>
<p>What if the problem gets complicated? Then one artificial neuron will not be sufficient, and we will need a network of neurons; ANNs. A more complex problem, ‘learning the digits’ is indicated in Figure 7.</p>
<table>
<tbody>
<tr>
<td>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6439" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image010-eca.jpg" width="541" height="314" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image010-eca.jpg 541w, https://fountainmagazine.com/wp-content/uploads/2012/01/image010-eca-300x174.jpg 300w" sizes="auto, (max-width: 541px) 100vw, 541px" /></p>
</td>
<td>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6440" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image011-d1c.jpg" width="655" height="514" srcset="https://fountainmagazine.com/wp-content/uploads/2012/01/image011-d1c.jpg 655w, https://fountainmagazine.com/wp-content/uploads/2012/01/image011-d1c-300x235.jpg 300w" sizes="auto, (max-width: 655px) 100vw, 655px" /></p>
</td>
</tr>
<tr>
<td>
<p>(a)</p>
</td>
<td>
<p>(b)</p>
</td>
</tr>
</tbody>
</table>
<p>Figure 7: (a) Digit learning problem, (b) ANN structure that learns digits. Due to the difficulty, only the connections between the input layer and first / last neurons in the middle layer are shown.</p>
<p>ANN has 3 x 5 = 15 input units like receptors of an eye retina. Each input unit corresponds to one square in the digits; either filled or blank. Each input unit is connected to the dendrites of all neurons in the middle layer. The output of each cell in the middle is connected to the dendrites of all neurons in the output layer. There are 10 output neurons corresponding to the digits from 0 to 9. After the ANN is trained, it provides a correct answer to the given digit as input. When digit ‘3’ is provided to the network, the neuron labeled with number ‘3’ in Figure 7(b) is triggered and outputs ‘yes’ whereas the rest of the neurons output ‘no’.</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-6441" src="https://fountainmagazine.com/wp-content/uploads/2012/01/image012-966.jpg" width="100" height="154" /></p>
<p>Figure 8: Faulty digit &#8216;3&#8217; with a missing black square on the top right side.</p>
<p>Initially, all neurons in the network have equally weighted dendrites. After a reasonable amount of training, neurons adjust their weights, and ANN is able to identify digits. Here, we have some major challenges: what does ‘reasonable amount of training’ mean? When the ANN is undertrained, it will not always answer correctly to the digits given in Figure (a). In the other case, when the ANN is overtrained, it will memorize the digits provided during the training and will not recognize the faulty ones such as the one in Figure 8.</p>
<h3>Challenges of ANNs</h3>
<p>Beyond the mentioned the overtraining / undertraining problems, ANNs have a bigger challenge – how to determine the structure of ANN that fits the problem? In the digit learning example, we’re lucky because the structure is provided in Figure 7(b). However, the outcome of the solution may drastically depend on the number of neurons and the connections among them which is indeed a hard problem for ANNs.</p>
<p>The huge capability of the brain in learning and decision making comes from the huge number of neurons – around 100 billion – and the enormous amount of connections among them – from 100 to 500 trillion. The challenge to design such a huge network requires huge computation power. With the increasing number of neurons, ANN dramatically slows down especially during the learning process. Here, our example is a simple learning task of 3&#215;5 pixel digits compared to the brain’s acquisition capacity of hundreds of images in our daily life. </p>
<p>When the number of neurons gets larger, the reliability of network also reduces. Small adjustments in weights may change the entire behavior of the network hence it is easy to lose control of ANN. In contrast, the brain has a robust system, and its fault tolerance is admirable. Although neurons die every day, this doesn’t affect its performance significantly. The training method and how to update the weights are other hard problems leading to many different approaches in the neural computation field.</p>
<p>We have presented some simple tasks that can be solved using a few neurons and their challenges. On the other hand, consider the thousands of problems, various and incredible amount of information we have learned, and the thousands of decisions we make. The brain is truly amazing from the computer science perspective.</p>
<h3>Bibliography</h3>
<ul>
<li>Hertz, J. A., Krogh, A. S., &amp; Palmer, R. G. (1991). <em>Introduction To The Theory Of Neural Computation.</em> Reading, MA: Addison-Wesley.</li>
<li>Hopfield, J. J. (1982). Neural networks and physical systems with emergent collective computational properties. <em>Proceedings of the National Academy of Sciences of the USA</em> <em>, 79</em>, 2554-2588.</li>
<li>LeCun, Y., Boser, B., Denker, J. S., Henderson, D., Howard, R. E., Hubbard, W., et al. (1989). Backpropagation applied to handwritten zip code recognition. <em>1</em> (4), 541-551.</li>
<li>Mitchell, T. M. (1997). <em>Machine Learning.</em> McGraw-Hill.</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Increasing Brainpower</title>
		<link>https://fountainmagazine.com/all-issues/2002/issue-40-october-december-2002/increasing-brainpower/</link>
		
		<dc:creator><![CDATA[Louima Cunningham]]></dc:creator>
		<pubDate>Tue, 01 Oct 2002 00:00:00 +0000</pubDate>
				<category><![CDATA[Issue 40 (October - December 2002)]]></category>
		<category><![CDATA[ability]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[brainpower]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[dendrites]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[mental]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[neural]]></category>
		<category><![CDATA[physical]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[Psychology]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[stress]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[words]]></category>
		<guid isPermaLink="false">http://107.21.79.195/all-issues/2002/issue-40-october-december-2002/increasing-brainpower/</guid>

					<description><![CDATA[Brainpower can be defined as intellectual ability combined with intelligence, creativity, and learning ability. The brain is made of living tissues that can restructure itself, and is composed of billions of neurons with the same capability. Hence, it is infinitely more complex than a computer. The functions of brainpower include learning, intuition, mental clarity, creativity, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Brainpower can be defined as intellectual ability combined with intelligence, creativity, and learning ability. The brain is made of living tissues that can restructure itself, and is composed of billions of neurons with the same capability. Hence, it is infinitely more complex than a computer. The functions of brainpower include learning, intuition, mental clarity, creativity, focus and concentration, and intelligence.</p>
<h3><b>Increasing brainpower</b></h3>
<p>We can improve our brain&#8217;s memory, creativity, and intelligence by our own conscious effort and free will. Even though our brain is made of nerve tissues, it can grow if it is used, just like a muscle. Scientists are constantly amazed at its plasticity “ the ability to grow. Even for people over 80 years old, significant life-quality improvements can be achieved through intellectual activity.</p>
<p>Researchers at the University of California-Los Angeles studied the brains of 20 dead people. After examining the dendrites (tree-like communicating arms between muscles), they discovered that their length increased proportionally with a person&#8217;s education and lifestyle. Those with a college education and a mentally active lifestyle had longer dendrites than those with less education and an intellectually inactive lifestyle.</p>
<p>Animal studies seem to confirm the same result. For example, rats exposed to maze learning show an increase in dendrite growth and enhanced problem-solving ability. They form new synapses between neurons, which facilitates further learning. When they are moved to dull, non-challenging environments, dendritic material decreases and synapses regress. Neurons can grow and change throughout one&#8217;s life.</p>
<p>French philosopher and mathematician Rene Descartes (1596-1650) once said: It is not enough to have a good mind. The main thing is to use it well.(1) In this ever-changing information society, successful adaptation depends on expanding our minds through learning and creativity. Knowledge helps us advance to happiness, because happiness usually is tied to less stress (in our career or daily life), gives us greater travel and leisure opportunities, more autonomy and even more money. Love grows in a relaxed and happy atmosphere, so even emotional well-being depends on improving our brainpower.</p>
<p>By stimulating our brain more intensively, a curious thing happens: The inter-connections between neurons increase by developing new dendrites. These surplus connections make our brain work better, improve our memory, and protect us against diseases like Alzheimer&#8217;s by providing alternative connections.</p>
<h3><b>Learning and brainpower</b></h3>
<p>An increased sense of self-confidence and awareness originates from a large fund of knowledge. Even the number and variety of friends we have is directly proportional to the number of topics of interest and discussion we acquire. Knowledge also improves our ability to foresee future political, economic, and historical trends. Moreover, an improved understanding of history and cultures help us avoid the hazard of prejudice.</p>
<p>Understanding the world is like a jigsaw puzzle. The more pieces that we can fit in, the clearer the image and the greater the urge to learn and fill in more pieces. The more we learn, the more we wish to continue learning. Increasing knowledge is like an avalanche; for it gains a momentum of its own once it starts. Perseverance and some initial prompting are required, but the rewards soon pay off. Minds are kept young by continual use, and mentally active people tend to live longer. Learning is as important to our brain as exercise is to our body. Hence the process of learning should not cease right after graduating from high school or college.</p>
<p>Students are presented with an enormous amount of information to learn and memorize during the academic year. During vacation time, however, they shy away from reading or learning even about non-curricular topics because of the mistaken notion that the brain has a limited capacity and that new information will overwrite previous information. The brain has a virtually unlimited capacity to absorb, sort, and retain information. But stimulation is required. An athlete improves by exercise and training; the brain gets into shape the more it is used.</p>
<p>According to Life magazine&#8217;s July 1994 feature article on Brain Calisthenics, Golden claims that exercising your brain may do as much for your health as exercising your body. Research on an elderly group of nuns in Minnesota revealed that a daily diet of brain games kept them healthy, youthful, and relatively free from Alzheimer&#8217;s and other degenerative brain disorders. And, they were happy, active, and mentally sharp well into their nineties. Researchers attribute this to the brain&#8217;s capacity to grow new connections after receiving the proper kind of stimulation. Although the connection between continued brain activity and health remains unclear, we can say that neural stimulation seems to have a direct role in keeping the brain and body balanced, energetic, and healthy. And, it is surmised that increased brain stimulation provides more pronounced and long-lasting benefits.</p>
<p>We can increase our dendrites by engaging in newer activities. When we learn something, we use our whole brain and build new brain circuits. But once something becomes a routine, we only use a small portion of our brain, leaving the rest to atrophy. To prevent the loss or actually to increase the number of dendrites, they must be stimulated. In a Life magazine interview published in July 1994, Arnold Scheible, head of UCLA&#8217;s Brain Research Institute, suggested: The important thing is to be actively involved in areas that are unfamiliar to you. Anything that&#8217;s intellectually challenging can probably serve as a kind of stimulus for dendritic growth, which means it adds to the computational reserves in your brain.</p>
<p>However, the article pointed out a caveat for the occasional brain developer. It seems that although learning a new skill creates more neural dendritic connections, the growth stops once the skill is learned and the new connections may actually atrophy. Thus, the brain needs random and interactive exercise so that it cannot learn the exercise so well that it becomes a routine and so that it can better learn new things continually.</p>
<p>Learning is an art that requires practical tools to gather a broad knowledge base. For example, Dr. S. Ray has an interesting suggestion: Look up unfamiliar words in the dictionary and then write a reminder by the word indicating where you encountered it, whet-her in a book, a newspaper, or a conversation. If you saw it in Newsweek, write NW beside the word. If your professor mentioned it, write his name next to the word. If you come across a word in this article, put a smiling face near it. Next time you encounter this word, your previous annotation will help you form a better association and you will remember the word better.</p>
<p>Once you start learning new words, it is a pleasant surprise to encounter them again. Each new word becomes a personal friend that reinforces a memory. Consider the dictionary one of your most interesting friends. The more words we learn, the more we become aware of our surroundings. Words enrich our memory. Words form the thread on which we string our experiences, said the British philosopher Aldous Huxley (1894-1963).</p>
<h3><b>Physical activity and brainpower</b></h3>
<p>Physical activity increases mental function. Exercise induces the growth of capillaries (tiny blood vessels) in the brain. Aging can lead to the brain receiving less blood. Exercise throughout life works against the decreased mental functioning associated with old age. Yet, one must not overemphasize physical exercise.</p>
<p>In their book Healthy Pleasures, Ornstein (a psychologist) and Sobel (a physician) argue that our current health practices should be shifted toward a more intellectual approach. They claim that diets and physical exercises can punish and even harm the body, and that they might have side-effects and only a limited effectiveness. They opine that some of the rigorous body controls we tend to practice are more linked to the Protestant work ethic than real health benefits. Hence going to the gym is a work-out.</p>
<h3><b>Stress and brainpower</b></h3>
<p>One side-effect of stress is dullness in the brain. Therefore, whatever removes stress increases brainpower. There are several relatively new methods to improve brainpower (intelligence, creativity, learning ability). For example, listening to a precise combination of audio signals embedded on a cassette or CD beneath soothing music and environmental sounds can give the brain a very specific audio stimulus that gently creates deep meditation, removes stress, and creates emotional healing at a deep level. This causes new connections to be created in the brain.</p>
<p>This is accompanied by a deep, trance-like meditative state in which the brain produces a whole host of pleasurable neurochemicals, such as endorphins. Such a trance or meditation can be attained easily during deep and concentrated prayer. A soothing and relaxing atmosphere can be achieved during chanting, remembrance, or reciting holy texts and hymns.</p>
<p>The new pathways caused by these meditative states connect and synchronize the brain&#8217;s hemispheres, thereby causing whole brain functioning. The improvements in brainpower include learning, intuition, mental clarity, creativity, focus and concentration, and intelligence. This research is backed by Centerpointe Institute, which has a commercial product (Holosync) based on the above principle.</p>
<p>Stress also is tied to the burdens we are obliged to carry. Usually we think that we control our lives entirely and thus can control everything around us. As this is not even near the truth, the resulting condition is stress accompanied by depression. Again, a fine balance between faith in destiny and free will help us remove this stress and live an alleviated and spiritually relieved life. Said Nursi analyzes this concept in his Twenty-sixth Word.(2)</p>
<p>In addition to removing stress, the nervous system&#8217;s reorganization of itself to a new and higher level increases the stress threshold. At that point, many uncomfortable, dysfunctional feelings and behaviors go away, even if they might have been persistent until then. This is a deep and dramatic change in mental health: the release of anger, fear, and sadness, as well as the release of self-defeating behaviors, childhood traumas, and limiting decisions. Once these are gone, we can expect better relationships to emerge.</p>
<p>Thus it is like a virtuous cycle, because people who reach higher levels want to move to deeper meditation levels, just as athletes increase their mileage after mastering a certain distance. In these in-creased levels, the mind expands, grows, and becomes self-aware to a greater extent. Perhaps it also experiences a deeper meditative experience.</p>
<h3><b>Health and brainpower</b></h3>
<p>Adding years to your life and life to your years have always been challenging. The first one has been achieved for some, as life expectancy in developed countries increased by 30 years during the twentieth century due to improved food supply, housing, medicine, and many other factors. However, research in the last few decades proves that one can become even smarter by dendrite generation. At first, researchers told us that life-long physical training was one way to keep in good health. Now, since scientists know that the brain can be developed and enlarged, brain calisthenics have become even more important. The age-old dilemma of mind over matter has been resolved in favor of the mind.</p>
<p>A group of researchers has demonstrated that pleasure and positive states of mind are better for our health. This new intellectual approach to health is not only more powerful, but also has no side effects. Central to this claim are recent findings that even getting an education may add as much as 10 years to your health. That is why National Geographic featured John de Rosen in its 1986 book The Incredible Machine, which discussed old age. De Rosen, an artist, continued to paint until the week he died at age 91. The book notes: Some scientists believe that retirement to a sedentary lifestyle initiates or aggravates medical problems, thus shortening life. According to a study of retired people, adults over 65 can learn a creative skill, like oil painting, as readily as younger students. So retiring from a job in a sense means retiring from life unless supplemented by some other (preferably new) activity.</p>
<h3>Investigating mental processes and brain efficiency</h3>
<p>With their new imaging machines, scientists literally look into the brain and photograph the paths of mental processing to learn how the brain handles information. Each of the 100 billion neurons has dendrites (receptors), a central processor, and a cable to send the messages to the next neuron. Some years ago, scientists thought that these physical aspects were fixed at birth. Then Marion Diamond, a pioneer brain researcher who dissected Einstein&#8217;s brain, published Enriching Heredity. In it, she claimed to have found that the key areas of Einstein&#8217;s brain were very rich in dendrites due to the increased usage, and thus established that the brain is not fixed by heredity.</p>
<p>Another aspect of brainpower is efficiency. Dr. Richard Haier, a professor of psychology at the University of California, Irvine School of Medicine, used PET (positron emission tomography) scan images of brain metabolism to indicate mental efficiency. Newsweek (29 February 1988) reported his finding that smarter brains use less energy. Wired (May 1994) introduced to the general public his first works using PET to analyze the brain changes of Tetris players. In this article, he revealed the importance of neural efficiency. In other words, give a smart brain a hard cognitive task, like Tetris, and it will quickly learn to solve it using less of the brain and less rigorously. Less efficient brains seem to have difficulty localizing the task to the most appropriate processing centers. Therefore, there is wasted brain energy and needless redundancy (noise) in neural-net processing activity.</p>
<p>Newsweek (27 March 1988) featured Haier&#8217;s PET scans of SAT (Scholastic Aptitude Test) takers. The outcome seemed to differentiate be-tween sexes. Smart men who scored above 700 on the SAT math section worked their brains harder (less efficiently) than smart women. The PET images reveal how efficiently the brain works when processing a cognitive task. Therefore, before and after PET images may show how smart the brain, or neural-cognitive system, is as a function of how fast it learned how to minimize extraneous brain processing areas and focus energy on smaller, more productive areas.</p>
<p>We have been led to believe that we use very little of our brain. Ironically, the smarter the person is, the less of his or her brain seems to be involved in any particular task. It seems that dendrites use the shortest or most feasible path possible, and that the more numerous and longer the dendrites are, the more likely they are to have shorter paths between the nodes in the brain&#8217;s neural network. When the mind starts to process a task, it apparently engages a greater area of the brain to feel it out. However, the smarter brain-mind system will narrow in on the brain&#8217;s most appropriate processing area(s). Then, the rest of the brain is released to do something else, such as noisy chatter or just rest (which is rare). A less intelligent system might use more of the brain than is necessary. This may create a source of noise on the neural-net that distracts, disrupts, or derails the fast and efficient (consistent and accurate) data processing by the appropriate brain center(s).</p>
<p>Brain efficiency seems to be highly correlated with intelligence (or brainpower). Apparently, the less moving parts the less friction and noise! This would agree with certain research findings of meditators whose quieter and more alpha- and theta-dominant brains appear to be better at various cognitive and mental reflex tasks.</p>
<h3><b>Conclusion</b></h3>
<p>In conclusion, brainpower depends on many things: daily diet, physical and mental exercise, emotional state, stress, heredity and so on. It is not fixed or static, but has the ability to change and progress, so one can improve it by a combination of techniques that suit the individual. The discovery of new or improving existing techniques is open for further research in cognitive science.</p>
<h3><em><b>Footnotes </b></em></h3>
<ol>
<li>http://serendip.brynmawr.edu/Mind/Descartes.html#Descartes.</li>
<li>The Words is available online at:www.sozler.com.tr/risnur/warning_word.htm.</li>
</ol>
<h3><b>References </b></h3>
<ul>
<li>Centerpointe Institute, Holosync, http://www.trans4mind.com/holosync/.</li>
<li>Diamond, Marion. Enriching Heredity: The Impact of the Environment on the Anatomy of the Brain. Free Press: 1988.</li>
<li>Ornstein, R. and D. Sobel. Healthy Pleasures. Addison-Wesley, 1989.</li>
<li>Poole, R. M. (ed.) The Incredible Machine. National Geographic Society: 1992.</li>
<li>Report from the Biomedical Newsletter. Lippincott-Raven Publishers, n.d.</li>
<li>Sahelian, Ray. Be Happier Starting Now: A Medical Doctor Explores the Fascinating Field of Happiness. Longevity Research Center: 1995. See Chapter 9.</li>
<li>www.brain.com.</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
