Appropriate problems for ann learning , Computer Engineering

Assignment Help:

Appropriate Problems for ANN learning - artificial intelligence- 

As we did for decision trees, it is essential to know when ANNs are the correct representation scheme for the task. The following are some characteristics of learning tasks for which artificial neural networks are a suitable representation:

1.   The concept (target function) to be learned may be characterized in terms of a real-valued function. There is some translation from the training examples to a set of real numbers and the output from the function is real-valued or (if a categorization) may be mapped to a set of real values. It is essential to remember that ANNs are only giant mathematical functions, so the data they play around with are numbers, rather than logical expressions, etc. it can sound restricted, but several learning problems may be expressed in a way that ANNs can deal with them, especially as real numbers contain Booleans (true and false mapped to +1 and -1), integers, and vectors of these data types may also be used.

2. Long training times are acceptable. Generally neural networks take a longer time to train

Then,  for instance, decision trees. Various factors, including the number of training examples, the value selected for the learning rate and the architecture of the network, have an effect on the time required to train a network. Training times may be varying from a few minutes to many hours.

3. It is not vitally essential that humans be able to understand accurately how the learned network carries out categorizations. As we look above, ANNs are black boxes and it is hard for us to get a handle on what its calculations are doing.

4. When using for the definite purpose it was learned for, the evaluation of the target

function needs to be fast. While it can take a long time to learn a network to, for example, decide whether a vehicle is a bus, car or tank, once the ANN has been learned, by using it for the categorization task is usually very fast. This can be very essential: if the network was to be used in a clash situation, then a quick decision regarding whether the object moving hurriedly towards it is a bus, tank, car or old lady could be vital.

In addition, in the training data neural network learning is quite robust to errors, because it is not trying to learn exact rules for job, but rather to minimize an error function.


Related Discussions:- Appropriate problems for ann learning

Show division and multiplication operation, Q. Show Division and multiplica...

Q. Show Division and multiplication operation? These operations can be represented as x + y = (N x   × 2 Ex-Ey + N y ) × 2 Ey and x-y = (N x × 2 Ex-Ey -N y ) × 2 Ey

Describe briefly how firewalls prevent network, Describe briefly how firewa...

Describe briefly how firewalls prevent network. A firewall is only a program or hardware device which filters the information coming via the Internet connection within your pr

Subtract the numbers using 2's complements, Subtract -27 from 68 using 2's ...

Subtract -27 from 68 using 2's complements. Ans. By using 2's complement 68-(-27)= 68-(-27) 2's complement representation of 68 = 01000100(64+4) 2's complement representatio

Which type of web document is run at the client site, Which type of web doc...

Which type of web document is run at the client site? Active web document is a type of web document is run at client side.

What do you mean by segment numbers, Q. What do you mean by Segment numbers...

Q. What do you mean by Segment numbers? There is a good reason for not leaving determination of segment numbers up to assembler. It permits programs written in 8086 assembly

C++, explain parallel database system

explain parallel database system

How the at-user command serves mainly in lists, How the at-user command ser...

How the at-user command serves mainly in lists? The AT USER-COMMAND event serves mostly to handle own function codes.  In this case, you should make an individual interface wit

Balanced trees and their operations, what is ment by avl tree n insertion n...

what is ment by avl tree n insertion n deletion ,2-3 tress insertion n deletion

Explain the message passing interface, Q. Explain the Message Passing Inter...

Q. Explain the Message Passing Interface? The Message Passing Interface (MPI) is a universal benchmark for providing communication among multiple simultaneous processes on a di

Write a recursive algorithm, Write a recursive algorithm to count the numbe...

Write a recursive algorithm to count the number of right children in a binary search tree. Write the method levelCount whose header is given below. Method levelCount returns

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