How To Self Study AI FAST

Tina Huang
30 Dec 202312:54

Summary

TLDRThis video script introduces an engaging method to learn AI without getting overwhelmed. It suggests starting with the basics and building a simple AI project to maintain motivation. The script outlines a step-by-step learning process, from Python fundamentals to advanced machine learning and deep learning concepts, recommending various resources for different learning styles. It emphasizes interactive learning with platforms like Brilliant for math and statistics, and practical application through building AI models and utilizing APIs.

Takeaways

  • 😀 The Renon Method or Concentric Circle Method is introduced as an alternative learning approach for AI to avoid getting stuck or bored.
  • 🎯 The initial learning phase should focus on the basics of AI, including high-level understanding of machine learning and how to use AI models with Python.
  • 🚀 Aim to build a simple AI project, like a study tool or personal assistant, as soon as possible to maintain motivation and interest.
  • 📚 After completing a basic project, use the excitement as motivation to delve deeper into the subject, expanding knowledge layer by layer.
  • 🌭 Machine learning is illustrated with the 'hot dog, not hot dog' model, showing how computers learn to recognize patterns in data.
  • 🤖 Large language models, like the ones powering chatbots, are explained as systems that predict the next word in a sentence based on previous words.
  • 🛠️ For beginners, learning Python basics, APIs, and understanding of large language models are essential to start building AI products.
  • 📈 Intermediate learners should focus on Python modules for data manipulation, and foundational mathematics including calculus, linear algebra, and probability.
  • 📊 Statistics knowledge is vital, including understanding descriptive and inferential statistics, hypothesis testing, and distributions.
  • 🧠 Deep learning is an advanced subfield of machine learning that involves stacking layers of artificial neurons to perform complex tasks.
  • 🌟 The script emphasizes the importance of choosing one learning resource and applying the knowledge through building projects rather than trying to consume all available resources.

Q & A

  • What is the 'Renon Method' or 'Concentric Circle Method' for learning AI as introduced in the video?

    -The 'Renon Method' or 'Concentric Circle Method' is a learning approach where one starts with the basics of AI and then gradually expands their knowledge outwards in concentric circles. It involves learning just enough to build a simple AI project quickly, then using the excitement from that project to dive deeper into the next layer of knowledge.

  • What are the basics of AI one should learn according to the video?

    -The basics of AI include understanding how machine learning works, how large language models function, and most importantly, how to use these models with Python.

  • How long does the video suggest it might take to learn enough AI to build a simple project?

    -The video suggests that it could realistically take about a month if you have zero coding experience, and a week or two if you have some intermediate experience in Python.

  • What is an example of a simple AI project that a beginner might build?

    -An example of a simple AI project is a study tool or a personal AI assistant.

  • What is the definition of machine learning provided in the video?

    -Machine learning is defined as a way for computers to learn and make decisions by themselves by studying and recognizing patterns in data.

  • What is a 'convolutional neural network' as mentioned in the video?

    -A 'convolutional neural network' (CNN) is a type of machine learning model that is used for image recognition tasks, such as distinguishing between hot dogs and non-hot dogs.

  • What are some of the fundamental mathematical concepts one should understand before diving into machine learning?

    -Fundamental mathematical concepts include the basics of calculus, linear algebra, and probability.

  • What programming skills are necessary for learning AI as per the video?

    -Necessary programming skills include understanding variables, data types, if statements, loops, object-oriented programming, and APIs.

  • What is the role of APIs in building AI products?

    -APIs, or Application Programming Interfaces, are used for interacting with other people's software, which is essential for using AI models that others have created.

  • What are some resources recommended in the video for learning the basics of Python and AI?

    -The video recommends resources like Brilliant for interactive learning, Free Code Camp for video tutorials, and 'Automate the Boring Stuff' for a text-based approach.

  • What is the importance of building projects while learning AI according to the video?

    -Building projects is important as it allows learners to apply their knowledge practically, which in turn helps in reinforcing learning and maintaining motivation to delve deeper into more advanced topics.

