What Skillsets Takes You To Become a Pro Generative AI Engineer #genai

Krish Naik
2 Feb 202419:26

Summary

TLDRIn this video, Kish Naak discusses essential skills for becoming a generative AI engineer, focusing on understanding large language models, image models, and multimodal models. He emphasizes the importance of learning both open-source and paid models, exploring frameworks like Lang Chain and Llama Index, and practicing with various projects to gain expertise in the field.

Takeaways

  • πŸ˜€ The video is aimed at individuals interested in generative AI engineering and provides insights into the skills required for the field.
  • πŸ” The speaker is Kish naak, a data science educator, who discusses the importance of understanding generative AI for those transitioning into the field.
  • πŸ“š The video offers a comprehensive list of resources and playlists for learning about generative AI, including end-to-end projects and tools.
  • πŸ’‘ Generative AI involves creating new content based on context, with a focus on large language models (LLMs), large image models, and multimodal models.
  • 🏭 The video highlights the competition among tech giants like Google, Microsoft, and Meta to develop the best LLMs and image models.
  • πŸ› οΈ It emphasizes the importance of learning both open-source and paid models for generative AI, as well as understanding their advantages and disadvantages.
  • πŸ”‘ The speaker mentions frameworks like Lang chain and Llama Index as essential tools for developing applications using generative AI models.
  • πŸ“ˆ The video stresses the significance of practicing with various use cases and understanding the deployment and scalability aspects of generative AI models.
  • πŸ“ There is a strong focus on the importance of fine-tuning models with custom data, which is considered a crucial skill in the field.
  • πŸ“š The prerequisites for entering the field of generative AI include knowledge of Python, machine learning, deep learning, NLP, and advanced concepts like RNNs and Transformers.
  • πŸ›‘ The video concludes with a roadmap for becoming a generative AI engineer, urging viewers to learn the basics and practice with projects to improve their skills.

Q & A

  • What is the main focus of the video by Kish naak?

    -The main focus of the video is to discuss the important skill sets required to become a generative AI engineer and to provide necessary materials and resources for learning about generative AI.

  • Why is Kish naak making this video?

    -Kish naak is making this video because many of his students who have transitioned into the data science field are getting work in generative AI and are using large language models and large image models to solve various use cases.

  • What are the two main types of models discussed in the video?

    -The two main types of models discussed are large language models (LLMs) and large image models, with a third type being multimodal models that combine text and images.

  • What is the main aim of generative AI models?

    -The main aim of generative AI models is to generate new content based on any given context.

  • What are some of the companies mentioned in the video that are in competition to create the best LLM models?

    -Some of the companies mentioned are OpenAI, Google, Microsoft, and Meta, all of which are competing to create the best large language models or large image models.

  • What are the two important categories of generative AI models discussed in the video?

    -The two important categories are open source models and paid models, which the video suggests one should have a complete understanding of both.

  • What is AWS Bedrock and how does it relate to generative AI?

    -AWS Bedrock is a service that provides APIs for various generative AI models, both open source and paid, allowing users to solve business use cases and perform fine-tuning without worrying about the cloud part.

  • What are some frameworks that one should be good at for developing applications in generative AI?

    -Some frameworks mentioned are Lang chain, Llama Index, and Chainlink, which provide tools for various functionalities from data injection to transformation and the ability to call both paid and open source models.

  • Why is understanding vector databases important for generative AI?

    -Understanding vector databases is important because they are essential for converting text into vectors, which is a key process in developing applications related to text in the generative AI field.

  • What is the importance of fine-tuning custom data with LLMs in the context of generative AI?

    -Fine-tuning custom data with LLMs is crucial as it allows models to be adapted to specific use cases and business requirements, making it a vital skill for generative AI engineers.

  • What is the prerequisite knowledge required to start learning about generative AI according to the video?

    -The prerequisite knowledge includes Python programming language, basics of machine learning and NLP, deep learning concepts, advanced NLP concepts like RNN, LSTM, and Transformers.

