set-8
351. ______ is Artificial Intelligence is a set of tools for machine learning that uses statistics and functional analysis.
Hebbian learning
Bayesian learning
Statistical learning
Supervised learning
352. Fuzzy logic is a form of ______.
Binary valued logic
Many valued logic
Two valued logic
No value logic
353. Fuzzy logic can be implemented in ______.
Software
Hardware
Network
Both A and B
354. Fuzzy logic can produce ______ output.
Only 1
2
3
4
355. ______ are the methods of Fuzzy interface system.
Mamdani Fuzzy Inference System
Takagi-Sugeno Fuzzy Model (TS Method)
Ricart-Aagrawala Model
Both A and B
356. The truth values of traditional set theory is ______ and that of fuzzy set is ______.
Either 0 or 1, between 0 & 1
Between 0 & 1, only 1
Between 0 & 1, only 0
Either 0 or 1, either 0 or 1
357. The store temperature is cold. Here the cold (use of linguistic variable is used) can be represented by ______.
Fuzzy Set
Crisp Set
Fuzzy & Crisp Set
Variable Set
358. Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.
OR
NOT
AND
All of the mentioned
359. Fuzzy logic is usually represented as ______.
IF-THEN-ELSE rules
IF-ELSE-IF rules
IF-THEN rules
Both IF-THEN-ELSE rules & IF-THEN rules
360. A ______ is a search heuristic that is inspired by Charles Darwin’s theory of natural evolution.
Generation Algorithm
Genetic Algorithm
Search Algorithm
None of above
361. ______ involves five phases to solve the complex optimization problems.
Generation Algorithm
Genetic Algorithm
Search Algorithm
None of above
362. Fitness function is used to determine how ______ an individual is?
Fit
Weak
Tired
None of above
363. This is one of the types of Selection methods available is ______.
Roulette wheel selection
Tournament selection
Rank-based selection
All of the above
364. The operators involved in the reproduction phase are ______.
Mutation
Crossover
Genes
Both A and B
365. After the selection process; the creation of a child occurs in the ______ step.
Fitness Assignment
Reproduction
Termination
Initialization
366. Types of Crossover styles are ______.
One point crossover and Two-point crossover
Livery crossover
Inheritable Algorithms crossover
All of above
367. The ______ operator inserts random genes in the offspring (new child) to maintain the diversity in the population which can be done by flipping some bits in the chromosomes.
Mutation
Crossover
Genes
Allele
368. ______ is one of the types of mutation styles.
Flip bit mutation
Gaussian mutation
Exchange/Swap mutation
All of above
369. ______ is a type of neural network which is based on a Feed-Forward strategy.
Artificial NN
Biological NN
Convolutional NN
None of above
370. ______ is a structure that consists of Synapse, dendrites, cell body, and axon.
Artificial NN
Biological NN
Convolutional NN
None of above
371. Artificial Neural Network (ANN) is ______.
Sequential and centralized
Non sequential and de-centralized
Parallel and distributed
Parallel and non-distributed
372. Biological Neural Network (BNN) is ______
Sequential and centralized
Non sequential and de-centralized
Parallel and distributed
Parallel and non-distributed
373. Which NN is this?
[x_1 \quad x_2 \quad x_3 \quad \cdots \quad x_n \in {0, 1}]
[\begin{array}{c} \text{if} \ f \rightarrow y \in {0, 1} \end{array}]
McCulloch-pitts neuron
Minsky and Papert neuron
Both A and B
None of Above
374. The McCulloch-Pitts neural model, which was the earliest ANN model, has only two types of inputs ______
Extraordinary and inhabitation
Excitatory and Inhibitory
Extraordinary and Inhibitory
Excitatory and Inhabitation
375. The excitatory inputs have weights of ______ magnitude and the inhibitory weights have weights of ______ magnitude.
Positive, Negative
Negative, Negative
Negative, Negative
Positive, Positive
376. The inputs of the McCulloch-Pitts neuron could be either ______ or ______
0 or -1
0 or 1
0 or infinity
0 or 2
377. Artificial Neural system are called ______
Neural networks and neurocomputers
Parallel distributed processors
Connectionists system
All of above
378. An artificial neuron is designed to mimic the first-order characteristics of a ______
Physiological neuron
Geological neuron
Biological neuron
None of above
379. Processing of ANN depends upon ______
Network Topology
Adjustments of Weights or Learning
Activation Functions
All of above
380. A network topology in neural network is the arrangement of a network along with its ______
Nodes and connecting lines
Lines and curves
Graphs and vectors
Symbols and functions
381. According to the topology, ANN can be classified as ______
Feed forward Network
Feed backward Network
Both Feed forward and Backward Network
None
382. ______ is a non-recurrent network having processing units/nodes in layers and all the nodes in a layer are connected with the nodes of the previous layers.
Feed forward Network
Feed backward Network
Both Feed forward and Backward Network
None
383. Feed-forward network can be divided into ______
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
Both A and B
384. The concept is of ______ ANN having only one weighted layer.
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
Both A and B
385. Identify which Neural Network Topology is this?
Inputs
Outputs
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
None
386. The concept is of ______ ANN having more than one weighted layer.
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
None
387. Identify which Neural network topology is this?
Inputs
Hidden
Outputs
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
None
388. ______ network has feedback paths, which means the signal can flow in both directions using loops.
Feed forward Network
Feedback/Feed backward Network
Both Feed forward and Backward Network
None
389. Feedback/ Feed backward network can be divided into ______
Recurrent Network
Fully recurrent Network
Jordan Network
None
390. Identify which Neural network topology is this?
Input layer
Hidden layer
Output layer
Feed-forward
Feedback
Linear
None of above
391. ______ neural network architecture because all nodes are connected to all other nodes and each node works as both input and output.
Fully recurrent
Jordan
McClutch
None of above
392. Identify which Neural network topology is this?
Input layer
Hidden layer
Output layer
Jordan
McClutch
Fully recurrent
None of above
393. Identify which Neural network topology is this?
Jordan
McClutch
Fully recurrent
None of above
394. ______ is defined as the extra force or effort applied over the input to obtain an exact output.
Deactivation function
Activation function
Parallel function
Distributed function
395. Non-linear activation function can be divided on the basis of their ______.
Signs and ranges
Range and curves
Range and symbols
Symbols and curves
396. The main reason why we use sigmoid function is because it exists between ______.
0 to 2
-1 to 1
-1 to 0
0 to 1
397. The range of the tanh function is from ______.
0 to 2
-1 to 1
-1 to 0
0 to 1
398. The range of the Re-Lu function is from ______.
0 to infinity
-1 to 1
Infinity to 0
0 to 1
399. The range of the Leaky Re-Lu function is from ______.
0 to infinity
-1 to 1
-infinity to infinity
0 to 1
400. The Neural Network architecture is made of individual units called ______ that mimic the biological behavior of the brain.
Nerves
Neurons
Genes
Chromosomes
Last updated