AI 900 - 2 - The depths of machine learning
Introduction
We started our journey getting a hang of the basics related to AI, Responsible AI and Machine learning. You hear the buzz words Large Language Models (LLM's) all the time? Lets explore how they came into existance in this blog!
Type of Machine Learning
There are 2 types of machine learning based on the training data included to train the algorithm.
Some examples of different types of machine learning below:
Deep Learning
Deep learning is an advanced form of machine learning that tries to emulate the way human brian learns. It creates an artificial neural network that stimulates electrochemical activity in biological neurons using mathematical functions. Models produced by deep learning are called deep neural networks
Transformers
Transformer models are trained with large volumes of text enabling them to represent the semantic relationships between words and use those relationships to determine probable sequences of text that makes sense.
Large Language Models are based on Transformer architecture which uses and extends some techniques that have been proven successful in modelling vocabularies to support Natural Language Processing tasks and specifically generating language.
The Transformer architecture consists of 5 components:
Conclusion
The blog post sets the baseline of the machine learning concepts and elemental architecture of how large language models are based on.
Read more about all this on Microsoft Learn - Introduction to AI in Azure
All the best with your learning journey, connect with me and stay tuned for the next blog in this series.
Cheers - Kamal