Outlines

00:00

🌟 Introduction to Generative AI Engineering

In this introductory paragraph, Kish Naak welcomes viewers to his YouTube channel and outlines the purpose of the video. He discusses the growing interest in generative AI among his students who are transitioning into data science. The focus is on the skills required to become a generative AI engineer, particularly in the context of using large language models (LLMs) and image models. Kish promises to provide necessary materials and playlists covering end-to-end projects that utilize both open-source and paid LLM models. He emphasizes the importance of understanding generative AI, the prerequisites for entering the field, and the key skill sets needed.

05:01

πŸ“š Understanding Generative AI and Model Types

This paragraph delves into the specifics of generative AI, explaining the three main types of models: large language models (LLMs), large image models, and multimodal models. Kish highlights the importance of understanding the differences between these models and their applications. LLMs are used for text-related tasks, trained on vast datasets, and are in high demand due to competition among tech giants like Google, Microsoft, and Meta. Multimodal models, on the other hand, combine text and image capabilities, offering a broader range of applications. Kish also discusses the importance of skill sets in generative AI, focusing on both open-source and paid models.

10:03

πŸ’‘ Exploring Open Source and Paid Models

Kish discusses the necessity of understanding both open source and paid models in generative AI. He compares the current state of generative AI to the machine learning boom in 2018, emphasizing the importance of hands-on practice and exploration. He mentions various companies and their models, such as Meta's Lama 2, Open AI, and AI 21 Lab, and discusses the differences between open source and paid models in terms of deployment and scalability. Kish also introduces AWS Bedrock, a service that combines various LLM models into a single API, making it easier to fine-tune and deploy models without worrying about cloud infrastructure.

15:05

πŸ” Frameworks and Tools for Generative AI

In this paragraph, Kish introduces the frameworks and tools essential for generative AI development. He mentions the importance of being proficient in frameworks like Lang chain and Llama Index, which facilitate the integration of both open source and paid LLM models. Kish also discusses the use of Hugging Face for accessing various models and the role of cloud platforms like AWS and Azure in deploying AI services. He stresses the importance of understanding vector databases like ChromaDB and Cassandra for working with text data. Additionally, Kish advises on the practical aspects of creating projects using LLM models and the significance of fine-tuning models with custom data.

πŸš€ Prerequisites and Roadmap for Generative AI

Kish concludes the video by outlining the prerequisites for entering the field of generative AI. He provides a roadmap that includes learning Python, basics of machine learning and natural language processing (NLP), deep learning concepts, advanced NLP concepts, and transformers. He encourages viewers to go through the provided materials and playlists to build a strong foundation in generative AI. Kish emphasizes the importance of practice and project development to become proficient in the field.

Mindmap

Keywords

πŸ’‘Generative AI

Generative AI refers to artificial intelligence systems that are capable of creating new content, such as text, images, or music, based on existing data. In the video, the speaker discusses the importance of understanding generative AI for engineers, as it involves working with models that generate new content. Examples include large language models (LLMs) and large image models.

πŸ’‘Data Science

Data Science is an interdisciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge and insights from structured and unstructured data. The video mentions that many of the speaker's students have transitioned into data science, indicating that understanding generative AI is a valuable skill in this field.

πŸ’‘Large Language Models (LLMs)

Large Language Models are AI systems trained on vast amounts of text data, capable of understanding and generating human-like text. The script discusses LLMs as a key component of generative AI, highlighting their use in solving various business use cases related to text.

πŸ’‘Large Image Models

Large Image Models are AI systems trained on large datasets of images, capable of generating new images or understanding visual content. The video script mentions these models in the context of generative AI, indicating their role in image-related tasks.

πŸ’‘Multimodel

Multimodel refers to AI models that can handle multiple types of data, such as text and images. In the video, the speaker explains that multimodel AI is a combination of text and image models, capable of solving use cases that involve both types of data.

