Machine Learning 101

Machine Learning 101

Machine Learning: The fundamental idea of machine learning is to use data from past observations to predict unknown outcomes or values.

ML Model: A machine learning model is a software application that encapsulates a?function?to calculate an output value based on input values.?

Model Training: The process of defining function is known as?Model Training.

Inferencing: When we use this function to predict new values based on our new input, it’s called?inferencing

Feature: To train the model, we provide our past observation data, providing its attribute of the thing being observed (example for animal, it’s no of legs[x1], height[x2], length[x3] etc).

Label: ??This is known value of the thing we want to train a model to predict?(example: based on legs[x1], height[x2] , length[x3] etc we want our model to predict is it mammal[y2] or reptile[y2] )

Algorithm: ?Applied to data, to determine a relationship between the features [x1, x2, x3] and the label[y], to generalize that relationship as a calculation that can be performed on?x?to calculate?y. basically try to?fit?a function to the data, in which the values of the features can be used to calculate the label.

Vector: An observation consists of multiple feature values, so?x?is actually an array with multiple values), like,?[x1,x2,x3.], it’s called vector and hence we need vector database to store it.

The result of the algorithm is a?model?that encapsulates the calculation derived by the algorithm as a?function(f)

So, training the model in mathematical notation is nothing but y = f(x)

Once the training?phase is complete, the trained model can be used for?inferencing.

And the model is essentially a software program that encapsulates the function produced by the training process.?

?Machine Learning Type

Supervised ML: Algorithm in which the training data includes both?feature?values and known?label?values. Supervised machine learning is used to train models by determining a relationship between the features and labels in past observations, so that unknown labels can be predicted for features in future cases.

Further divided into Regression (numeric value) & classification(categorization)

Unsupervised ML: It involves training models using data that consists only of?feature?values without any known label and its algorithms determine relationships between the features of the observations in the training data.

Clustering is example of Unsupervised ML.


to be continued......

Great insight! To turbocharge growth, consider incorporating A/B/C/D/E/F/G testing for broader insights, and don't shy away from leveraging predictive analytics to foresee audience trends.

回复

要查看或添加评论,请登录

Mukesh Verma的更多文章

  • Anatomy of Agentic System

    Anatomy of Agentic System

    Agentic architectures are built upon one or more agents with memory and access to external tools. Agent: An autonomous…

  • Unleashing Agent: MI Agent vs AI Agent..

    Unleashing Agent: MI Agent vs AI Agent..

    The Mission Brief James Bond is given a mission by MI 6, complete with a dossier, high-tech gadgets, and a license to…

    1 条评论
  • It Takes Two to Tango : SIEM & SOAR

    It Takes Two to Tango : SIEM & SOAR

    Security Orchestration, Automation, and Response (SOAR) and Security Information and Event Management (SIEM) tools both…

  • API Security

    API Security

    According to recent cybersecurity report from an expert institution on subject matter, India tops the list of most…

    1 条评论
  • Crown Jewel Analysis

    Crown Jewel Analysis

    What Is a Crown Jewel in Cyber Security? An organization’s most valuable assets, resources, or data are its crown…

  • Zero Trust Architecture & Model

    Zero Trust Architecture & Model

    What Is Zero Trust Architecture? The concept of zero trust architecture (ZTA) is that implicit trust should never be…

    1 条评论
  • Data is New Oil, Need to Refine & Process

    Data is New Oil, Need to Refine & Process

    Output from any AI/ML process is as good as the data we feed. Data needs to be cleaned so analysts can mine accurate…

  • Understanding Model Evaluation Metrics: Accuracy, Precision, Recall and F1 Score

    Understanding Model Evaluation Metrics: Accuracy, Precision, Recall and F1 Score

    Confusion Matrix: A table used to visualize the performance of a classification model. Confusion Matrix True…

  • Kubernetes Fundamental Security

    Kubernetes Fundamental Security

    As depicted in above diagram we have basically 4 entry point in overall K8S surface attack Access via Kubernetes API…

  • Istio ,what a mesh...

    Istio ,what a mesh...

    It seems, everything is falling into place somehow for software development and digitisation of world, or i would say…

社区洞察

其他会员也浏览了