ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Artificial Intelligence  >>  AI Algorithms
 
 


 

 
 AI Algorithms interview questions  AI Algorithms Interview Questions
 AI Language Processing interview questions  AI Language Processing Interview Questions
 AI Knowledge Representation interview questions  AI Knowledge Representation Interview Questions
 AI Robotics interview questions  AI Robotics Interview Questions
 AI Recognition interview questions  AI Recognition Interview Questions
 AI Neural Networks interview questions  AI Neural Networks Interview Questions
 AI Fuzzy Logic interview questions  AI Fuzzy Logic Interview Questions
 AI Games interview questions  AI Games Interview Questions
 AI Languages interview questions  AI Languages Interview Questions
 AI Tools interview questions  AI Tools Interview Questions
 AI General interview questions  AI General Interview Questions
 AI AllOther interview questions  AI AllOther Interview Questions
Question
What is Back propagation in Neural Networks?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Back propagation in Neural Networks?
Answer
# 1
A back-propagation neural network is only practical in 
certain situations. Following are some guidelines on when 
you should use another approach: 

Can you write down a flow chart or a formula that 
accurately describes the problem? If so, then stick with a 
traditional programming method. 
Is there a simple piece of hardware or software that 
already does what you want? If so, then the development 
time for a NN might not be worth it. 
Do you want the functionality to "evolve" in a direction 
that is not pre-defined? If so, then consider using a 
Genetic Algorithm (that's another topic!). 
Do you have an easy way to generate a significant number of 
input/output examples of the desired behavior? If not, then 
you won't be able to train your NN to do anything. 
Is the problem is very "discrete"? Can the correct answer 
can be found in a look-up table of reasonable size? A look-
up table is much simpler and more accurate. 
Are precise numeric output values required? NN's are not 
good at giving precise numeric answers. 
Conversely, here are some situations where a BP NN might be 
a good idea: 

A large amount of input/output data is available, but 
you're not sure how to relate it to the output. 
The problem appears to have overwhelming complexity, but 
there is clearly a solution. 
It is easy to create a number of examples of the correct 
behavior. 
The solution to the problem may change over time, within 
the bounds of the given input and output parameters (i.e., 
today 2+2=4, but in the future we may find that 2+2=3.8). 
Outputs can be "fuzzy", or non-numeric. 
 
Is This Answer Correct ?    2 Yes 0 No
Rasmi Ranjan Das
 

 
 
 
Other AI Algorithms Interview Questions
 
  Question Asked @ Answers
 
What is Na?ve Bayes Algorithm?  1
What is Back propagation in Neural Networks?  1
 
For more AI Algorithms Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com