πŸ’‘Open Source

Open Source in the context of AI refers to models and tools that are freely available for use, modification, and distribution. The video script emphasizes the importance of understanding both open source and paid models in generative AI, mentioning examples like Lama 2 and Mistral.

πŸ’‘Paid Models

Paid Models are AI models that require payment for use, often providing additional features or support. The speaker in the video discusses the need to understand both open source and paid models, highlighting platforms like Open AI and Cloudy 2.

πŸ’‘Fine-tuning

Fine-tuning in AI refers to the process of adjusting a pre-trained model to perform a specific task by training it on a smaller dataset. The video emphasizes the importance of fine-tuning custom data with LLMs as a crucial skill in generative AI engineering.

πŸ’‘Frameworks

Frameworks in the context of AI are sets of tools and libraries that provide a structure for developing applications. The video script mentions frameworks like Lang chain and Llama Index, which are important for developing applications that utilize generative AI models.

πŸ’‘Vector Databases

Vector Databases are databases designed to store and retrieve vector data, which is commonly used in AI for tasks like natural language processing. The speaker in the video discusses the importance of understanding vector databases like Chroma DB for working with text data in generative AI.

πŸ’‘AWS Bedrock

AWS Bedrock is a service mentioned in the video that provides access to various AI models, including both open source and paid models. It allows for the integration of these models into business applications and emphasizes the role of cloud services in deploying AI models.

Highlights

Introduction to the importance of skill sets for becoming a generative AI engineer.

Discussion on the increasing demand for generative AI in data science and solving business use cases.

Emphasis on the necessity of understanding generative AI for those interested in working in this field.

Announcement of providing necessary materials and a playlist for learning generative AI.

Explanation of generative AI engineering and its prerequisites.

Description of the three types of generative AI models: large language models, large image models, and multimodal models.

Differentiation between large language models and their applications in text-related use cases.

Highlighting the competition among tech giants in developing accurate large language and image models.

Introduction to the concept of multimodal models that combine text and image for solving complex use cases.

Importance of understanding the main aim of generative AI models to generate new content based on context.

Categorization of generative AI into open source and paid models and the need to learn both.

Discussion on the use of open source models like Lama 2 and their potential for business use cases.

Mention of paid models and services like Open AI, Cloudy, and AI 21 lab for advanced functionalities.

Exploration of the role of cloud platforms in deploying and scaling generative AI models.

Introduction to AWS Bedrock and its comprehensive service for integrating various LLM models.

Recommendation to explore frameworks like Lang chain and Llama Index for developing generative AI applications.

Emphasis on the importance of practicing with different models and understanding their limitations.

Highlighting the significance of fine-tuning models with custom data for specific business needs.

Provision of a roadmap and resources for learning prerequisites in generative AI engineering.

Transcripts

play00:00

hello all my name is Kish naak and

play00:02

welcome to my YouTube channel so guys in

play00:03

this particular video we are going to

play00:05

discuss about all the important skill

play00:08

sets that you may specifically require

play00:10

in order to become a generative AI

play00:12

engineer the reason why I'm making this

play00:14

specific video right now most of my

play00:16

students who have already transitioned

play00:18

into the data science field who are

play00:19

working as a data scientist they're

play00:21

getting a lot of work to work in the

play00:23

field of generative AI specifically with

play00:25

respect to solving various use cases

play00:27

with the help of large language models

play00:29

and large image models so if you are

play00:32

really interested in understanding about

play00:34

generative AI work and you really want

play00:36

to work in this field then this video

play00:39

will definitely be for you and the most

play00:41

important thing of this specific video

play00:43

will be that I will be providing you all

play00:45

the necessary materials and all the

play00:48

entire playlist where I've created a lot

play00:49

of videos and probably in the upcoming

play00:51

one or couple of months you'll be seeing

play00:53

a lot of end to end projects that will

play00:54

be coming up uh I will try to use lot of

play00:57

tools specifically that you actually

play00:59