Outlines

00:00

🎓 Overcoming Boredom in Learning AI

The speaker addresses the common challenge of getting bored or stuck when learning AI, suggesting an alternative learning method called the 'Rengon' or 'Concentric Circle' method. This method involves starting with the basics of AI and then progressively expanding knowledge outwards, building small projects to maintain motivation. The speaker emphasizes the importance of learning how to use AI models with Python and provides a timeline for achieving basic proficiency, ranging from one month for beginners to a week or two for those with intermediate Python skills.

05:00

🤖 Introduction to Machine Learning and AI Models

This paragraph delves into the concept of machine learning, using a humorous 'hot dog or not' example to illustrate how computers learn from data. It explains the process of training a model with images to recognize patterns and make decisions. The speaker introduces different types of machine learning models, including CNNs for image recognition and large language models for text prediction. The paragraph also discusses the ease of using AI models for building personal projects, emphasizing the need to learn Python basics, APIs, and the fundamentals of large language models.

10:01

📚 Recommended Learning Resources for AI and Python

The speaker provides a list of recommended resources for learning Python, APIs, and large language models, including courses from Brilliant, Free Code Camp, and books like 'Automate the Boring Stuff'. The focus is on understanding how to interact with AI models using APIs. The paragraph also covers the importance of learning the basics of machine learning, statistics, and mathematics to build a solid foundation for more advanced learning. Resources like Brilliant's interactive courses and Josh Starmer's YouTube channel are suggested for making complex subjects more accessible.

🧠 Deep Dive into Neural Networks and Deep Learning

This paragraph explains the concept of neural networks, drawing an analogy with the human brain's neurons to describe how AI models learn from data. It discusses the process of stacking neural layers to create deep learning models capable of complex tasks. The speaker differentiates between various fields within AI, such as computer vision and natural language processing, and provides resources for further learning in these areas. The paragraph concludes with a recommendation to choose one learning resource and start building projects to apply the newly acquired knowledge.

Mindmap

Keywords

💡AI (Artificial Intelligence)

AI refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. In the video, AI is the central theme, with the speaker discussing methods to learn about it without getting bored or stuck. The script mentions building AI things like study tools or personal AI assistants, indicating AI's practical applications.

💡Machine Learning

Machine Learning is a subset of AI that allows computers to learn from data and improve at tasks over time without being explicitly programmed. The video explains it as computers making decisions by recognizing patterns in data. An example given is a 'hot dog, not hot dog' model, showcasing how machine learning can be used for image classification.

💡Deep Learning

Deep Learning is a branch of machine learning that uses neural networks with many layers (deep neural networks) to analyze and learn from large amounts of data. The script introduces deep learning as an advanced subfield of machine learning, mentioning models like the 'hot dog, not hot dog' model and large language models, which are capable of complex tasks in computer vision and natural language processing.

💡Neural Networks

Neural Networks are a set of algorithms designed to recognize patterns. They are inspired by the human brain and are the foundation of deep learning. The video script describes neural networks as modeled after our brains, with nodes representing neurons that create an artificial neural network capable of learning from data.

💡Convolutional Neural Network (CNN)

A CNN is a type of neural network used primarily in image recognition and computer vision tasks. In the script, the 'hot dog, not hot dog' model is an example of a CNN, which learns to distinguish between images of hot dogs and non-hot dogs by recognizing patterns and features.

💡Large Language Models

Large Language Models are AI models that are trained on vast amounts of text data and can generate human-like text. The video script mentions 'Chachi BT' as an example of a language model that predicts the next word in a sentence based on the context, showcasing the application of AI in natural language processing.

💡APIs (Application Programming Interfaces)

APIs are sets of rules and protocols that allow different software applications to communicate with each other. The video emphasizes the importance of understanding APIs for interacting with AI models, as they are the means to access and utilize AI models built by others.

💡Linear Algebra

Linear Algebra is a branch of mathematics that deals with linear equations and transformations using vectors and matrices. In the context of the video, linear algebra is part of the foundational mathematics needed to understand machine learning algorithms, as it is used for operations on data in neural networks.

