<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4925318766925800044</id><updated>2011-04-22T07:46:21.460+07:00</updated><category term='electronic definition'/><title type='text'>Using Neural Network</title><subtitle type='html'>I am using neural network.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://neural-network-code.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4925318766925800044/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://neural-network-code.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Tian</name><uri>http://www.blogger.com/profile/01998659228084968570</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4925318766925800044.post-8503009176595679807</id><published>2008-04-10T03:56:00.001+07:00</published><updated>2008-04-10T04:00:14.025+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='electronic definition'/><title type='text'>Why Neural Network Based Optimization</title><content type='html'>&lt;p class="MsoNormal" style=""&gt;&lt;b style=""&gt;&lt;span style=""&gt;Optimization &lt;/span&gt;&lt;/b&gt;&lt;span style=""&gt;is defined as the process of finding the conditions that give the maximum or minimum value of a function.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;span style=""&gt;The immense computational power of nervous system to solve perceptional problems in the presence of massive amount of sensory data has been associated with its parallel processing capability. The neural computing strategies have been adopted to solve optimization problems in recent years]. A &lt;span style=""&gt;neural network&lt;i&gt; &lt;/i&gt;&lt;/span&gt;is a massively parallel network of interconnected simple processors (neurons) in which each neuron accepts a set of inputs from other neurons and computes an output that is propagated to the output nodes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style=""&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;Thus a neural network can be described in terms of the individual neurons, the network connectivity, the weights associated with the interconnections between neurons, and the activation function of each neuron. The network maps an input vector from one space to another. The mapping is not specified but is learned.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;I am using Artificial Neural Network.  &lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4925318766925800044-8503009176595679807?l=neural-network-code.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://neural-network-code.blogspot.com/' title='Why Neural Network Based Optimization'/><link rel='replies' type='application/atom+xml' href='http://neural-network-code.blogspot.com/feeds/8503009176595679807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4925318766925800044&amp;postID=8503009176595679807' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4925318766925800044/posts/default/8503009176595679807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4925318766925800044/posts/default/8503009176595679807'/><link rel='alternate' type='text/html' href='http://neural-network-code.blogspot.com/2008/04/why-neural-network-based-optimization.html' title='Why Neural Network Based Optimization'/><author><name>Tian</name><uri>http://www.blogger.com/profile/01998659228084968570</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4925318766925800044.post-4651682871717942225</id><published>2008-04-10T03:42:00.001+07:00</published><updated>2008-04-10T03:57:27.069+07:00</updated><title type='text'>First Neural Network Based Optimization post</title><content type='html'>&lt;p class="MsoNormal" style=""&gt;&lt;span style="" lang="EN-GB"&gt;This is first neural network based optimization post. This is my very first post and recently I don’t have any idea to post about. &lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style=""&gt;&lt;span style=""&gt;The ever-increasing demand on engineers to lower production costs to withstand competition has prompted engineers to look for rigorous methods of decision making, such as optimization methods, to design and produce products both economically and efficiently. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style=""&gt;&lt;span style=""&gt;Optimization techniques, having reached a degree of maturity over the past several years, are being used in a wide spectrum of industries, including aerospace, automotive, chemical, electrical, and manufacturing industries. With rapidly advancing computer technology, computers are becoming more powerful, and correspondingly, the size and the complexity of the problems being solved using optimization techniques are also increasing. Optimization methods, coupled with modern tools of computer aided design, are also being used to enhance the creative process of conceptual and detailed design of engineering systems.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt;I am using artificial neural network. &lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4925318766925800044-4651682871717942225?l=neural-network-code.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://neural-network-code.blogspot.com/' title='First Neural Network Based Optimization post'/><link rel='replies' type='application/atom+xml' href='http://neural-network-code.blogspot.com/feeds/4651682871717942225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4925318766925800044&amp;postID=4651682871717942225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4925318766925800044/posts/default/4651682871717942225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4925318766925800044/posts/default/4651682871717942225'/><link rel='alternate' type='text/html' href='http://neural-network-code.blogspot.com/2008/04/first-neural-network-based-optimization.html' title='First Neural Network Based Optimization post'/><author><name>Tian</name><uri>http://www.blogger.com/profile/01998659228084968570</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