require to solve this business use cases

play01:02

considering both open source llm models

play01:04

and paid llm models and I'm already

play01:06

doing that anyhow in the description

play01:08

link I'll be providing you with all the

play01:09

materials and all the playlist link now

play01:11

let me quickly go ahead and start

play01:14

explaining about generative AI

play01:15

engineering and what are the skill sets

play01:17

that are basically required whenever I

play01:19

talk about generative AI engineering

play01:20

right so I really want to talk about two

play01:23

important thing one is the prerequisites

play01:26

okay like if you really want to get

play01:28

enter into this field what are the

play01:30

prerequisites the second thing is that

play01:33

what are the important skill sets Okay

play01:36

so this entire video I will be talking

play01:38

about this two important thing with

play01:40

respect to prerequisite let me just

play01:43

explain about the prerequisite in some

play01:45

time okay so I will take this up in some

play01:47

time but before this let me talk with

play01:50

respect to skill sets Okay now and here

play01:53

I'm just going to focus on generative AI

play01:56

as I said prerequisite what are the

play01:57

necessary things that you really need to

play01:59

know so that in the interviews whatever

play02:01

things are basically asked for machine

play02:02

learning deep learning NLP that will be

play02:05

part covered in entirely in this

play02:07

prerequisite itself when I talk about

play02:09

skill sets this is specifically related

play02:11

to generative AI okay generative AI so

play02:17

with respect to skill sets if I consider

play02:19

this

play02:21

okay understand one one one thing right

play02:23

what exactly generative AI is generative

play02:26

AI basically

play02:27

means generative AI I basically means

play02:31

here you are trying to work with those

play02:35

kind of models right and specifically

play02:38

when I talk with respect to generative

play02:39

AI there are two types of models that

play02:40

you will probably see right right now it

play02:42

is three one is llm model large language

play02:45

model the second one is large image

play02:47

model and the third one is something

play02:48

called as

play02:50

multimodel okay multimodel if I probably

play02:53

see with respect to categorization these

play02:55

are the three important types with

play02:58

respect to generative AI models okay so

play03:00

one is llm large language model large

play03:02

image model and multi model let me talk

play03:04

about the differences between them large

play03:06

language model basically you

play03:08

specifically work with use cases that

play03:10

are related to text and these models are

play03:13

trained with huge amount of data okay

play03:16

that usually trained with huge huge

play03:17

amount of data nowadays there is a

play03:20

fierce competition between big these big

play03:22

giants who are able to create good large

play03:24

language models or large image models

play03:26

with the better accuracy so if you

play03:27

probably see openi if you probably see

play03:29

Google if you probably see Microsoft if

play03:32

you probably see uh meta all these

play03:35

companies are in a fierce competition to

play03:37

probably make the best llm models or L

play03:40

models right and over there they will be

play03:42

using specific data sets at the end of

play03:45

the day they are everybody's in

play03:46

competition because once they achieve

play03:47

that

play03:48

accuracy and uh all the people will try

play03:51

to use those specific models to solve

play03:52

the business use cases if I talk about

play03:54

multimodel it is a combination of text

play03:56

and image so that basically mean that

play03:57

model will be able to solve use cases

play04:00

that involves both text and images like

play04:02

example if I probably consider Google G

play04:04

Pro and right now it is equivalent to

play04:06

chat gp4 okay now our main aim is that

play04:10

in generative AI main aim of the model

play04:12

is to generate new content right based

play04:16

on any context it'll be able to generate

play04:19

new content so this is the main aim with

play04:21

respect to generative AI itself now with

play04:23

respect to skill sets now this is what

play04:25

already have been probably researching

play04:27

from 6 to 7 months I mean asking people

play04:30

who are specifically working in this

play04:31

specific field what kind of use cases

play04:33

they are solving how they are solving

play04:34

everything as such so with respect to

play04:36

skill sets if I consider right and right

play04:39

now this entire generative AI is

play04:41

