Introduction - Vertex AI for ML Operations

StatMike
4 Jan 202214:48

Summary

TLDRIn this introductory video, Mike, a Google statistician, likens machine learning workflows to assembling jigsaw puzzles, emphasizing their uniqueness and importance in efficiency. He plans to share various workflows through a series of videos and a GitHub repository, featuring end-to-end machine learning projects using Google Cloud's Vertex AI. Mike encourages viewers to explore all videos for new insights and suggests learning resources for those interested in machine learning, inviting feedback and collaboration to improve the shared knowledge base.

Takeaways

  • ๐Ÿงฉ The video uses the analogy of jigsaw puzzles to discuss the uniqueness and personalization in machine learning workflows.
  • ๐Ÿ” Mike, a Google statistician, aims to share and explore different machine learning workflows in this series of videos.
  • ๐Ÿ“š He emphasizes the importance of learning from others' workflows to improve one's own efficiency in machine learning projects.
  • ๐ŸŒ The series will cover workflows using Google Cloud and Vertex AI, focusing on their integration and application in end-to-end machine learning projects.
  • ๐Ÿ“˜ Content will be based on a GitHub repository containing Jupyter notebooks, which is a common tool in the machine learning community.
  • ๐Ÿ› ๏ธ The series will guide viewers on setting up a Google Cloud environment, sourcing data, and using various machine learning methods including AutoML, custom training, and BigQuery ML.
  • ๐ŸŽ“ Mike recommends resources for learning machine learning, including Google's Machine Learning Crash Course, Andrew Ng's course on Coursera, and Grant Sanderson's (3Blue1Brown) YouTube playlists.
  • ๐Ÿ”‘ The video series is designed to be modular, allowing viewers to skip around based on their interests, but Mike encourages watching all to gain a comprehensive understanding.
  • ๐Ÿค– The series will not delve into the low-level details of machine learning algorithms but will focus on connecting process steps to form efficient workflows.
  • ๐Ÿ’ก Mike invites feedback and suggestions for additional workflows or improvements, leveraging the GitHub repository's issue feature for community collaboration.
  • ๐Ÿ‘ He concludes by encouraging viewers to like, subscribe, and comment to show support and contribute to the community.

Q & A

  • What is the main theme of the video series presented by Mike?

    -The main theme of the video series is sharing machine learning workflows using Google Cloud and Vertex AI, with a focus on the unique approaches people take to solve problems, similar to how different people approach jigsaw puzzles.

  • Why does Mike compare machine learning workflows to jigsaw puzzles?

    -Mike compares machine learning workflows to jigsaw puzzles to illustrate the unique and personalized nature of problem-solving approaches in both scenarios, and to emphasize the value of learning from different techniques.

  • What does Mike find most interesting about observing others build puzzles?

    -What Mike finds most interesting is observing the different techniques used by others, which can inspire him to try new methods and potentially become more efficient at tackling puzzles.

  • What is the purpose of the GitHub repository mentioned in the script?

    -The GitHub repository serves as a collection of Jupyter notebooks that demonstrate end-to-end machine learning workflows using Google Cloud and Vertex AI, allowing viewers to follow along and learn from the examples provided.

  • Why does Mike emphasize the importance of learning from others' workflows?

    -Mike emphasizes the importance of learning from others' workflows because they reflect the accumulated knowledge and efficiency strategies of individuals, which can help one quickly improve their own practices in the field of machine learning.

  • What are the different methods Mike plans to cover in the video series?

    -Mike plans to cover methods such as no-clicking no-coding model building and deployment, custom training, using BigQuery's built-in machine learning, and working with TensorFlow, among others.

  • What does Mike suggest for someone who wants to learn more about machine learning?

    -Mike suggests starting with a high-level overview from the Google Machine Learning Crash Course, then watching Grant Sanderson's video series on neural networks, and finally taking the Machine Learning course from Stanford on Coursera for a deeper understanding of the fundamentals.

  • What is the structure of the video series according to the transcript?

    -The video series is structured into multiple parts, starting with setting up the environment, followed by data sourcing, and then covering various methods of model training and deployment, including no-clicking no-coding, custom training, and using different tools like TensorFlow and BigQuery ML.

  • How does Mike plan to make the video series accessible and modular?

    -Mike plans to make the video series modular by ensuring each video starts with prerequisites, allowing viewers to skip around or focus on specific parts that interest them, while still being able to follow along with the workflow.

  • What is the role of the GitHub repository in relation to the video series?

    -The GitHub repository is where the Jupyter notebooks corresponding to each video are hosted, providing a practical, interactive way for viewers to engage with the workflows demonstrated in the series.

  • How does Mike encourage viewer engagement and feedback?

    -Mike encourages viewer engagement by asking viewers to like, subscribe, and comment on the videos, as well as to use the GitHub repository's issues feature to provide feedback, suggest improvements, or start discussions.

