t-SNE means t-distribution Stochastic Neighborhood Embedding
Experiment →uncertain situations, which could have multiple outcomes. A coin toss is an experiment.
Outcome → result of a single trial. So, if head lands, the outcome of coin toss experiment is “Heads”
Event → one or more outcomes from an experiment. “Tails” is one of the possible events for this experiment.
Chance of something happening, but in the academic term “likelihood of an event or sequence of events occurring”. for example
Probability of an event occurring given that another event has already occurred. for example
Measure of Central Tendency
Mean → Average of a set of data points.
Median → Middle element of data points which is sorted in ascending order.
Mode → particular data point which appeared maximum number of times from a set of data points.
Standard Deviation (SD) → Average distance between mean and each data points.
Variance → Measure of how far each value in the data set is from the mean (Square of SD).
Range → Maximum value minus Minimum value from a set of data points.
Percentile → Representation of position of a value in…