basically divided into two important

play04:43

things okay one is Open

play04:47

Source One is paid paid llm model

play04:50

specifically if I llm or I can basically

play04:53

say paid models Okay the reason why I'm

play04:57

writing this because I'm going to

play04:59

categorize guys based on this two

play05:01

important information open source and

play05:03

paid

play05:04

models do you need to learn both of them

play05:07

yes the answer is very simple yes you

play05:09

really need to have the complete idea

play05:12

I'll tell you right now the generative

play05:14

AI field is somewhat like how in 2018

play05:18

machine learning was right people were

play05:20

exploring people were getting to

play05:22

understand new things right how they can

play05:24

actually Implement things how can they

play05:26

can actually use this models to do the

play05:29

deployment or solve complex problems how

play05:31

we can actually make it scalable all

play05:32

those things and right now platforms are

play05:34

also coming so still you know companies

play05:37

are using it they're seeing they're

play05:38

seeing that how we can actually solve

play05:40

the specific use cases so my always the

play05:44

main main main thing that I really want

play05:46

to talk about is that practice as much

play05:47

as you can try to solve many use cases

play05:49

as you can right tomorrow if you're

play05:51

specifically working in a company if any

play05:53

use cases come you really need to try

play05:55

each and everything open source paid

play05:56

everything right then you need to

play05:58

understand that what are are the

play05:59

downfalls what are the disadvantages

play06:01

what are uh probably with respect to

play06:04

open source and paid models which is the

play06:05

best thing to probably go ahead with

play06:07

right and automatically you'll be able

play06:09

to understand okay this is the problem

play06:10

that our company is facing this is what

play06:12

is the perfect way to probably go ahead

play06:13

with so that is the reason I've divided

play06:15

this into two thing one is open source

play06:18

llm models or L models paid models okay

play06:21

and if I talk about open source

play06:23

specifically you'll be hearing some

play06:26

amazing companies like meta right uh

play06:28

they have actually come with this Lama 2

play06:31

right if I probably come up with this

play06:33

Lama 2 Lama 2 model right now its

play06:36

accuracy is good in some days probably L

play06:38

3 will also come right uh not only Lama

play06:41

2 like let's say consider paid one right

play06:43

if I probably consider with respect to

play06:44

paid one then you have open AI you have

play06:47

cloudy right cloudy 2 you have one more

play06:51

model is the a21 lab right sorry AI I

play06:55

think it is a AI 21 lab right these are

play06:58

they are also providing lot of

play06:59

functionalities uh if I probably

play07:01

consider one more uh Mistral right

play07:05

mistol is also given as an open source

play07:07

also and there is also a paid version of

play07:09

it okay I guess both the combination is

play07:11

there um recently I've started exploring

play07:14

mrr also uh there's more open source

play07:16

models like Falcon

play07:18

right right now these all llm models if

play07:21

I if I probably consider llm or L models

play07:24

whatever things is there or here one

play07:25

more example is Google gmany pro right

play07:29

Google gy Pro right right now Google gy

play07:32

pro is also given I'll not say it is an

play07:34

open source it is also paid API right

play07:35

now but it is also given in the free

play07:37

version so with respect to Google ji Pro

play07:39

here you'll be able to see that you'll

play07:40

be able to use this and all right now

play07:42

what is the differences between this

play07:43

open source and paid models right now

play07:46

you can use this entire open source

play07:47

models to solve various business use

play07:49

cases obviously you can use this to

play07:51

solve business use cases you can also

play07:54

use you can also use the paid models to

play07:57

solve business use cases understand this

play08:00

thing right but when we think in terms

play08:03

of

play08:04

deployment right we think about

play08:06

scalability right so obviously we really

play08:09

need to look at the cloud part when we

play08:10

are specifically using this open source

play08:12

model itself obviously the accuracy is

play08:14

high over here accuracy is less that is

play08:15

another thing but when we say that we

play08:18

are taking this into the production

play08:19

