1.
An associative network is
Correct Answer
B. A neural network that contains feedback
Explanation
An associative network is a neural network that contains feedback. Feedback refers to the ability of the network to send information back to previous layers or nodes, allowing for the network to learn and adjust its weights based on previous outputs. This feedback loop enables the network to improve its performance over time by continuously adjusting its connections and optimizing its predictions. Therefore, an associative network is characterized by its ability to incorporate feedback mechanisms within its structure.
2.
What are the 2 types of learning
Correct Answer
B. Supervised and unsupervised
Explanation
The correct answer is supervised and unsupervised. In supervised learning, the model is trained using labeled data, where the input and output pairs are provided. The model learns to make predictions based on this labeled data. In unsupervised learning, the model is trained on unlabeled data, and it learns to find patterns and relationships within the data without any specific guidance. These two types of learning are commonly used in machine learning and artificial intelligence algorithms.
3.
Neural Computing ____________
Correct Answer
C. Both (1) and (2)
Explanation
Neural computing refers to a branch of computer science that aims to create artificial neural networks that can mimic the functioning of the human brain. It involves developing algorithms and models that can process and interpret information in a way similar to how the human brain does. This approach combines the principles of neuroscience and computer science to create intelligent systems that can learn, adapt, and make decisions based on the data they receive. Therefore, the correct answer is "Both (1) and (2)" as neural computing involves both mimicking the human brain and adopting the information processing paradigm.
4.
Fuzzy Computing ______________
Correct Answer
D. All of the above
Explanation
Fuzzy Computing deals with information that is vague, imprecise, uncertain, ambiguous, inexact, or probabilistic. It does not rely on 2 valued logic and instead mimics human behavior. Therefore, the correct answer is "All of the above" as all the statements mentioned are true about Fuzzy Computing.
5.
Genetic Algorithm is a part of___________
Correct Answer
D. All of the above
Explanation
The correct answer is "All of the above". Genetic Algorithm is a part of Evolutionary Computing, as it is inspired by Darwin's theory about evolution - "survival of the fittest". It is an adaptive heuristic search algorithm based on the evolutionary ideas of natural selection and genetics. Therefore, all the given options accurately describe the relationship between Genetic Algorithm and Evolutionary Computing.
6.
Genetic algorithms are heuristic methods that do not guarantee an optimal solution to a problem
Correct Answer
A.
True
Explanation
Genetic algorithms are heuristic methods, which means they are based on trial and error and do not guarantee finding the optimal solution to a problem. They work by simulating the process of natural selection and evolution to search for a good solution, but there is no guarantee that the best possible solution will be found. Therefore, the statement that genetic algorithms do not guarantee an optimal solution is true.
7.
Conventional Artificial Intelligence is different from soft computing in the sense________
Correct Answer
D. None of the above
8.
Artificial neural network used for___________
Correct Answer
D. All of these
Explanation
Artificial neural networks are versatile computational models inspired by the human brain. They are used for various tasks such as pattern recognition, classification, and clustering. In pattern recognition, neural networks are trained to identify and categorize patterns in data. Classification involves assigning data into predefined categories based on their features. Clustering, on the other hand, groups similar data points together based on their inherent characteristics. Therefore, artificial neural networks can be utilized for all of these tasks, making the answer "All of these" correct.
9.
Japanese were the first to utilize fuzzy logic practically on high-speed trains in Sendai.
Correct Answer
A. True
Explanation
The statement is true because the Japanese were indeed the first to practically utilize fuzzy logic on high-speed trains in Sendai. Fuzzy logic is a mathematical approach that allows for approximate reasoning and decision-making based on imprecise or uncertain data. The Japanese implemented this technology on their high-speed trains in Sendai, which helped improve their efficiency and safety by allowing for more flexible control systems that could adapt to varying conditions. This pioneering use of fuzzy logic in the transportation sector showcases Japan's technological advancements and innovation.
10.
Fuzzy logic is usually represented as
Correct Answer
B. IF-THEN rules
Explanation
Fuzzy set theory defines fuzzy operators on fuzzy sets. The problem in applying this is that the appropriate fuzzy operator may not be known. For this reason, fuzzy logic usually uses IF-THEN rules, or constructs that are equivalent, such as fuzzy associative matrices.
Rules are usually expressed in the form:
IF variable IS property THEN action