💡Statistics

Statistics is the study of the collection, analysis, interpretation, presentation, and organization of data. The video mentions statistics as a fundamental field that is essential for machine learning, including concepts like hypothesis testing and probability, which are used to make inferences and predictions from data.

💡Python

Python is a high-level programming language known for its readability and versatility, making it a popular choice for AI and machine learning applications. The script recommends learning Python basics such as variables, data types, if statements, loops, and object-oriented programming, as they are necessary for building AI applications.

💡Brilliant

Brilliant is an online platform offering interactive courses in STEM subjects. In the video, it is mentioned as a resource for learning foundational subjects like math, statistics, and programming in a way that is engaging and suitable for those with short attention spans. The platform is highlighted for its ability to make complex subjects more accessible.

Highlights

Introduction of the Renon method or Concentric Circle method for learning AI without getting bored or stuck.

The importance of learning the basics of AI and how to use machine learning models with Python.

Building a simple AI project as early as possible to maintain motivation for learning.

Explanation of machine learning through the example of a hot dog classifier.

How machine learning models like CNNs learn to recognize patterns in data.

The process of training a machine learning model with various examples to improve its predictions.

Introduction to Chachi BT, a machine learning model for text data and predicting sentence structures.

The ease of using AI models to build personal AI products even with minimal coding experience.

Basic knowledge required for coding in Python, including variables, data types, and APIs.

Resources for learning Python and understanding APIs for AI model interaction.

The basics of large language models and their application in AI chatbots.

Course recommendations for prompt engineering and using AI models through APIs.

The necessity of understanding the fundamentals of machine learning before diving into algorithms.

Learning intermediate Python modules for data manipulation in the context of machine learning.

The role of math in machine learning and resources for overcoming the intimidation of mathematical concepts.

Statistics concepts important for machine learning and resources for learning them effectively.

Using AI models like Chat GPT as personal tutors to explain difficult concepts.

Deep dive into machine learning categories, algorithms, and the difference between supervised and unsupervised learning.

Introduction to artificial neural networks and their comparison to human brain neurons.

Exploration of deep learning, its layers, and specializations like computer vision and natural language processing.

Resources for diving deeper into subfields of AI like computer vision and natural language processing.

Advice on choosing one resource and building projects to consolidate learning rather than information overload.

Introduction to Brilliant as an interactive learning platform for STEM subjects, including AI and math.

Special offer for Brilliant's annual membership for the first 200 people using the provided link.

Transcripts

play00:00

before anybody makes a comment yes I do

play00:02

know that my hair is wet but I got to go

play00:04

somewhere after this video is for my

play00:05

short attention span friends who still

play00:08

want to learn AI so usually when you're

play00:10

trying to learn something new it look

play00:12

something like a straight line first you

play00:14

learn calculus linear algebra

play00:15

probability statistics programming

play00:18

machine learning deep learning Etc so

play00:20

kind of like that progression don't get

play00:22

me wrong you do need to learn these

play00:24

things eventually but my problem is that

play00:26

I can't even get past one of these

play00:28

subjects without getting really bored

play00:30

getting stuck and giving up hey no hate

play00:32

these are amazing resources so what if

play00:34

it's not the resources themselves that's

play00:36

the problem but the way that we use them

play00:39

is there a way that we can learn Ai and

play00:42

not give up introducing the renon method

play00:46

or if for some strange reason you don't

play00:48

like Naruto the concentric Circle method

play00:51

how does it work so in the middle of the

play00:53

renegon you have the thing that you want

play00:55

to learn which is AI we go from the

play00:57

middle and we go outwards so for the

play00:59

small circle we just need to learn the

play01:01

basics of AI such as a high level of how

play01:03

machine Learning Works how large

play01:04

language models work but most

play01:06

importantly how do you use these models

play01:08

with python don't worry I'll go into a

play01:10

lot more detail about exactly what you

play01:11

need to learn and recommend some

play01:13