level at that point of time you'll be

play08:21

seeing that we really need to be

play08:22

dependent on the cloud right so one

play08:24

thing that matters is with respect to

play08:26

the cloud and this is also one of the

play08:28

reason what business basically thinks

play08:31

whether we should probably go with open

play08:32

source and PR do we need to handle the

play08:34

cloud right let's say I have a product I

play08:36

want to use any of this models

play08:38

functionalities right if I probably go

play08:40

with open source I may have to use this

play08:41

I need to finetune our data set and then

play08:44

probably do the deployment right so the

play08:46

cloud is one of the important factor in

play08:47

the case of paid models they have their

play08:49

own specific Cloud right personal cloud

play08:52

let's say cloud A2 has some specific

play08:54

Cloud open AI has their own apis itself

play08:56

everything is basically provided with

play08:57

respect to this where you can use these

play08:59

apis along with to solve any business

play09:01

use cases now this is one way now there

play09:03

is also another way we can also be

play09:05

dependent on

play09:07

AWS or other Cloud platform like aure

play09:10

let's say in AWS we have something

play09:13

called as there is a service which is

play09:15

called as AWS

play09:18

Bedrock now AWS Bedrock I'll soon make a

play09:21

tutorial a detailed tutorial I've

play09:23

already started working on this and it's

play09:25

superb guys it's superb right AWS

play09:28

Bedrock what it does I I'll talk about

play09:30

it okay now AWS Bedrock this is a

play09:34

service what it does is that it has

play09:37

almost each and every llm model stable

play09:39

diffusion model LM model so one example

play09:42

is all stable diffusion

play09:46

right stable diffusion so what it does

play09:49

is that this is basically specifically

play09:51

used for image image for any use cases

play09:55

that are related to image stable

play09:57

diffusion okay now the best thing about

play10:00

AWS Bedrock is that it has all the

play10:03

functionalities with respect to this

play10:04

open source or paid models it has each

play10:07

and everything right I think it does not

play10:09

have open AI other than that I think it

play10:11

has almost everything right and this

play10:14

actually

play10:15

provides apis itself where you can solve

play10:19

your business use cases you can perform

play10:21

fine tuning right you can perform fine

play10:23

tuning you can do each and everything

play10:25

right probably use this specific API

play10:27

directly into the clo so you don't have

play10:29

to worry about the cloud part in this

play10:31

right here also you don't have to worry

play10:33

about the cloud part but right now let's

play10:35

say if you want to use open AI then you

play10:36

have a different API you if you want to

play10:38

use Cloud 2 then you have to have a

play10:40

different API right but what AWS Bedrock

play10:43

has basically done is that it has

play10:44

combined each and everything that is

play10:45

probably available over here right so

play10:47

when it is combining each and everything

play10:49

over here in the form of apis that

play10:50

basically means we can use this apis

play10:52

directly over and fine tune do whatever

play10:54

task we specifically require there uh

play10:56

again when I probably show you the

play10:58

detailed tutorial regarding AWS bedro

play11:00

I'll show you how you can probably get

play11:01

the API details how you have to probably

play11:03

give the prompt and all what format it

play11:05

is basically required everything will be

play11:06

understood now what is super important

play11:08

to understand you really need to have an

play11:10

idea how to use this both open source

play11:13

and paid models right one very important

play11:17

way like one way is that you can go

play11:18

ahead with AWS Bedrock but my suggestion

play11:20

would be that try to explore different

play11:22

different ways one way is specifically

play11:25

by using hugging

play11:26

face now using hugging face

play11:29

you can call all these open source

play11:31

models or paid models however you want

play11:34

open source models right or other models

play11:38

except openi you cannot call openi

play11:40

because openi has a different way of

play11:41

allog together doing them but when I

play11:43

probably talk about Cloud 2 Mistral

play11:46

right even Google gin Pro you cannot

play11:49

right uh if you want to probably call

play11:51

Lama 2 it has almost each and every

