avatarMe Writes

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2172

Abstract

ul><li>The algorithm learns from the training data and adjusts the model’s parameters.</li><li>While the model represents the learned knowledge and is used for making predictions or decisions.</li></ul><h2 id="2e73">What is Deep Learning and how is it related to Machine Learning?</h2><p id="e2ee">Deep learning is a type of machine learning that imitates the way the human brain works. It uses artificial neural networks, which are made up of interconnected layers of artificial neurons, to learn and understand patterns in data.</p><p id="905f">Deep learning is called “deep” because of the many layers that form the network. The network learns and builds intelligence by adjusting the connections between neurons based on the errors it makes while predicting the outputs.</p><figure id="604d"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*FgliK1i1Rqz8tP8v_WldDw.png"><figcaption>Relationship between AI, ML, and Deep Learning — Image drawn by the author</figcaption></figure><p id="89e0">Now let’s go back to where we started from.</p><h2 id="b982">What is Generative AI and how is it related to Deep Learning?</h2><p id="e0fa">Generative AI is a subset of Deep Learning.</p><p id="9604">Deep Learning models can be broadly categorised into 2 types:</p><p id="dcb3">a) Generative</p><p id="a860">b) Discriminative</p><p id="6dae">Generative AI is the field of AI that creates models or systems that can generate new and original content.</p><p id="40a0">A discriminative model is a type of model that is used to classify or predict labels for data points.</p><figure id="ab0e"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*Ay8XUMOMvoAlcLVWlFJm6g.png"><figcaption>Relationship between AI, ML, DL and Generative AI — Image drawn by the author</figcaption></figure><h2 id="26fb">What is the difference between a Discriminative AI Model and a Generative AI model?</h2><p id="ce82">A Discriminative model will learn the relationship of the data with its label.</p><p id="a716">So, say we have a discriminative model to identify whether an image of a car is a Toyota model. The model will build its intelligence based on the labeled dat

Options

a that will consist of an image and the associated brand.</p><p id="c473">If you present an image of a car, the model will attempt to identify the model of the car.</p><p id="2244">Whereas in the case of a Generative AI model, the model will train itself to generate new content. The generative AI model could be prompted to provide an example of a Toyota Camry and the model will “generate” an image.</p><h2 id="9699">How is ChatGPT related to Generative AI?</h2><p id="bc40">ChatGPT is an implementation of Generative AI. ChatGPT focuses on generating human-like text-based conversations.</p><p id="03f7">It is trained on a huge amount of text-based data and learns patterns and relationships. When it is prompted, ChatGPT generates text-based responses.</p><p id="b537"><b>More on ChatGPT:</b></p><div id="36ce" class="link-block"> <a href="https://readmedium.com/chatgpt-8907409be13f"> <div> <div> <h2>ChatGPT</h2> <div><h3>What if you had 2 mins to explain without using jargon</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*DufCeGSrM_MHpnFXiyqLbg.jpeg)"></div> </div> </div> </a> </div><p id="5820">Not a member yet? Click the link below which will get you access to unlimited Medium articles and the ability to write and earn on Medium.</p><div id="f107" class="link-block"> <a href="https://me-writes.medium.com/membership"> <div> <div> <h2>Join Medium with my referral link - Me Writes</h2> <div><h3>As a Medium member, a portion of your membership fee goes to writers you read, and you get full access to every story…</h3></div> <div><p>me-writes.medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*BvlwW1NEQFcP2uOk)"></div> </div> </div> </a> </div></article></body>

TECHNOLOGY | ARTIFICIAL INTELLIGENCE

Generative AI and ChatGPT

Definitions and Relationships

You must have heard about Generative AI and ChatGPT a lot. This article provides answers to basic questions about Generative AI and ChatGPT.

They are not as complex as they sound. 😃

What is Generative AI?

Generative AI is an Artificial Intelligence technology that helps in generating content including text, images, audio, and synthetic data. (Synthetic Data is a sort of fake data that can be used to simulate a real-world environment).

Before we understand Generative AI better, it is important to understand what AI and Machine Learning are all about.

What is the relationship between Artificial Intelligence (AI) and Machine Learning?

  • Artificial Intelligence is a wide discipline like say Physics.
  • Artificial Intelligence deals with the creation of Intelligent Agents, which can reason and learn, and act autonomously.
  • The goal of Artificial Intelligence is to build machines that can think and act like humans.

Machine Learning is a subset of Artificial Intelligence, that enables computers to predict results or decisions. Machine Learning algorithms take as an input a large amount of data, train themselves using this data, and then predict the outcomes or decisions based on new or unseen inputs.

Relationship between AI and ML — Image drawn by the author

The below diagram shows a simplistic view of how a Machine Learning Model is generated with the help of Machine Learning Algorithms.

Machine Learning Algorithm and Model — Image drawn by the author

The machine learning algorithm and the model work together hand in hand.

  • The algorithm learns from the training data and adjusts the model’s parameters.
  • While the model represents the learned knowledge and is used for making predictions or decisions.

What is Deep Learning and how is it related to Machine Learning?

Deep learning is a type of machine learning that imitates the way the human brain works. It uses artificial neural networks, which are made up of interconnected layers of artificial neurons, to learn and understand patterns in data.

Deep learning is called “deep” because of the many layers that form the network. The network learns and builds intelligence by adjusting the connections between neurons based on the errors it makes while predicting the outputs.

Relationship between AI, ML, and Deep Learning — Image drawn by the author

Now let’s go back to where we started from.

What is Generative AI and how is it related to Deep Learning?

Generative AI is a subset of Deep Learning.

Deep Learning models can be broadly categorised into 2 types:

a) Generative

b) Discriminative

Generative AI is the field of AI that creates models or systems that can generate new and original content.

A discriminative model is a type of model that is used to classify or predict labels for data points.

Relationship between AI, ML, DL and Generative AI — Image drawn by the author

What is the difference between a Discriminative AI Model and a Generative AI model?

A Discriminative model will learn the relationship of the data with its label.

So, say we have a discriminative model to identify whether an image of a car is a Toyota model. The model will build its intelligence based on the labeled data that will consist of an image and the associated brand.

If you present an image of a car, the model will attempt to identify the model of the car.

Whereas in the case of a Generative AI model, the model will train itself to generate new content. The generative AI model could be prompted to provide an example of a Toyota Camry and the model will “generate” an image.

How is ChatGPT related to Generative AI?

ChatGPT is an implementation of Generative AI. ChatGPT focuses on generating human-like text-based conversations.

It is trained on a huge amount of text-based data and learns patterns and relationships. When it is prompted, ChatGPT generates text-based responses.

More on ChatGPT:

Not a member yet? Click the link below which will get you access to unlimited Medium articles and the ability to write and earn on Medium.

Artificial Intelligence
Generative Ai
ChatGPT
Machine Learning
Elevator Pitch
Recommended from ReadMedium