Original Reddit post

Hello folks, to this Introductory Machine Learning Bootcamp (2/22) series. Supervised learning is a very recurring word in ML domain. Here, we learn some sort of function mapping from inputs to outputs. Another recurring word is Classification, where the output space is a set of some finite unordered and mutually exclusive labels known as classes. The tabular dataset is often represented as a Design matrix, and a simple example of it is an Iris dataset, as to how input data is represented for tabular case in Machine Learning. Sometimes the data is of variable size, instead of fixed size feature vectors, so for ease of computation in computer, we often convert it to a fixed-size feature representation, called as “Featurization”. In this video, I breakdown these concepts. Link: https://youtu.be/GJRhl6XnImg submitted by /u/Negative_War_65

Originally posted by u/Negative_War_65 on r/ArtificialInteligence