resources later but the point is that

play01:15

you learn just enough so that you're

play01:17

able to build a really cool AI thing

play01:19

like this study tool or personal AI

play01:21

assistant as soon as possible like I'm

play01:23

saying realistically 1 month if you have

play01:26

zero coding experience and a week or two

play01:28

if you have some intermediate experience

play01:30

in Python and then after you do this we

play01:32

take this excitement and satisfaction of

play01:35

building this really cool thing and we

play01:37

use that as motivation to go into the

play01:39

next layer of the circle we dive a

play01:41

little bit deeper into what exactly is

play01:43

machine learning how does it work as

play01:44

some of the math surrounding it which

play01:46

would allow us to then build something

play01:47

else that is really cool and then use

play01:49

that as motivation to expand again into

play01:51

the next level of the circle so you kind

play01:52

of just repeat this cycle so that you're

play01:54

learning more and more advanced things

play01:56

and also getting to apply them until you

play01:58

become quite Advent and be able to tr

play01:59

truly understand AI models like how chat

play02:01

GPT works and even build your

play02:04

own so what is machine learning let's

play02:07

start with a hot dog do pizza yes do

play02:12

pizza that's that's it it only does hot

play02:14

dogs no and a naha dog so that was an

play02:17

example of machine learning machine

play02:19

learning is a way for computers to learn

play02:21

and make decisions by themselves by

play02:23

studying a recognizing patterns in data

play02:25

there are many different types of

play02:26

machine learning models and this one

play02:28

specifically is called a CNS a

play02:30

convolutional neuron Network by the way

play02:31

I might be throwing some terminology

play02:33

here and there but don't worry about

play02:35

remembering things and understanding I'm

play02:37

just putting these here so as you're

play02:38

learning you kind of go like oh like she

play02:40

talked about this like I'm learning this

play02:42

right now I'll be explaining more about

play02:43

how these work later in the video as

play02:44

well but first let's talk about how

play02:45

Jimmy was able to build this hot dog not

play02:48

hot dog model so first you have your

play02:49

little baby model that has not seen the

play02:51

world yet and you got to start feeding

play02:53

it images about hot dogs but you also

play02:55

have to show it pictures of not hot dogs

play02:57

you also want to show it some tricky

play02:58

cases like this dog that looks like a

play03:00

hot dog and this hot dog sausage doesn't

play03:02

have a bun I don't know if that's still

play03:03

considered a hot dog is that actually a

play03:04

hot dog though anyways you do this many

play03:06

many times and it starts to learn what

play03:08

is considered a hot dog and what is not

play03:09

considered a hot dog or more

play03:11

specifically what are the features that

play03:14

make it more hot dog like and what are

play03:16

the features that make it less likely to

play03:17

be a hot dog for example if it sees this

play03:19

cylindrical reddish thing it makes a

play03:21

note that this is an increased

play03:22

likelihood of that being a hot dog and

play03:24

it sees this white stuff around this red

play03:26

thing and again it will make a note that

play03:27

there's an increase in a likelihood of

play03:29

being this hot dog it will then come up

play03:30

a score with its prediction of How

play03:32

likely it is a hot dog but for example

play03:34

if it sees this triangular looking thing

play03:36

it goes like huh triangles are not hot

play03:39

dog like so it decreases the likelihood

play03:41

of that being a hot dog and so on and so

play03:43

forth until it gets better and better at

play03:45

predicting whether it's a hot dog or not

play03:46

a hot dog now let's take a look at

play03:48

Chachi BT over here which is also a

play03:50

machine learning model except in this

play03:51

case the data we're feeding it is a

play03:53

bunch of text Data like the entire

play03:55

internet's Text data and it uses his

play03:57

data to predict the next words in a

play03:59

sentence it's based upon its previous

play04:00

words for example if you have the words

play04:02

I am and the word sleeping it'll give a

play04:05

likelihood of that being the next word

play04:06

which is probably relatively high but

play04:08

there can also be a word like potato

play04:10

which probably has a pretty low