play11:53

functionalities and what it does is that

play11:54

it gives you set of libraries where you

play11:56

can specifically apply embeddings also

play11:59

uh you can probably use this all models

play12:00

to probably solve any business use cases

play12:03

not only that it also provides you Cloud

play12:04

platform it also provides you space with

play12:06

respect to Cloud where you can also find

play12:08

tunate and here you probably have to go

play12:11

pay as you go right pay as you go so the

play12:14

more you use the services that much you

play12:16

basically need to pay just calling this

play12:18

particular thing models it is I think

play12:21

almost similar like how we do with

play12:22

respect to open source model so in short

play12:26

the skill sets that you really need to

play12:27

focus is open source two pay models paid

play12:30

models you should know about the Su of

play12:32

the information with respect to aw's

play12:33

Cloud platform right Azure when I say

play12:35

probably Azure over here you should know

play12:37

that how you can use this AI services in

play12:39

Azure itself right in Azure I think they

play12:41

have functionalities that are related to

play12:43

open and all okay since it is already

play12:45

Microsoft and open AI are almost right

play12:48

because Microsoft is investor in open AI

play12:50

itself right

play12:52

now very important thing that I have

play12:55

actually mentioned over here along with

play12:57

this I will talk about framework now

play12:59

which Frameworks you really need to be

play13:01

good at right till now guys one is open

play13:04

AI framework you definitely need to know

play13:06

how you can specifically use open a now

play13:10

the main thing about the framework is

play13:12

which I really want to mention is about

play13:14

Lang chain and llama Index

play13:17

right llama Index this two framework you

play13:21

really need to be good at because this

play13:24

two framework how it is basically

play13:25

created if you really want to develop a

play13:27

rag application I suggest always go with

play13:29

ram andex if you want to create a

play13:31

generic application and you want to

play13:33

solve some problem statement you can use

play13:35

Lang chain framework now what is so

play13:37

amazing thing about this particular

play13:38

framework because it provides you lot of

play13:40

agent tools to perform different

play13:43

different functionalities from data

play13:44

injection to data transformation each

play13:47

and everything the specific libraries

play13:49

provides so because of this libraries

play13:51

you'll be able to implement function uh

play13:53

in a very much easy way and with Lang

play13:55

chain and Lama index you can call both

play13:57

paid and open source llm models that is

play14:00

the best thing when I say llm models

play14:02

please also consider L models or any

play14:04

other models that I'm basically talking

play14:05

about right both these Frameworks

play14:08

provide you options to specifically call

play14:10

this particular models itself so this is

play14:13

also really good you should definitely

play14:14

use Lang chain and Lama index one

play14:17

more is nothing but chain late you

play14:19

should also start exploring chain late

play14:21

because this is also a framework that is

play14:22

there now for practice sake you can use

play14:25

framework like streamlit for the front

play14:27

end right for the front end because this

play14:30

will actually help you to create the UI

play14:33

quickly and practice with respect to

play14:36

this so all these things you

play14:39

specifically need to learn with respect

play14:40

to the skill sets now one very important

play14:44

thing along with this you also need to

play14:46

have knowledge with respect to Vector

play14:51

databases there are lot of different

play14:53

different Vector databases like chroma

play14:55

DB right there is cassendra you can SP

play14:58

specifically use cassendra you can use

play15:00

data Stacks right to just get an

play15:03

experience with working on this in the

play15:04

production environment right and you

play15:07

should try to see that how the specific

play15:09

Vector databases work right once you're

play15:12

able to understand the specific Vector

play15:14

databases then understand developing any

play15:18

application that will be related to text

play15:20

you know you'll be able to convert those

play15:22

text into some vectors and how you can

play15:24

basically convert it they are different

play15:26

different libraries which already

play15:27

hugging face open AI already provide you

play15:29

right so you can use this all

play15:31

functionalities and important things

play15:32

Vector databases is super important in

play15:34

this specific framework now with respect