Outlines

00:00

๐Ÿงฉ Introduction to Machine Learning Workflows

In this introductory paragraph, Mike, a Googler and statistician, sets the stage for a series of videos on machine learning workflows. He uses the analogy of assembling jigsaw puzzles to illustrate the unique and personal nature of workflows in machine learning. He explains that, much like puzzle assembly techniques vary among individuals, so do the workflows in machine learning. Mike's passion for learning and sharing is evident as he invites viewers into his office and introduces the concept of exploring different techniques to improve efficiency. The video series aims to share workflows observed in the field, with the goal of helping viewers incorporate new methods into their future projects. The content will be hosted on a GitHub repository, featuring Jupyter notebooks as a common platform for machine learning work.

05:00

๐Ÿ› ๏ธ Setting Up the Machine Learning Environment

Mike outlines the structure of the video series, which begins with setting up a Google Cloud environment in the first video. He plans to introduce a data source and discuss the selection process in the following videos. The series will cover various methods of training and deploying machine learning models, including no-click procedures, coding with Python, and higher-level orchestration. Mike emphasizes the importance of understanding the core components of Vertex AI and Google Cloud Platform to tailor workflows to individual needs. He also addresses common questions, such as the scope of the series, the order of watching the videos, and how to learn machine learning. He suggests that while the series won't delve into the minutiae of every machine learning method, it will focus on connecting process steps to form efficient workflows.

10:02

๐Ÿ“š Recommended Learning Resources for Machine Learning

In this paragraph, Mike shares his favorite resources for learning machine learning, acknowledging that the series is not a comprehensive tutorial on the subject. He recommends starting with Google's 'Machine Learning Crash Course' for an overview of terminology and problem framing. Next, he suggests the 'Machine Learning' course by Andrew Ng on Coursera for a deeper understanding of algorithms. Lastly, he points to YouTube playlists by Grant Sanderson of '3Blue1Brown' for visually engaging explanations of neural networks and foundational math concepts. Mike encourages viewers to engage with the content, provide feedback, and use the GitHub repository for ongoing collaboration and updates to the shared workflows.

Mindmap

Keywords

๐Ÿ’กJigsaw Puzzles

Jigsaw puzzles are a metaphor used in the video to illustrate the process of building machine learning workflows. They represent the complex and varied approaches one might take to solve a problem, much like assembling a puzzle from many pieces. In the script, the speaker compares different techniques of solving jigsaw puzzles within his family to the diverse workflows in machine learning, emphasizing the uniqueness and personalization of each approach.

๐Ÿ’กMachine Learning

Machine learning is a core concept in the video, referring to the field of study that gives computers the ability to learn and improve from experience without being explicitly programmed. The video discusses machine learning workflows, which are the processes and steps involved in creating machine learning models. The script mentions various machine learning techniques and tools, such as Automl, custom training, and BigQuery's machine learning capabilities.

๐Ÿ’กWorkflows

Workflows in the context of this video are the sequences of steps, tools, and methods used to accomplish a machine learning project. The speaker believes that workflows are as unique as fingerprints, indicating the individuality and personal touch each professional brings to their work. The video aims to share different workflows to inspire viewers to consider new techniques for their own projects.

