Artificial neural networks - artificial intelligence, Computer Engineering

Assignment Help:

Artificial Neural Networks - Artificial intelligence:

Decision trees, while strong, are a easy representation method. While graphical on the surface, they may be seen as disjunctions of conjunctions, and hence are  logical representation, and we call such type of methods symbolic representations. In this lecture,  we see  at  a non-symbolic  representation  method also known as  Artificial Neural Networks. This term is often reduced to Neural Networks, but this annoys neuron-biologists who deal with actual neural networks (inside our human brains).

As the name shows, ANNs have a biological inspiration, and we concisely look at that first. Following this, we see in detail at how data is represented in ANNs, then we see at the easiest type of network, two layer networks. We see at  perceptions  and  linear  units,  and talk about  the  boundaries  that  such  easy networks have. In the next lecture, we talk about multi-layer networks and the back- propagation algorithm for learning these networks.

Biological Motivation

In our conversation in the very first lecture about how people have reacted the question: "How are we going to have an agent to work intelligently", one of the answers was to realize that  intelligence in  individual humans is resulted by our brains. Neuro - scientists have told us that the brain is made up of architectures of networks of neurons. At the most essential level, neurons may be seen as methods which, when provided some input, will either fire or not fire, depending on the character of the input. The input to fix neurons arises from the senses, but in common, the input to a neuron is a set of outputs from other neurons. If the input to a neuron goes over a fix threshold, then the neuron will fire. In this way, one neuron firing will influence the firing of various other neurons, and information may be stored in terms of the thresholds set and the weight assigned by every neuron to every of its inputs.

Artificial Neural Networks (ANNs) are constructed to mimic the behavior of the brain. Some ANNs are built into hardware, but the wide majority are simulated in software, and we focus on these. It's important not to get the analogy too far, because there actually isn't much similarity between artificial and animal neural networks.  In  particular,  while  the  human  brain  is  predictable  to  contain  around 100,000,000,000 neurons, ANNs usually contain less than 1000 comparable units.

Moreover, the interconnection of neurons is much superior in normal systems. Also, the method in which ANNs store and manipulate information is a gross overview of the way in which networks of neurons work in normal systems.


Related Discussions:- Artificial neural networks - artificial intelligence

Define congestion, Define Congestion. Congestion: This is uneconomic ...

Define Congestion. Congestion: This is uneconomic to give sufficient equipment to carry all the traffic which could possibly be offered to a telecommunication system. Inside

Execution of micro-program, The micro-instruction cycle can comprises two b...

The micro-instruction cycle can comprises two basic cycles: the fetch and execute. Here in the fetch cycle address of micro-instruction is produced and this micro-instruction is pu

What is insertion point, A vertical flashing line that permits the user whe...

A vertical flashing line that permits the user where text will be inserted.

Functioning of registers, Functioning of registers: at any instance of time...

Functioning of registers: at any instance of time global registers and only one window of registers is visible and is addressable as if it were only set of registers. So for progra

Why floating point numbe process than integer, Why floating point number mo...

Why floating point number more difficult to represent and process than integer? In floating point numbers we have to show any number in three fields sign, exponent and mantissa

Write the truth table and simplify karnaugh map, For F = A.B.C + B.C.D ...

For F = A.B.C + B.C.D ‾ + A‾.B.C ,  write  the  truth  table and simplify using Karnaugh map . And. Simplification of Logic Function F = A B C + B C‾ D + A‾ B C. Therefore the

Explain host function, Explain Host function Host function: accepts nam...

Explain Host function Host function: accepts name of floating-point guest function with single floating-point argument as its first argument, evaluates this function at x (the

Routines which handle dynamic processes, Q. Routines which handle dynamic p...

Q. Routines which handle dynamic processes? number of routines which handle dynamic processes:  int pvm_joingroup( char *group ) Enrolls calling process in a na

Difference between char a[] = "string", What is the difference between char...

What is the difference between char a[] = "string"; and char *p = "string";? Ans) In the first case 6 bytes are assigned to the variable a which is fixed, where as in the secon

What is the importance of hierarchy of operators, Bring out the importance ...

Bring out the importance of hierarchy of operators?  The operators  within  C are grouped  hierarchically according to their precedence(i.e., order of evaluation). Operations w

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd