Essential Maths Concepts for ML – Part 1
Let's discuss some terms and their definitions related to statistics and probability. It will help us in brushing our concepts of probability which are essential for machine learning algorithms Definition of Probability Probability is a numerical measurement which indicates the chances of occurrence of an event, say A. It is denoted by P(A). It is the ratio of favorable outcomes of an event A say m to the total outcomes of the experiment say n. P(A) = m/n where m represents the number of favorable outcomes of an event A and n is the total number of outcomes of the experiment. Let's understand the experiment term in more details now. An operation that results in a definite outcome is called an experiment E.g. Tossing a coin is an experiment as it can have two outcomes either Head or Tail and it is definite in number. Throwing a fair dice is an experiment as it can have only 6 outcomes which is definite in number. Random Experiment When the outcome of an ex...