๐Ÿ’กGoogle Cloud

Google Cloud is a suite of cloud computing services offered by Google. It is mentioned in the script as the platform on which the machine learning workflows are demonstrated. The video series will guide viewers on setting up a Google Cloud environment and using its services like Vertex AI and BigQuery for machine learning tasks.

๐Ÿ’กVertex AI

Vertex AI is a Google Cloud service for building and deploying machine learning models. The video script discusses using Vertex AI for various machine learning workflows, including automated procedures, custom training, and deployment of models. It is positioned as a key component in the Google Cloud ecosystem for machine learning.

๐Ÿ’กAutomated Procedures

Automated procedures refer to processes that can be executed without manual intervention. In the script, the speaker mentions using automated procedures like AutoML to train and deploy models, which simplifies the machine learning process by reducing the need for detailed coding or configuration.

๐Ÿ’กCustom Training

Custom training is a process in machine learning where models are trained using specific data sets and configurations tailored to the user's needs. The video script mentions custom training as one of the methods to be explored, allowing for more control over the machine learning process compared to automated procedures.

๐Ÿ’กBigQuery

BigQuery is a fully-managed, serverless data warehouse that enables super-fast SQL queries using the processing power of Google's infrastructure. The script mentions BigQuery's built-in machine learning capabilities, which allow for data analysis and model training directly within the data warehouse.

๐Ÿ’กTensorFlow

TensorFlow is an open-source software library for dataflow and differentiable programming across a range of tasks, and it is also a popular framework for machine learning. The video script includes TensorFlow as one of the tools to be used in custom modeling workflows, highlighting its flexibility and wide usage in the field.

๐Ÿ’กGitHub Repository

A GitHub repository is a location where projects are stored and version-controlled using Git. In the script, the speaker mentions a GitHub repository containing Jupyter notebooks that will be used to demonstrate the machine learning workflows. This repository serves as a practical resource for viewers to follow along with the video series.

๐Ÿ’กJupyter Notebooks

Jupyter Notebooks are open-source web applications that allow creation and sharing of documents containing live code, equations, visualizations, and narrative text. The video script refers to Jupyter Notebooks as the format for the content in the GitHub repository, which will be used to demonstrate and share machine learning workflows.

๐Ÿ’กOrchestration

Orchestration in the context of this video refers to the automation of complex processes into a coherent sequence. The speaker mentions 'bottling up' code into a higher level of abstraction called orchestration, which streamlines the workflow by automating repetitive tasks, making the process more efficient.

Highlights

Mike, a Googler and statistician, shares his passion for learning and sharing in the context of machine learning workflows.

Jigsaw puzzles are used as a metaphor for the diverse approaches to solving problems in machine learning.

Workflows in machine learning are as unique as fingerprints, reflecting individual experiences and efficiencies.

The importance of learning from others' workflows to improve one's own efficiency in machine learning projects.

Introduction of a series of videos focusing on sharing workflows in machine learning using Google Cloud and Vertex AI.

The video series will cover end-to-end machine learning projects, showing different techniques and tools.

The series will be structured to allow viewers to skip around based on their interests.

GitHub repository containing Jupyter notebooks will be the central resource for the video series.

Explanation of how to set up a Google Cloud environment for machine learning.

Discussion on selecting a data source and making it available for various training methods.

Introduction to using automated procedures like AutoML for training and deploying models.

Use of custom training, BigQuery's built-in machine learning, and TensorFlow in the series.

Visual aids will be provided to help explain the workflows and processes in the videos.

The series will not cover very low-level details to maintain focus on connecting process steps in workflows.

Viewers are encouraged to watch all videos for a comprehensive understanding, but each video will have prerequisites listed.

Mike's recommendations for learning machine learning, including courses and YouTube playlists.

Invitation for feedback and collaboration through GitHub issues to improve and expand the repository.