play04:11

likelihood of being an next word so the

play04:13

algorithm picks the word with the

play04:14

highest probability and it somehow

play04:17

magically is able to chain these

play04:18

together to form coherent sentences

play04:21

isn't that crazy like thinking about how

play04:22

it actually works of course I'm

play04:23

simplifying things a little bit here for

play04:25

now though what's very exciting is that

play04:27

you can actually use these AI models

play04:29

pretty easy easily to start building

play04:30

your own AI products say like this AI

play04:32

personal assistant that's able to

play04:34

schedule your life and stuff and by

play04:35

easily I mean if you have zero knowledge

play04:37

about coding it'll probably take you

play04:39

about a month or if you have some

play04:40

intermediate level of coding it'll take

play04:42

you like less than a week or two what

play04:44

you need to learn first is the basics of

play04:45

python variables data types if

play04:47

statements Loops objectoriented

play04:49

programming and apis which stands for

play04:51

application programming interfaces and

play04:53

it's for interacting with other people's

play04:55

software I'm also going to give you some

play04:56

suggestions for resources brilliant has

play04:58

a super beginner friendly course which

play05:00

is super interactive which is great for

play05:02

people with very short attention spans

play05:03

cuz you can like you know do the little

play05:05

dios and click things and things pop up

play05:07

you can get started with brilliant for

play05:08

free they also are the sponsor of

play05:10

today's video If you prefer video

play05:11

learning there is this really good

play05:13

introduction to python from free code

play05:15

camp and if you're into text or reading

play05:16

textbooks so me personally I'm not that

play05:18

into textbooks because it makes me

play05:20

really bored easily but I have heard

play05:22

that this book automate the boring stuff

play05:25

is a really good introduction I want you

play05:27

to especially focus on understanding

play05:28

apis and how to use them because that's

play05:30

how we're going to be able to use these

play05:32

AI models that other people made next

play05:33

we're going to learn the very Basics

play05:35

about large language models which are

play05:37

the AI models that power chat Bots like

play05:39

chat gbt brilliant also has a crash

play05:41

course on large language models which is

play05:43

super beginner friendly like you don't

play05:45

even need to know how to code but if

play05:46

you're into videos this is a 1-hour

play05:48

introduction to large language models by

play05:49

Andre karthy who is an expert in this

play05:51

field next up we're going to do this

play05:53

course on prompt engineering for

play05:54

developers this course is only an hour

play05:56

long and is completely free from

play05:57

deeplearning.ai but seriously this is

play05:59

such a good course in starting to build

play06:01

AI products using open AI apis it

play06:03

teaches you prompt engineering en able

play06:05

to interact with AI models and how to

play06:07

connect and use the API to access the

play06:09

models all right at this point you have

play06:12

the basics of building AI products you

play06:14

can use open AI apis in order to build

play06:17

chat Bots and personal assistance you

play06:19

can also generate images from Models

play06:21

like do also link some more apis that

play06:23

you can use to generate text to video

play06:25

and other cool things you can do also

play06:27

link some examples of projects that you

play06:28

can build Link

play06:30

description you now know how to use AI

play06:32

models through apis but you still don't

play06:34

really know how they work or how to make

play06:36

your own to be able to do that it's kind

play06:38

of like building the foundations of the

play06:40

building you need to lay a very solid

play06:42

foundation first by getting a better

play06:44

understanding of machine learning but

play06:45

before we can dive into the machine

play06:47

learning algorithms themselves we still

play06:49

need to take a step back and break it

play06:50

down into its sub fields of fundamental

play06:52

mathematics statistics and programming

play06:55

specifically in Python what you need to

play06:56

learn one at this intermediate level of

play06:59

python you need to start learning more

play07:00

modules that are related to data

play07:02

manipulation because you need to use

play07:03

data in order to teach your machine

play07:05

learning model stuff so we need to learn

play07:07

the modules of numpy pandas matpa live

play07:10

for data visualization and pyit learn

play07:12

for building machine learning models

play07:13