play15:37

to task right Projects please try to

play15:40

understand how to create projects how to

play15:43

create projects right

play15:46

using llm

play15:50

models use Vector databases like pine

play15:53

cone use techniques or Frameworks like

play15:56

Lang chain right Lama

play16:00

index Lama index see how you can use

play16:03

specific agent tool see how you can use

play16:05

databases see how you can actually do

play16:08

the deployments each and everything

play16:11

right so you need to create many

play16:13

projects as possible once you create

play16:16

many projects as possible tomorrow

play16:18

whenever you go in any specific industry

play16:20

you will have multiple option to

play16:22

implement all these things right so this

play16:25

is super important and one of the very

play16:27

important task very very important task

play16:30

and they may specifically ask you in the

play16:32

interview is regarding finetuning of

play16:35

your data fine tuning with your custom

play16:41

data custom data using

play16:45

llms this may be the very important

play16:49

thing trust me I've written four star

play16:52

over here but this is the most important

play16:54

thing is nothing but fine-tuning with

play16:57

your custom data

play16:59

and you should know each and every

play17:00

techniques over here let's say if you're

play17:02

specifically using open AI models you

play17:03

should know that if you're using llama

play17:06

to you should know that if you're using

play17:08

any other services you should know that

play17:10

right through that way tomorrow whenever

play17:13

you have a use cases where you really

play17:14

need to work with fine tuning then this

play17:16

will definitely help a lot okay so in

play17:20

short I've given you the entire skill

play17:22

sets and this is what I have done I've

play17:24

created three amazing playlist one is

play17:27

with respect to open AI one is with

play17:29

respect to Lang chain I've covered

play17:32

topics with respect to open AI Lang

play17:34

chain and solve multiple use cases using

play17:37

um different different models like

play17:40

Google

play17:40

gemin um then you also have llama 2

play17:44

right I have actually covered all these

play17:46

things right so all those playlist will

play17:49

be given in the description of the

play17:50

specific video right go ahead and enjoy

play17:53

that video go ahead and check it out if

play17:55

you're serious about it definitely every

play17:58

everything is available I've have

play17:59

provided that in the playlist all you

play18:01

need to do is that go ahead and learn

play18:03

things now let's go with respect to the

play18:05

prerequisite this prerequisite I've

play18:08

given the entire things you need to

play18:10

learn before probably starting these all

play18:12

things right if you already know that it

play18:14

is very good so here I'll be showing a

play18:17

road map which I have already shared

play18:20

earlier in my videos road map to become

play18:22

a generative AI so let's go ahead and

play18:24

see the road map what all things you

play18:26

should need to learn so guys just a

play18:29

month back I had already created this

play18:31

entire road map to become generative so

play18:33

these are the prerequisites that you

play18:34

really need to focus on and again all

play18:36

the videos materials is given over here

play18:38

one is Python programming language then

play18:41

basics of machine learning and natural

play18:42

language processing y NLP this this this

play18:45

is there basics of deep learning right

play18:47

how you should basically know that hown

play18:49

works forward propagation backward

play18:51

propagation optimizers activation

play18:53

function Advanced NLP Concepts like RNN

play18:55

lstm RNN GN by Dire hmrn and all so

play19:00

these are some of the prerequisites you

play19:01

can probably see Transformers is also

play19:03

written over here all the video links

play19:05

are basically given over here you can go

play19:07

ahead and check it out so once you

play19:09

probably go through this and then you

play19:10

start developing more projects as

play19:12

possible as you can the more you

play19:14

practice the more scenarios you

play19:16

definitely see the more you better you

play19:18

become in the generative AI Feld so yes

play19:20

this was it for my side I hope you like

play19:21

this particular video I'll see you all

play19:22

in the next video have a great day thank

play19:24

you one all take care bye-bye

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Generative AIAI EngineeringSkill SetsData ScienceMachine LearningDeep LearningNLPLLM ModelsImage ModelsLanguage Models