Emphasis on the collaborative nature of AI and ML, aiming to make the field more approachable and well-connected.

Transcripts

play00:02

welcome i'm mike a googler a

play00:04

statistician and i'm passionate about

play00:06

learning and sharing today i'm a friend

play00:08

and i welcome you

play00:10

in

play00:11

to my office

play00:13

here we are

play00:14

i want to start this series with a

play00:17

little story

play00:19

it involves these you probably recognize

play00:21

these these are jigsaw puzzle pieces uh

play00:23

jigsaw puzzles are a big part of my

play00:25

family these two pieces go to

play00:28

this gigantic puzzle that we're working

play00:30

on right now has

play00:31

more than 2 000 pieces

play00:34

and i bring this up for a reason

play00:37

i find that there's a lot of things that

play00:39

we do in common when different people

play00:41

build jigsaw puzzles maybe we aim for

play00:42

the corner pieces

play00:44

maybe we fill in the edges because the

play00:46

pieces are a little easier to identify

play00:48

they have a flat side depending on the

play00:50

cut of the puzzle

play00:52

and it's a little easier to frame and

play00:54

see the size of what you're about to

play00:56

work on but when you go to the middle my

play00:58

preferred method is looking for objects

play01:00

that have like clear lines and then i

play01:03

can pick those pieces uh

play01:05

my wife she likes to pick ones where

play01:07

like sections with a color that's easy

play01:09

to identify amongst all the pieces

play01:12

i find that when i work with my mom

play01:15

she takes the approach of kind of inside

play01:18

out she looks for features and she

play01:20

builds upon those and then connects them

play01:22

to adjacent features

play01:24

but what's most interesting about

play01:27

watching family members and others build

play01:29

puzzles is i see techniques that aren't

play01:32

my own

play01:33

and then when i get a new puzzle i might

play01:36

consider trying a different technique

play01:38

that might help me or make me more

play01:40

efficient at that particular puzzle

play01:42

why are we talking about puzzles you

play01:44

clicked on a link that's related to

play01:45

machine learning and google cloud with

play01:47

vertex ai well here's why

play01:50

i believe

play01:52

workflows are the most important part of

play01:54

how we do

play01:55

our work and in machine learning

play01:57

workflows are almost as unique as a

play01:59

fingerprint

play02:00

my favorite thing to do when i go to

play02:01

conferences or meet new people who are

play02:03

in the same field is ask them

play02:06

how do you do your work and why do you

play02:08

do it that way i remember being very

play02:09

very young as a statistician and going

play02:11

to

play02:12

uh the joint statistical meeting the

play02:13

largest gathering of statisticians in

play02:15

the world and whenever i'd meet someone

play02:16

the first thing i'd say is what software

play02:18

do you use how do you use it why do you

play02:19

use it that way and i would hopefully

play02:21

get them to show me on their computer at

play02:24

the time

play02:25

how they did their job and that made me

play02:28

an infinitely better statistician very

play02:30

very quickly because

play02:32

the workflows are like the mirrors of

play02:34

what they've learned throughout their

play02:36

career to make themselves efficient and

play02:38

i can immediately assimilate and decide

play02:41

do i want that do i want to take parts

play02:43

of that do i want to consider that when

play02:45

a new project comes up where that might

play02:47

fit better than my typical way and that

play02:50

is what this series of videos is going

play02:52

to be about it's going to be about

play02:54

sharing workflows

play02:56

that

play02:57

i have seen with customers with friends

play02:59

my own curiosity

play03:01

and i'm going to put them together in

play03:03

end-to-end pieces that show like a

play03:06

machine learning project

play03:08

and share it with you i'm going to try

play03:10

to make them independent so that you can

play03:11

skip around or only visit the ones that

play03:14

seem to match what you're interested in

play03:16

but i encourage you to try visiting all

play03:18

of these and see

play03:20

maybe it offers something that you can

play03:22

incorporate in one of your future

play03:23

projects

play03:25

so let's take a look at a few things

play03:26

here

