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
Show me the answer
Answer: 3. Statistical learning
Explanation:
Statistical learning is a set of tools in AI that uses statistical methods and functional analysis to analyze and interpret data.
It is widely used in machine learning for predictive modeling and data analysis.
352. Fuzzy logic is a form of ______.
Binary valued logic
Many valued logic
Two valued logic
No value logic
Show me the answer
Answer: 2. Many valued logic
Explanation:
Fuzzy logic is a form of many-valued logic that allows for intermediate values between true and false.
It is used to handle uncertainty and imprecision in decision-making.
353. Fuzzy logic can be implemented in ______.
Software
Hardware
Network
Both A and B
Show me the answer
Answer: 4. Both A and B
Explanation:
Fuzzy logic can be implemented in both software and hardware.
It is used in various applications, including control systems and decision-making processes.
354. Fuzzy logic can produce ______ output.
Only 1
2
3
4
Show me the answer
Answer: 2. 2
Explanation:
Fuzzy logic can produce two outputs: one for the degree of truth and another for the degree of falsity.
This allows for more nuanced decision-making compared to binary logic.
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
Show me the answer
Answer: 4. Both A and B
Explanation:
Mamdani Fuzzy Inference System and Takagi-Sugeno Fuzzy Model are two common methods used in fuzzy logic systems.
These methods are used to model complex systems with uncertainty.
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
Show me the answer
Answer: 1. Either 0 or 1, between 0 & 1
Explanation:
In traditional set theory, truth values are binary (either 0 or 1).
In fuzzy set theory, truth values can be any value between 0 and 1, representing degrees of truth.
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
Show me the answer
Answer: 1. Fuzzy Set
Explanation:
The term "cold" is a linguistic variable that can be represented using a fuzzy set.
Fuzzy sets allow for the representation of imprecise or vague concepts like "cold."
358. Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.
OR
NOT
AND
All of the mentioned
Show me the answer
Answer: 4. All of the mentioned
Explanation:
Fuzzy set theory defines operators like OR, NOT, and AND to handle fuzzy logic operations.
These operators are used to combine and manipulate fuzzy sets.
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
Show me the answer
Answer: 3. IF-THEN rules
Explanation:
Fuzzy logic is typically represented using IF-THEN rules.
These rules define the relationship between input and output variables in a fuzzy system.
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
Show me the answer
Answer: 2. Genetic Algorithm
Explanation:
A genetic algorithm is a search heuristic inspired by the process of natural selection and evolution.
It is used to solve optimization problems by mimicking biological evolution.
361. ______ involves five phases to solve the complex optimization problems.
Generation Algorithm
Genetic Algorithm
Search Algorithm
None of above
Show me the answer
Answer: 2. Genetic Algorithm
Explanation:
The genetic algorithm involves five phases: initialization, selection, crossover, mutation, and termination.
These phases are used to evolve solutions to complex optimization problems.
362. Fitness function is used to determine how ______ an individual is?
Fit
Weak
Tired
None of above
Show me the answer
Answer: 1. Fit
Explanation:
The fitness function in a genetic algorithm is used to evaluate how well an individual (solution) performs.
It determines the fitness or quality of the individual in the context of the problem.
363. This is one of the types of Selection methods available is ______.
Roulette wheel selection
Tournament selection
Rank-based selection
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
Roulette wheel selection, tournament selection, and rank-based selection are all methods used in genetic algorithms to select individuals for reproduction.
These methods help in choosing the fittest individuals for the next generation.
364. The operators involved in the reproduction phase are ______.
Mutation
Crossover
Genes
Both A and B
Show me the answer
Answer: 4. Both A and B
Explanation:
The reproduction phase in genetic algorithms involves mutation and crossover operators.
These operators are used to create new offspring from the selected individuals.
365. After the selection process; the creation of a child occurs in the ______ step.
Fitness Assignment
Reproduction
Termination
Initialization
Show me the answer
Answer: 2. Reproduction
Explanation:
After the selection process, the reproduction step involves creating new offspring (children) through crossover and mutation.
This step is crucial for generating the next generation of solutions.
366. Types of Crossover styles are ______.
One point crossover and Two-point crossover
Livery crossover
Inheritable Algorithms crossover
All of above
Show me the answer
Answer: 4. All of above
Explanation:
One-point crossover, two-point crossover, and other crossover styles are used in genetic algorithms to combine genetic material from parents.
These methods help in generating diverse offspring.
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
Show me the answer
Answer: 1. Mutation
Explanation:
The mutation operator introduces random changes in the offspring's genes to maintain genetic diversity.
This helps in exploring new solutions and avoiding premature convergence.
368. ______ is one of the types of mutation styles.
Flip bit mutation
Gaussian mutation
Exchange/Swap mutation
All of above
Show me the answer
Answer: 4. All of above
Explanation:
Flip bit mutation, Gaussian mutation, and exchange/swap mutation are all types of mutation styles used in genetic algorithms.
These methods introduce variability in the population.
369. ______ is a type of neural network which is based on a Feed-Forward strategy.
Artificial NN
Biological NN
Convolutional NN
None of above
Show me the answer
Answer: 1. Artificial NN
Explanation:
Artificial Neural Networks (ANN) are based on a feed-forward strategy, where information flows in one direction from input to output.
They are widely used in machine learning for tasks like classification and regression.
370. ______ is a structure that consists of Synapse, dendrites, cell body, and axon.
Artificial NN
Biological NN
Convolutional NN
None of above
Show me the answer
Answer: 2. Biological NN
Explanation:
Biological Neural Networks (BNN) consist of structures like synapses, dendrites, cell bodies, and axons.
These components are part of the human nervous system and are mimicked in artificial neural networks.
371. Artificial Neural Network (ANN) is ______.
Sequential and centralized
Non sequential and de-centralized
Parallel and distributed
Parallel and non-distributed
Show me the answer
Answer: 3. Parallel and distributed
Explanation:
Artificial Neural Networks (ANN) are parallel and distributed systems, meaning they process information simultaneously across multiple nodes.
This structure allows for efficient learning and computation.
372. Biological Neural Network (BNN) is ______
Sequential and centralized
Non sequential and de-centralized
Parallel and distributed
Parallel and non-distributed
Show me the answer
Answer: 3. Parallel and distributed
Explanation:
Biological Neural Networks (BNN) are parallel and distributed, meaning they process information simultaneously across multiple neurons.
This structure allows for efficient information processing in the brain.
[\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
Show me the answer
Answer: 1. McCulloch-pitts neuron
Explanation:
The diagram represents a McCulloch-Pitts neuron, which is a simple model of a biological neuron.
It takes binary inputs and produces a binary output based on a threshold function.
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
Show me the answer
Answer: 2. Excitatory and Inhibitory
Explanation:
The McCulloch-Pitts neuron has two types of inputs: excitatory (which increase the neuron's activation) and inhibitory (which decrease the neuron's activation).
These inputs determine whether the neuron fires or not.
375. The excitatory inputs have weights of ______ magnitude and the inhibitory weights have weights of ______ magnitude.
Positive, Negative
Negative, Negative
Negative, Negative
Positive, Positive
Show me the answer
Answer: 1. Positive, Negative
Explanation:
In the McCulloch-Pitts neuron, excitatory inputs have positive weights, while inhibitory inputs have negative weights.
This determines the effect of each input on the neuron's activation.
376. The inputs of the McCulloch-Pitts neuron could be either ______ or ______
0 or -1
0 or 1
0 or infinity
0 or 2
Show me the answer
Answer: 2. 0 or 1
Explanation:
The inputs to a McCulloch-Pitts neuron are binary, meaning they can only be 0 or 1.
This simplicity makes the model easy to analyze and understand.
377. Artificial Neural system are called ______
Neural networks and neurocomputers
Parallel distributed processors
Connectionists system
All of above
Show me the answer
Answer: 4. All of above
Explanation:
Artificial Neural Systems are referred to as neural networks, neurocomputers, parallel distributed processors, and connectionist systems.
These terms highlight different aspects of how neural networks function.
378. An artificial neuron is designed to mimic the first-order characteristics of a ______
Physiological neuron
Geological neuron
Biological neuron
None of above
Show me the answer
Answer: 3. Biological neuron
Explanation:
An artificial neuron is designed to mimic the behavior of a biological neuron, which is the basic unit of the nervous system.
It captures the first-order characteristics of how biological neurons process information.
379. Processing of ANN depends upon ______
Network Topology
Adjustments of Weights or Learning
Activation Functions
All of above
Show me the answer
Answer: 4. All of above
Explanation:
The processing of an Artificial Neural Network (ANN) depends on network topology, weight adjustments, and activation functions.
These factors determine how the network learns and processes information.
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
Show me the answer
Answer: 1. Nodes and connecting lines
Explanation:
Network topology in neural networks refers to the arrangement of nodes (neurons) and connecting lines (synapses).
This structure defines how information flows through the network.
381. According to the topology, ANN can be classified as ______
Feed forward Network
Feed backward Network
Both Feed forward and Backward Network
None
Show me the answer
Answer: 3. Both Feed forward and Backward Network
Explanation:
Artificial Neural Networks (ANN) can be classified as feedforward networks (information flows in one direction) and feedback networks (information flows in loops).
Both types are used in different applications.
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
Show me the answer
Answer: 1. Feed forward Network
Explanation:
A feedforward network is a non-recurrent network where nodes are organized in layers, and each layer is connected to the previous one.
Information flows in one direction, from input to output.
383. Feed-forward network can be divided into ______
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
Both A and B
Show me the answer
Answer: 4. Both A and B
Explanation:
Feedforward networks can be divided into single-layer and multi-layer networks.
Single-layer networks have one layer of nodes, while multi-layer networks have multiple layers.
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
Show me the answer
Answer: 1. Single-layer feed forward
Explanation:
A single-layer feedforward network has only one weighted layer of nodes.
This type of network is simpler but less powerful than multi-layer networks.
385. Identify which Neural Network Topology is this?
Inputs
Outputs
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
None
Show me the answer
Answer: 1. Single-layer feed forward
Explanation:
The described topology has only inputs and outputs, indicating a single-layer feedforward network.
This is the simplest form of a neural network.
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
Show me the answer
Answer: 2. Multi-layer feed forward
Explanation:
A multi-layer feedforward network has more than one weighted layer of nodes.
These networks are more powerful and capable of learning complex patterns.
387. Identify which Neural network topology is this?
Inputs
Hidden
Outputs
Single-layer feed forward
Multi-layer feed forward
No-layer feed forward
None
Show me the answer
Answer: 2. Multi-layer feed forward
Explanation:
The described topology includes inputs, hidden layers, and outputs, indicating a multi-layer feedforward network.
Hidden layers allow the network to learn more complex relationships.
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
Show me the answer
Answer: 2. Feedback/Feed backward Network
Explanation:
A feedback/feed backward network has loops that allow signals to flow in both directions.
This type of network is used in applications like recurrent neural networks (RNNs).
389. Feedback/ Feed backward network can be divided into ______
Recurrent Network
Fully recurrent Network
Jordan Network
None
Show me the answer
Answer: 1. Recurrent Network
Explanation:
Feedback/feed backward networks can be divided into recurrent networks, where connections form cycles.
These networks are used for tasks involving sequential data, such as time series prediction.
390. Identify which Neural network topology is this?
Input layer
Hidden layer
Output layer
Feed-forward
Feedback
Linear
None of above
Show me the answer
Answer: 2. Feedback
Explanation:
The described topology includes input, hidden, and output layers, with feedback loops, indicating a feedback network.
Feedback networks are used in applications like recurrent neural networks (RNNs).
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
Show me the answer
Answer: 1. Fully recurrent
Explanation:
In a fully recurrent network, all nodes are connected to all other nodes, and each node can act as both input and output.
This architecture is used in complex tasks like sequence modeling.
392. Identify which Neural network topology is this?
Input layer
Hidden layer
Output layer
Jordan
McClutch
Fully recurrent
None of above
Show me the answer
Answer: 3. Fully recurrent
Explanation:
The described topology includes input, hidden, and output layers, with all nodes connected to each other, indicating a fully recurrent network.
This architecture is used in tasks requiring memory and sequential processing.
393. Identify which Neural network topology is this?
Jordan
McClutch
Fully recurrent
None of above
Show me the answer
Answer: 1. Jordan
Explanation:
The described topology is a Jordan network, which is a type of recurrent neural network with feedback connections from the output layer to the hidden layer.
It is used in tasks involving sequential data.
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
Show me the answer
Answer: 2. Activation function
Explanation:
The activation function in a neural network determines the output of a neuron based on its input.
It introduces non-linearity, allowing the network to learn complex patterns.
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
Show me the answer
Answer: 2. Range and curves
Explanation:
Non-linear activation functions are categorized based on their range (output values) and curves (shape of the function).
Examples include sigmoid, tanh, and ReLU functions.
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
Show me the answer
Answer: 4. 0 to 1
Explanation:
The sigmoid function outputs values between 0 and 1, making it useful for binary classification tasks.
It is also differentiable, which is important for backpropagation in neural networks.
397. The range of the tanh function is from ______.
0 to 2
-1 to 1
-1 to 0
0 to 1
Show me the answer
Answer: 2. -1 to 1
Explanation:
The tanh function outputs values between -1 and 1, making it useful for tasks where the output needs to be centered around zero.
It is also differentiable, like the sigmoid function.
398. The range of the Re-Lu function is from ______.
0 to infinity
-1 to 1
Infinity to 0
0 to 1
Show me the answer
Answer: 1. 0 to infinity
Explanation:
The ReLU (Rectified Linear Unit) function outputs values from 0 to infinity, making it computationally efficient and widely used in deep learning.
It helps mitigate the vanishing gradient problem.
399. The range of the Leaky Re-Lu function is from ______.
0 to infinity
-1 to 1
-infinity to infinity
0 to 1
Show me the answer
Answer: 3. -infinity to infinity
Explanation:
The Leaky ReLU function outputs values from -infinity to infinity, allowing for small negative outputs when the input is negative.
This helps address the "dying ReLU" problem.
400. The Neural Network architecture is made of individual units called ______ that mimic the biological behavior of the brain.
Nerves
Neurons
Genes
Chromosomes
Show me the answer
Answer: 2. Neurons
Explanation:
The basic units of a Neural Network are called neurons, which mimic the behavior of biological neurons in the brain.
These neurons are connected in layers to form the network.