there are so many great tutorials and

play07:15

courses out there and I'll link them

play07:16

below free code Camp is probably my

play07:18

favorite resource and if you're into

play07:20

books python for data analysis I've

play07:22

heard is very good now math these scary

play07:25

stuff A lot of people are intimidated by

play07:27

math I am also intimidated by math math

play07:29

so the good news is that you don't need

play07:31

to learn that much of math you don't

play07:32

need to sit there and learn how to do

play07:33

like derivatives by hand you just need

play07:35

to understand like the concept of

play07:36

calculus the contract of what a matrix

play07:38

is for linear algebra how to use

play07:40

probability to determine the likelihood

play07:42

of something that's about to happen

play07:43

these are the foundations of machine

play07:44

learning models for my short attention

play07:46

span friends especially I feel like for

play07:47

math math is like especially challenging

play07:49

because it's it can be so boring

play07:51

brilliant is nice and interactive and it

play07:52

gives examples of things so I recommend

play07:54

the coures calculus fundamentals

play07:56

introduction to linear algebra and

play07:57

introduction to probability you can also

play07:59

take this math for ML specialization

play08:00

free on corsera if you want to dive a

play08:02

little bit deeper next up statistics you

play08:04

got to know things like descriptive

play08:05

statistics inferential statistics

play08:08

hypothesis testing Central limit theorem

play08:10

distributions confidence intervals it

play08:12

sounds like a lot but it's pretty much

play08:13

just first year statistics in college

play08:15

again brilliant is how I personally

play08:16

brushed up and learned more about

play08:18

statistics but I also love supplementing

play08:20

with my all-time favorite techdata

play08:23

YouTuber Josh starmer He is very short

play08:25

attention span friendly because how can

play08:27

you possibly get bored of someone

play08:29

singing about math don't be afraid of

play08:32

neur networks they're not scary if you

play08:35

want something more thorough there's a

play08:36

Standford course on corsera called

play08:38

introduction to statistics by the way a

play08:39

pro tip especially for subjects like

play08:41

math that are kind of like conceptual

play08:42

and hard to understand using chat PT as

play08:44

a personal tutor is literally a game

play08:46

changer it can help explain difficult

play08:48

Concepts and give analogies for things

play08:50

uh where you can like use it to dive

play08:51

deeper into stuff so I'm not going to go

play08:52

into too much detail about how to do

play08:54

that because I already made a video

play08:55

which I'll link over here talking about

play08:57

how to use CH PT as a learning tool

play08:58

highly recommend all right all right now

play09:00

we have truly laid a very solid

play09:03

foundation and we can now dive into

play09:05

machine learning yay machine learning as

play09:07

a field is very very large and there's a

play09:09

lot of different aspects of it so I only

play09:11

want you to focus on understanding the

play09:12

categories of different algorithms and

play09:14

some of the example algorithms out there

play09:16

stuff like regressions K means

play09:18

clustering decision trees Etc and

play09:20

understand the difference between

play09:20

supervised and unsupervised learning

play09:22

Josh starmer is absolutely my go-to for

play09:24

machine learning content I give Josh

play09:26

full credit for me actually graduating

play09:27

my Master's Degree because I took with

play09:29

this really hard machine learning course

play09:30

and yeah like I would not have graduated

play09:32

without him if you wanted something a

play09:33

little bit more thorough there's also

play09:35

the Stanford and deeplearning.ai course

play09:37

called machine learning specialization

play09:39

all right we' have expanded into the

play09:41

next

play09:42

[Music]

play09:47

Circle neurons are cells in your brain

play09:50

that form a network so that you're able

play09:52

to think and do stuff now ai is modeled

play09:55

after our brains we have these nodes

play09:56

that represent neurons which create what

play09:58

we call artificial neuron networks if

play10:00

you feed these neuron networks data it's

play10:02

able to start learning by itself kind of

play10:04

like when a baby is first born it

play10:06

doesn't really like have anything in its

play10:07

brain but as it starts having more

play10:09

experiences collecting more data it's

