The session introduces learners to what machine learning is, the types of machine learning, the mathematics needed to get there, and what next if one wants to embark on that journey
Community Builder for 3 years • Explore ML Facilitator with Crowdsource by Google for 2 years • Consultant at The Innovation Village • Google Dev Library Author Profile Interests Experience • Research in TinyML, TTS & LLM
a subfield of artificial intelligence (AI) that enables computers to learn from data to make predictions and identify patterns. Computers traditionally rely on explicit programming. Machine learning is programming computers to optimize a performance criterion using example data or past experience Machine learning algorithms can be divided into two main categories: supervised and unsupervised learning.
training data includes labeled examples. The algorithm attempts to find the relationship between the input features (independent variables) and the output (dependent variable), which is known as the "ground truth". Once the relationship has been learned, the algorithm can use this knowledge to make predictions on new, unseen data. Common examples of supervised learning include classification (determining the class of an object based on its features) and regression (predicting a continuous value).
training data is unlabeled. The algorithm must identify patterns and structure in the data on its own. Common examples of unsupervised learning include clustering (grouping similar data points) and dimensionality reduction (reducing the number of features in the data).
Function, Gradient Descent, Higher Order Derivatives Taylor Series Maxima and Minima, Absolute Minima and Maxima Unconstrained Multivariate Optimization Calculus for ML