From the course: Choosing the Right ML Approach for Your Business Case with ISO/IEC 25053:2022

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

ML model (Clause 6.3)

ML model (Clause 6.3)

- Without a blueprint, a building couldn't be built in a predictable way that represents the intended function. The machine learning model is the blueprint for the building of artificial intelligence. In machine learning, a model is the mathematical representation of a system, process, or concept designed to make predictions or inferences about data. It acts as a blueprint for understanding relationships within data and is used to generalize from examples to predict new outcomes. Models learn patterns from data during the training process and apply these patterns to make decisions on unseen data. They are the core of any machine learning or artificial intelligence system. Let's review the primary components that make up the machine learning process. The first is input data. This would contain the features or variables that are fed into the model. This can be structured as in numerical or a categorical or unstructured, as in images, text and audio. The algorithm is the method used by…

Contents