Neural Networks - 2 Online Exam Quiz

Neural Networks - 2 GK Quiz. Question and Answers related to Neural Networks - 2. MCQ (Multiple Choice Questions with answers about Neural Networks - 2

___ is/are the well known Expert System/s for medical diagnosis systems.

Options

A : MYSIN

B : CADUCEUS

C : DENDRAL

D : SMH.PAL

View Answer

A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.

Options

A : TRUE

B : FALSE

C : Sometimes ? it can also output intermediate values as well

D : Can't say

View Answer

Autonomous Question/Answering systems are __

Options

A : Expert Systems

B : Rule Based Expert Systems

C : Decision Tree Based Systems

D : All of the mentioned

View Answer

Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results.

Options

A : True ? this works always, and these multiple perceptrons learn to classify even complex problems

B : False ? perceptrons are mathematically incapable of solving linearly inseparable functions, no matter what you do

C : True ? perceptrons can do this but are unable to learn to do it ? they have to be explicitly hand-coded

D : False ? just having a single perceptron is enough

View Answer

The network that involves backward links from output to the input and hidden layers is called ___

Options

A : Self organizing maps

B : Perceptrons

C : Recurrent neural network

D : Multi layered perceptron

View Answer

There are primarily two modes for an inference engine: forward chaining and backward chaining.

Options

A : TRUE

B : FALSE

C : -

D : -

View Answer

What are the main components of the expert systems?

Options

A : Inference Engine

B : Knowledge Base

C : Inference Engine & Knowledge Base

D : None of the mentioned

View Answer

What is the name of the function in the following statement ?A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0??

Options

A : Step function

B : Heaviside function

C : Logistic function

D : Perceptron function

View Answer

Which of the following are the applications of Expert systems?

Options

A : Disease Diagnosis

B : Planning and Scheduling

C : Decision making

D : All of the mentioned

View Answer

Which of the following is an application of NN (Neural Network)?

Options

A : Sales forecasting

B : Data validation

C : Risk management

D : All of the mentioned

View Answer

Constraints Satisfaction Problems more Online Exam Quiz

Learning - 3

LISP Programming - 2

LISP Programming - 3

Local Search Problems and Optimization Problems

Natural Language Processing - 2

Robotics - 2

Rule Based System - 2

Semantic Net - 2

Ambiguous Grammar

Applications - Parsers