play03:27

this is all going to be based on a

play03:29

github repository i put it in the lower

play03:32

screen here

play03:33

um

play03:35

let's actually make that bigger so we

play03:38

can all see it

play03:40

all right

play03:43

in this

play03:44

series it's a github repo made up of

play03:48

jupiter notebooks a common way that we

play03:50

work in machine learning

play03:52

you can visit these notebooks directly

play03:54

in this repository it's linked in the

play03:56

description of the video if you ended up

play03:57

at the video first

play03:59

maybe you ended up at the repository and

play04:01

you clicked the video here and that's

play04:03

the one you're watching

play04:05

within here i'm going to

play04:07

tell you how to set up a google cloud

play04:09

environment that's the next video i'm

play04:11

going to

play04:12

bring in a data source and make it

play04:13

available for all the different training

play04:15

methods that we're going to use

play04:18

and i'll talk about why i picked that

play04:19

one and how others might work that'll be

play04:21

the next video after that one

play04:23

and then we will start going through

play04:26

using automated procedures like automl

play04:29

to train a model and deploy a model

play04:30

we'll use custom training

play04:33

we'll even use bigquery's built-in

play04:35

machine learning for part of this we'll

play04:37

use tensorflow

play04:40

as you go through these i've put up some

play04:42

visuals that i'm going to use in the

play04:44

videos to help explain what i'm doing uh

play04:47

one of my favorites is this one i'm

play04:49

going to zoom in a little bit here and

play04:50

let's take a look

play04:53

let's see

play05:00

each of these columns is one of these

play05:01

workflows uh video zero that's setting

play05:05

up the environment one is the data

play05:06

source and then this starts with two

play05:08

there are two uh three videos in that

play05:11

are labeled two a b and c

play05:14

the first is going to use no clicking no

play05:16

coding it's it are all clicking no

play05:18

coding we're gonna go to a console and

play05:20

we're gonna build a model and deploy a

play05:22

model and get predictions all directly

play05:24

through the web browser in the second

play05:27

one we're going to replicate the same

play05:29

thing but we're going to actually write

play05:31

code from python to orchestrate all the

play05:34

same things that we clicked with in the

play05:35

first one and the third

play05:37

we're going to bottle up that code into

play05:40

a higher level abstraction called

play05:42

orchestration

play05:43

and we're going to kind of like build a

play05:44

treadmill or a people mover at the

play05:46

airport to just automatically move

play05:48

through a lot of the process steps

play05:51

then videos three those have two a and b

play05:54

we're going to look at completely

play05:56

working inside bigquery and then in the

play05:58

second of those videos we're gonna

play05:59

extract the model from bigquery and

play06:01

bring it to vertex and deploy it

play06:03

then

play06:04

with four and five and on we're gonna

play06:07

take custom modeling we're gonna take

play06:09

tensorflow we're gonna take scikit-learn

play06:10

we're gonna take

play06:12

a number of other tools and we're going

play06:14

to

play06:15

train models and deploy models but we're

play06:17

gonna use the core components of vertex

play06:19

ai and google cloud platform to show

play06:21

that it enables whatever fingerprint of

play06:24

a workflow you want

play06:28

before we get going further

play06:31

there's probably some common questions

play06:33

that people ask at this point so let's

play06:35

do some q a

play06:40

how about this question first hi mike

play06:43

what is not covered in these workflows

play06:46

what's not covered is going to be

play06:49

uh very low level details i love details

play06:52

um frequent feedback i get is maybe back

play06:55

off of the detail and you're probably

play06:57

going to give me that feedback as well

play07:00

what i want to do is take us to the

play07:02

point where all the process steps

play07:04

connect and focus on the details of

play07:07

connecting those to create workflows but

play07:10

once you're inside of a process step

play07:11

like machine learning we might not go

play07:14

into all the different methods and all

play07:15

the different architectures and all the

play07:17

details of how to perfect an

play07:18

architecture for a particular data type

play07:21

we'll back off of that maybe save that