play10:11

able to start learning by itself now if

play10:12

you start stacking layers and layers of

play10:14

these neurons together things start

play10:16

getting really interesting and you can

play10:18

create models that are capable of doing

play10:19

incredible tasks this is called Deep

play10:21

learning cuz you got a lot of layers

play10:23

stack together and it's like very deep

play10:25

it's an advanced subfield of machine

play10:27

learning the hot dog no hot dog am model

play10:29

is a model that uses deep learning

play10:30

specifically in the field of computer

play10:32

vision and the AI models that powers

play10:34

chat Bots like chat gbt are called large

play10:36

language models they also use deep

play10:37

learning in the field of natural

play10:39

language processing okay so at this

play10:41

point we're another layer deep and

play10:42

learning about deep learning deep

play10:45

learning layer deep and learning about

play10:47

specializations like computer vision and

play10:49

large language models some recommended

play10:51

resources Brilliance introduction in

play10:53

neuron Network covers the basics and the

play10:55

artificial neuron Network course goes

play10:57

into deep learning again Josh sarmer is

play10:58

just is the best and if you want to go a

play11:00

little bit deeper there's a corsera

play11:01

specialization in deep learning now at

play11:03

this point you can also start branching

play11:04

out into different sub Fields like for

play11:07

example you're interested in hot dogs

play11:08

and not hot dogs you can dive deeper

play11:10

into computer vision and here's also a

play11:11

free corsera specialization on it or if

play11:13

you're interested in large language

play11:15

models and things like that you can dive

play11:16

deeper into natural language processing

play11:18

here's another specialization of corsera

play11:20

a final quick tip okay I do know I give

play11:21

a lot of different resources here but

play11:23

that's mostly just to give you guys a

play11:25

variety based upon what kind of learning

play11:27

style you have do not I repeat do not

play11:30

try to go through all the different

play11:32

resources and try to like learn every

play11:34

single little thing and get like really

play11:36

obsessed with everything just choose one

play11:37

of these resources they're all amazing

play11:39

go through it and then start building

play11:41

your own projects you can build your own

play11:43

neuro networks contribute towards open

play11:45

source AI models and fine-tune other

play11:47

people's models now I want to talk a

play11:48

little bit more about the sponsor of

play11:49

today's video brilliant thank you

play11:51

brilliant I've already mentioned them a

play11:52

few times especially for short attention

play11:55

span friends because they're so

play11:56

interactive brilliant actually only

play11:58

specializ izes and stem subjects so that

play12:00

they're able to make the best courses to

play12:02

teach these subjects I personally love

play12:04

using brilliant whenever I want to learn

play12:05

new things and brush up on different

play12:07

skills especially the math and stats

play12:08

part I get so bored when I try to just

play12:10

like watch a video or do some courses um

play12:13

so just you know having those like

play12:15

little interactive things helps a lot in

play12:17

my understanding they have Timeless

play12:18

course offerings like math and stats

play12:20

programming and python as well as new

play12:22

course offerings like the neuron

play12:23

networks courses for the Deep learning

play12:25

and introduction to large language

play12:27

models you can join a millions of people

play12:28

already learning on brilliant I head on

play12:30

over to this link to get started for

play12:31

free also linked in description if you

play12:32

go through my link the first 200 people

play12:34

will get 20% off in annual membership

play12:36

all right that is the end of today's

play12:38

video thank you guys all so much for

play12:39

watching let me know in the comments if

play12:41

you're now interested in learning Ai and

play12:43

if you want me to make more videos

play12:45

related to learning AI things I don't

play12:47

know if you guys are into that okay

play12:49

anyways have a wonderful day and I'll

play12:51

see you guys in the next video or live

play12:52

stream

Rate This

5.0 / 5 (0 votes)

Ähnliche Tags
AI LearningMachine LearningDeep LearningPython CodingEducational ToolInteractive LearningNaruto MethodConcentric CircleCoding BasicsAI ModelsData Science
Benötigen Sie eine Zusammenfassung auf Englisch?