This is awesome. I love that you are teaching us, but also offering your opinion on these services. "I don't like this model" but still going in-depth to educate us. True instructor!
To all my fellow tamil learners..... Indha video mattum podhum.....practice pandrathukku stefan maarek oda udemy practice test vaangikonga Also neenga vera edhavadhu resources padichinga naalum inga reply pannunga namma people ku useful ah irukkum....
Hello everyone. Andrew's course is very good. Just one point of correction: At 9:47:50 the fourth quadrant is Precise, but not accurate. Thanks Andrew.
figure % Nouvelle t=0:pi/30 :2"pi; y=cos(t) % Définitio % Fonction subplot (2,2,1) plot(t.y) title( Normal % Zone sup % Tracer % Titre subplot (2,2.2) plot (t.y. r ) title( En rouge % Zone supe % Tracé en % Titre subplot (2,2,3) plot(t.y,`or); title( Cercles non reliés") Titre subplot (2,2,4) plot(t.y,"*-g'); title( Etoiles reliées en vertel)
Amazing course!! @Andrew Brown - The amount of information for the AI practitioner cert is too much which makes it A GREAT PREP FOR ML ENGINEER. Both exams can be passed with these course.
In the confusion matrix table , the actual negative vs predicted negative should be true negative (TN), actual negative vs predicted positive should be false negative (FN).
wow I am looking up this cert on Udemy and randomly searched it on TH-cam and I found you. Super!!! Hey anyone non-tech, can help to advise me, I am a non-tech background Product Marketing manager, I acquired quite a few certifications from AWS and NVIDIA, such as AWS Cloud practitioner. Do you know that this cert requires some level of coding? Because, honestly I don't have any.
Thanks for all the effort in creating free context. We owe a lot to creators and freecodecamp. However, I do want to flag that ads are out of control for this video, at least. There is an ad every 5 minutes (for the first 4 hours. I almost gave up watching) Ads generate revenue. I get it, but this might lead to exodus.
Most cloud providers are 80% the same with different service names and a few slight nuances. I recommend either AWS Cloud Practitioner or Azure Fundamentals. If you really want a vendor-neutral cert then do the CompTIA Cloud+
Before I use some time on this course already, is there a monetary restriction (for example pay for models or infrastructure) while doing this course, apart from paying the exam in the end? Thank youuu 😎 For context I have never done anything with AWS, but have some experience with AI.
I'd suggest learn Javascript and worry about anything to do with the cloud later. Focus on the fundamentals. Cloud is more about deploying the end product you did with your project. I stand to be corrected
figure % Nouvelle t=0:pi/30 :2"pi; y=cos(t) % Définitio % Fonction subplot (2,2,1) plot(t.y) title( Normal % Zone sup % Tracer % Titre subplot (2,2.2) plot (t.y. r ) title( En rouge % Zone supe % Tracé en % Titre subplot (2,2,3) plot(t.y,`or); title( Cercles non reliés") Titre subplot (2,2,4) plot(t.y,"*-g'); title( Etoiles reliées en vertel)
Great video buddy! If you are preparing for the AWS AI Practitioner exam, then review this mindmap, understand the services you need to cover, and dive deep into each one of them: th-cam.com/video/WvU6wxr42rA/w-d-xo.html
Its insane the amount of free information this channel provides. Thank you all!
This is awesome. I love that you are teaching us, but also offering your opinion on these services. "I don't like this model" but still going in-depth to educate us. True instructor!
Thanks so much!🙌
Andrew Brown is an amazing teacher. I highly recommend the full course on Exam Pro. Thanks for sharing this for free!
Thanks for the kind words! ♥
To all my fellow tamil learners.....
Indha video mattum podhum.....practice pandrathukku stefan maarek oda udemy practice test vaangikonga
Also neenga vera edhavadhu resources padichinga naalum inga reply pannunga namma people ku useful ah irukkum....
Good to see Tamil followers and happy to see us grow! AWS skill builder la free course iruku. Athu helpful ah iruku nu community la paathen.
@naveenkumarsrinivasan aama bro....but adhu usual ellarum first ah poradhu angadha...adhanala tha adha na mention panla
neenga certificate vaangiteengala?
@charan2902 AWS SAA vaangitaen bro....AI certification padichitu irukkaen bro
I was just checking the AI practitoner study guide, and after some minutes got the notification for this course ☺️
Perfect timing! 🙂
Hello everyone.
Andrew's course is very good.
Just one point of correction:
At 9:47:50 the fourth quadrant is Precise, but not accurate.
Thanks Andrew.
i really like how you explain things clearly and make it sound easy, i enjoy watching your live demo so much! in Andrew Brown we trust🙏
Thank you! Glad you enjoy the demos and clear explanations!
We are absolutely beyond “Grateful” for you dear 🎉
You are absolutely amazing 🎉❤ Thank you for sharing a number of rich courses with us dear ❤🎉🎉🎉❤❤
Thank you! We're glad the courses were helpful.
figure
% Nouvelle
t=0:pi/30 :2"pi; y=cos(t)
% Définitio % Fonction
subplot (2,2,1) plot(t.y) title( Normal
% Zone sup % Tracer % Titre
subplot (2,2.2) plot (t.y. r ) title( En rouge
% Zone supe % Tracé en % Titre
subplot (2,2,3) plot(t.y,`or); title( Cercles non reliés")
Titre
subplot (2,2,4) plot(t.y,"*-g'); title( Etoiles reliées en vertel)
figure;
x = linspace(0,pi,30);
% Fonct
hold on
% Maintie
plot(x,cos(x), 'o-r')
% Tracer
plot(x,sin(x),'x-b')
% Tracer
plot(x,exp(-x),'*-g')
% Tracer F
legend('cos(x)','sin(x)','exp(-x)')
% Légende
@10:39:22 Amazon Comprehend
@10:47:12 Amazon Forecast
Amazing course!! @Andrew Brown - The amount of information for the AI practitioner cert is too much which makes it A GREAT PREP FOR ML ENGINEER. Both exams can be passed with these course.
@gloriamaciam Is this video enough to pass the AI practitioner exam? I have AWS Cloud Practioner badge.
@ yes definitely! I meant it over-prepares you which is good but you could also do with less or attempt the ML cert on top
In the confusion matrix table , the actual negative vs predicted negative should be true negative (TN), actual negative vs predicted positive should be false negative (FN).
figure;
x = linspace(0,pi,30);
% Fonct
hold on
% Maintie
plot(x,cos(x), 'o-r')
% Tracer
plot(x,sin(x),'x-b')
% Tracer
plot(x,exp(-x),'*-g')
% Tracer F
legend('cos(x)','sin(x)','exp(-x)')
% Légende
wow I am looking up this cert on Udemy and randomly searched it on TH-cam and I found you. Super!!!
Hey anyone non-tech, can help to advise me, I am a non-tech background Product Marketing manager, I acquired quite a few certifications from AWS and NVIDIA, such as AWS Cloud practitioner. Do you know that this cert requires some level of coding? Because, honestly I don't have any.
Thanks for all the effort in creating free context. We owe a lot to creators and freecodecamp.
However, I do want to flag that ads are out of control for this video, at least. There is an ad every 5 minutes (for the first 4 hours. I almost gave up watching)
Ads generate revenue. I get it, but this might lead to exodus.
Thanks man, waiting for this since the beta version has released ❤❤❤
Thanks for the support!
This certificate is reallly good Chatt
Any suggestions what should an non IT learn in AWS for a stable job.
Any valuable Response will be highly appreciated
Thanks
Thanks Andrew and FCC 👍
sir Andrew brown, which certifications carries the base keen knowledge of all clouds ...
can you share it ..
welcome
Most cloud providers are 80% the same with different service names and a few slight nuances. I recommend either AWS Cloud Practitioner or Azure Fundamentals.
If you really want a vendor-neutral cert then do the CompTIA Cloud+
@@BurnaBwoi hey , thanks for the info,
Will go for it
are you planning to create a course for the AWS ML Engineer Associate certification?
I am waiting for it and DEA as well
Thank you, sir.
Please video on AWS certified security specialist
Oh, I was waiting this
Before I use some time on this course already, is there a monetary restriction (for example pay for models or infrastructure) while doing this course, apart from paying the exam in the end? Thank youuu 😎
For context I have never done anything with AWS, but have some experience with AI.
Hey chat,
I'm still on learning JavaScript. Can I start this now or after Java??
Thanks in advancerino.
☕
I'd suggest learn Javascript and worry about anything to do with the cloud later. Focus on the fundamentals. Cloud is more about deploying the end product you did with your project. I stand to be corrected
Thank you. YOure the Best!
Thank you!
IVE BEEN WAITING FOR
Finally it's live
What are these technologies could be used for? Are these useful for data engineering for instance?
Well I see an answer at 2:46
My Request to Freecpdecamp.
Please Bring Red Hat Linux Course 🙏🏻🙏🏻
Thank you
Thanks !
Is this pdf file avaliable somewhere? The overview
Does this program needs knowing how to code, before starting.
No
Waiting for this
Do I need any official training before taking the exam? Basically I dont have any aws certificate for the moment.
No official training needed, but AWS knowledge will help.
Awesome 😎
Thanks
How can I get the Cheet sheet??
Super
Why I can't see subtitles? Please turn on subtitles
It takes time for the subtitles to process, especially fora video this long. Check back in a day or so
amazing
Never thought a proompter would be a real thing until now
OP is it possible to have this course split into chunks? Any from 20 to 60 minutes would be great ❤
Hit pause on the video. Done.
There are timestamps in the description.
visit his official website examPro
If you want me to buy your stuff include the link in the description. !
figure
% Nouvelle
t=0:pi/30 :2"pi; y=cos(t)
% Définitio % Fonction
subplot (2,2,1) plot(t.y) title( Normal
% Zone sup % Tracer % Titre
subplot (2,2.2) plot (t.y. r ) title( En rouge
% Zone supe % Tracé en % Titre
subplot (2,2,3) plot(t.y,`or); title( Cercles non reliés")
Titre
subplot (2,2,4) plot(t.y,"*-g'); title( Etoiles reliées en vertel)
Chat gpt in a must ,unfortunately
fiquei Por 2:03:07
🙏🏻😎
First comment 😊
Lee Maria Williams Barbara Young Elizabeth
3
Hi all
1st..
Miller Donald Brown Mark Miller Frank
First😅
yo the courses are great stop psychologically attacking me if you want me to watch them
Okay victim
Great video buddy! If you are preparing for the AWS AI Practitioner exam, then review this mindmap, understand the services you need to cover, and dive deep into each one of them: th-cam.com/video/WvU6wxr42rA/w-d-xo.html
Gonzalez Patricia Johnson Daniel Gonzalez Anthony
The audio is garbage on this one, sorry Andrew.
Walker Anna Lopez Charles Jackson William
Please video on AWS certified security specialist
thank you!
thank you
Please video on AWS certified security specialist