play07:23

for a different video series so that we

play07:25

can focus in our workflows here

play07:30

do i have to watch all the videos does

play07:32

order matter

play07:33

uh i would encourage you to watch them

play07:35

all because that's how we assimilate new

play07:37

ideas you might be bored in a few maybe

play07:39

it's like not interesting to your

play07:41

particular field or how you work but

play07:44

it's still exposure to something that

play07:46

matters to someone somewhere that's why

play07:48

i put it here

play07:49

it just

play07:50

maybe exposes you to a new tool that

play07:52

you'll use but if you don't if you go to

play07:53

any additional video in the series the

play07:56

first thing i'll start with is

play07:57

prerequisites which previous ones are

play07:59

previous notebooks with videos

play08:02

you might need to get to that point and

play08:05

run it

play08:06

but i've always made the path to each

play08:08

one as short as possible

play08:13

how do i learn machine learning

play08:16

this is my favorite question uh

play08:18

unfortunately it's not what this video

play08:19

series is about but i have an answer for

play08:22

you at least my answer

play08:24

this is the best part about living right

play08:26

now is if you ask this question 20 years

play08:29

ago

play08:30

both the field wasn't quite as mature

play08:33

but the availability of great content

play08:36

like youtube and coursera and

play08:38

pluralsight and a million other sources

play08:40

they just weren't out there and now

play08:43

they're everywhere so i'm going to give

play08:44

you my favorites let's jump over to the

play08:47

screen

play08:51

and let's scroll down in the repository

play08:53

to a section i added in to the readme

play08:56

called exactly this learning machine

play08:58

learning

play08:59

okay so it's made up of three sources

play09:02

again opinionated

play09:05

but these are my favorites and i've

play09:07

shared them with people who've given me

play09:08

feedback who are like mike this really

play09:10

really helped now you're gonna you may

play09:11

be coming from i've had linear algebra

play09:14

in calculus and i get all this stuff i

play09:15

know how it works

play09:17

still peruse these because if you're

play09:19

like me you you love things that confirm

play09:22

your knowledge and these will do that

play09:24

and they will also give you great ways

play09:26

of showing how to explain it to others

play09:28

because these are master teachers in

play09:30

here way better than me

play09:32

um the first is a course from google

play09:35

called the machine learning crash course

play09:37

this is great for terminology in

play09:40

explaining how to identify an ml problem

play09:42

how to frame that problem exposes at a

play09:45

high level to a lot of different methods

play09:47

for supervised and unsupervised learning

play09:50

it references tensorflow apis

play09:52

so it gives you ability to quickly go

play09:54

hands-on with some maybe example data

play09:58

it doesn't go into a lot of details

play10:00

about the mechanics of what's happening

play10:01

underneath

play10:03

and that's why we go to number two on

play10:05

this list and that's uh

play10:07

my favorite course i think somebody told

play10:10

me this is how coursera started was this

play10:12

course i hope that's true but this is a

play10:14

andrewing

play10:15

it's offered by stanford on coursera and

play10:18

it's just called machine learning and it

play10:20

takes you through a few weeks of

play10:23

taking a couple of algorithms and hand

play10:26

coding like building them

play10:28

you will understand how these work after

play10:31

doing this yeah you might complain about

play10:33

software choice uh octave you you might

play10:37

not like that part but it's perfect just

play10:41

do it exactly the way they explain it

play10:43

and

play10:44

use it just as a chance to just absorb

play10:46

information about how things work

play10:49

now

play10:50

the third thing i put on here is a list

play10:52

of

play10:53

three youtube playlists from youtuber

play10:56

grant sanderson with channel called

play10:58

three blue one brown this

play11:01

grant is a master explainer of very

play11:04

advanced information these playlists are

play11:06

my favorite i rewatched them

play11:08

occasionally the first is a neural net

play11:10

playlist it has four videos it'll take

play11:12

you through what a neural net is a

play11:14

simple one

play11:15

it will create it he does everything

play11:17

