Short - Ques - Answers FML
Short - Ques - Answers FML
Short - Ques - Answers FML
Learning Programming
Learning refers to the process of acquiring Programming, on the other hand, is the
knowledge, skills, or understanding through process of creating a set of instructions or
study, experience, or teaching. code that a computer can execute to perform
specific tasks.
It involves gathering information, processing It involves writing algorithms, coding, and
it, and gaining insights. developing software applications.
Learning is focused on gaining knowledge Programming is focused on solving
and understanding a particular subject or problems and creating software solutions
topic. using programming languages.
It can encompass various domains such as It involves logical thinking, problem-solving
academic subjects, practical skills, skills, and attention to detail.
languages, etc.
Unit 2:
1. State perceptron training rule.
The perceptron training rule is a simple algorithm used to train a perceptron, a type of
artificial neural network. The perceptron training rule adjusts the weights and bias to
minimize the error between the perceptron's output and the desired output, allowing it to
learn and make accurate predictions.
4. Define Variance.
Variance is the measure of spread in data from its mean position. In machine learning
variance is the amount by which the performance of a predictive model changes when it
is trained on different subsets of the training data.
Variance= E[(Y-E[Y])^2]
5. What is sample error?
Sample error is the difference between the results obtained from a sample and the true
value that would be obtained if the entire population were measured.
6. What is the inductive bias of Candidate Elimination algorithm?
The inductive bias of the Candidate Elimination algorithm is to prefer the most specific
hypothesis consistent with the training data while still allowing for a potential
generalization to new, unseen examples.
1. Data Quality
2. Feature Selection
3. Model Complexity
4. Training Data Size
5. Computational Resources
6. Noise and Outliers
7. Algorithm Selection
Variance:
Calculate the expected value of the random variable.
Subtract the expected value from each possible outcome, square the differences.
Multiply each squared difference by its corresponding probability.
Sum up all the products obtained in the previous step.
Unit 3:
1. State Bayes theorem.
Bayes' theorem is a fundamental principle in machine learning that describes the
relationship between conditional probabilities. In a concise form, Bayes' theorem
states:
P(A|B) = (P(B|A) * P(A)) / P(B)
Here, P(A|B) represents the probability of event A occurring given that event B has
already occurred. P(B|A) is the probability of event B occurring given that event A
has already occurred. P(A) and P(B) are the probabilities of events A and B occurring
independently of each other.
Unit 5:
1. Define analytical learning.
Analytical learning, also known as analytical modeling or analytical machine learning,
refers to a type of learning approach that focuses on deriving insights and making
predictions from data through the application of statistical and mathematical models. It
involves analyzing the available data, identifying patterns, and building mathematical
models to understand relationships and make predictions or decisions.
5. Define SOAR.
SOAR, which stands for "State, Operator, And Result," is a cognitive architecture and
problem-solving framework designed to model human intelligence and decision-making
processes. It combines aspects of rule-based systems, artificial intelligence, and cognitive
psychology. SOAR represents knowledge in the form of rules and employs a production
system to guide its problem-solving and decision-making activities.