very visually has his own package to do

play11:19

those

play11:21

he even gets into the fourth video the

play11:22

calculus of back propagation

play11:25

that is the moment where the light bulb

play11:27

comes on for most people like when they

play11:29

understand

play11:31

how the neural net actually learns the

play11:33

gradient descent the minimizing of a

play11:35

loss function how does that

play11:37

mathematically work it's beautiful

play11:40

now as he gets into that video uh

play11:43

you might be begging for a refresher if

play11:45

you're not up to speed uh relevant

play11:47

currently relevant on linear algebra and

play11:50

calculus he's also got two great

play11:52

playlists for those and i put those in

play11:54

here

play11:55

now the order of these i recommend

play11:56

getting the high level from the google

play11:58

crash course machine learning crash

play12:00

course

play12:01

going and watching the video series with

play12:03

grant

play12:05

then going and getting the fundamentals

play12:06

from the machine learning course

play12:08

stanford via coursera

play12:10

and then re-watching those videos from

play12:12

grant the light bulb just comes on like

play12:15

i smile when i watch these i wish i was

play12:17

as brilliant as these people at just

play12:19

teaching and explaining information

play12:22

i think you'll like it uh and if you

play12:24

have a better answer give that to me in

play12:27

the comments or an email because

play12:30

i love this stuff i love learning but i

play12:32

also like watching how other people

play12:33

teach so i can get better at it

play12:36

all right let's jump back to q a i think

play12:39

we have one more question

play12:41

what if i want more detail or i have

play12:43

questions

play12:44

uh

play12:45

this is great this brings us kind of to

play12:47

the the wrap up here

play12:50

uh you're gonna have

play12:52

a feeling after you watch this video if

play12:55

you like it hit the like button if you

play12:56

dislike it

play12:58

hit the dislike button uh try to hit the

play13:00

like button

play13:01

that's like giving me a cookie gives me

play13:03

encouragement to keep making these

play13:04

videos and adding more notebooks to this

play13:06

repository um

play13:08

[Music]

play13:09

additional thing if you want more

play13:12

content like this hit the subscribe

play13:14

button that lets me know hey people are

play13:15

waiting on this kind of stuff like make

play13:17

some more

play13:19

and i'll even reference others if i see

play13:22

subscribers hitting this channel

play13:24

if you want to be alerted when i launch

play13:26

a new video hit the bell also

play13:29

now the next

play13:30

every youtuber says those things

play13:32

i'm not a youtuber

play13:35

did this help you

play13:36

that's like giving a cookie not just to

play13:38

me but to others who are watching the

play13:40

video leave a comment say hey this video

play13:42

helped me this way a little word of

play13:43

affirmation it gives encouragement to

play13:45

others who are watching

play13:47

but the third thing maybe the most

play13:49

important part is you have feedback hey

play13:52

here's an additional workflow that i

play13:53

like i would love for you to include

play13:55

something like that

play13:57

i have an improvement like something

play13:58

you've done could be better i have a

play14:00

correction something you did wasn't

play14:02

quite right or you misspoke okay give me

play14:05

that as well but here's a great thing

play14:07

since we're using a github repository go

play14:09

over there click the issues button at

play14:10

the top start a new issue we'll have a

play14:13

conversation maybe we'll collaborate and

play14:15

create but that way the repository can

play14:18

be updated way faster than i can remake

play14:20

one of these videos and that will make

play14:22

the information relevant to everyone

play14:24

almost immediately

play14:27

and with that i just want to say thank

play14:29

you for hanging in here for this intro

play14:31

video thank you for your time thank you

play14:32

for your feedback that's going to be

play14:34

coming let's work together to make the

play14:36

practice of ai and ml more collaborative

play14:39

more accurate

play14:40

more approachable

play14:42

to a wider and more well-connected

play14:44

audience have a great day

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
Machine LearningGoogle CloudVertex AIWorkflowsJigsaw PuzzlesStatisticianLearningSharingAI CollaborationML ProjectsGoogler Insights