You know I'm listening and following this machine learning concepts and I have every confidence that I will be producing brilliant work in the near future
amen, this is the way we can truly learn if we missed our window with college and costs because we also need to afford a living. and who remembers what they learned back then anyways.
for those who struggle following along, the data[features] should not have the "median_house_value", otherwise the r squared would be 1, perfectly fit, which is incorrect. She made a typo there, I suppose
Hi Tatev, absolutely great course! I've been following along and have one difference at the OLS summary. On mine, the dependent variable is correctly identified *median_house_value), however it is also shown in the second section with a coef of 1.0. Your summary doesn't have the target at all. I've been scrubbing back and forth to see where I did wrong but I think it's all the same. Can this be a statsmodel update or setting?
See how things are. I watched 4:19 hours of video on a subject that has nothing to do with me. This woman is beautiful... Now I'm in love and learned machine learning, a real data scientist
Start from data preprocessing & data transformation & data imputation techniques for better understanding It will be great if you explain with example data using Excel or Google sheets anyway it's good 👍
3:14:00 maybe you face this proplem when u creat a heat map "ValueError: could not convert string to float: 'NEAR BAY'" it's logically because the last column is strings not numbers so we need to exclude it from this heat map so try this code instead plt.figure(figsize=(12, 8)) sns.heatmap(data.iloc[:,:-1].corr(), annot=True, cmap='Greens') plt.title('Correlation Heatmap of Housing Data') plt.show()
Are there any pre requisites before starting this course? And also how much maths do I need to know before starting this course or the tutor has taught the maths in this course??@@uniquexcelfashion2509
When something is popular, it can make you give it a try. So maybe they follow trends--like you also probably do. At some point Python was at a point where it's so talked about, at some point React.js was, and many other things. These days AI is a big thing. They have many AI videos but probably thought it's right time to update.
Confirmation bias, where people actively seek out information that confirms their existing beliefs and ignore information that contradicts them, can lead to narrow perspectives and echo chambers.
ValueError: could not convert string to float: 'NEAR BAY' replace "sns.heatmap(data.corr(), annot=True, cmap='Greens')" to "sns.heatmap((data.drop('ocean_proximity', axis=1)).corr(), annot=True, cmap='Greens')", i am new to this don't judge me
:2: FutureWarning: The default value of numeric_only in DataFrame.corr is deprecated. In a future version, it will default to False. Select only valid columns or specify the value of numeric_only to silence this warning. sns.heatmap(data.corr(), annot=True, cmap='Greens')
Sorry but... I cannot find the housing.csv file in the sample_data folder. Can you pu it there again to do these practices? Thank you in advance. This course looks nice !!!
Mentioning all things u have to learn first sounds almost like a deterrence. Wouldn't it be better for u to just go ahead and teach and pauch when these topics become relevant?
there are so many mistakes in the given code but the major one was at 3:23:53 I am unable to contact the dummies with the existing data frame and I am unable to find a solution if run the existing code in colab also we get so many errors
i feel like a stupid for saying this even when this content is free, i understand that she is not a native speaker but the accent makes a little harder for me to understand. best video for basics though.
I'm speed running to learn machine learning for my final year project. Wish me luck guys🙇♂
Good luck dude!! me too!
You know I'm listening and following this machine learning concepts and I have every confidence that I will be producing brilliant work in the near future
Please never stop this Channel. You and your team are doing GODS work.
amen, this is the way we can truly learn if we missed our window with college and costs because we also need to afford a living. and who remembers what they learned back then anyways.
This channel is changing my life
We need a Practical Mathematics No-Nonsense Classical Machine Learning and Deep Learning Course
Thank You so much! I've waited such videos for long time.
for those who struggle following along, the data[features] should not have the "median_house_value", otherwise the r squared would be 1, perfectly fit, which is incorrect. She made a typo there, I suppose
And passing by to thank you for your great quality content for the development community! Real gratitude!
Nice course for beginners, although it was focusing on linear regression only, I wish other algos examples can be presented too.
First time learning machine Ml
This is an amazing opportunity to learn ML for beginners. Thank you very much for making this accessible for everyone.🙏💐♥️
Nah this is just crazy I was about to start the 2023(?) ml course and y'all dropped this 😂❤❤
You guys are changing peoples lives!
We require an extensive course that provides in-depth instruction on machine learning, supplemented with advanced projects🙏🙏
pay for it then
Much needed
The real content starts at 46:40 with the meat of "Machine Learning Basics".
ALWAYS regression analysis using housing prices. I AM OUT OF HERE. Nothing new.
Thank you for someone who is understandable in english. Well done FCC ;-)
Thank you so much for this❤❤❤ I love you DS even more each day and this channel 🙌🏻🙌🏻💪🏾🙏
_90% of machine learning is data cleaning, and probably you will be a high paid _*_data janitor_*_ . So be prepared for that_
please elaborate, I'm a newbie😅
This course is awesome. I was looking for such course from long time.
Yes i m ready ❤
This has been very helpful! Thank you so much, Tatev !
Wow , thank you so much for sharing the knowledge
I think this video having a very good clear explanation by mam thank you for That give other algorithms also in ml
we need basic understand maths course for machine learning and Data Scientist.
Hi Tatev, absolutely great course! I've been following along and have one difference at the OLS summary. On mine, the dependent variable is correctly identified *median_house_value), however it is also shown in the second section with a coef of 1.0. Your summary doesn't have the target at all. I've been scrubbing back and forth to see where I did wrong but I think it's all the same. Can this be a statsmodel update or setting?
See how things are. I watched 4:19 hours of video on a subject that has nothing to do with me. This woman is beautiful...
Now I'm in love and learned machine learning, a real data scientist
Start from data preprocessing & data transformation & data imputation techniques for better understanding It will be great if you explain with example data using Excel or Google sheets anyway it's good 👍
You guys doing such a good job, thanks for uploading 🤠👍
Thank you very much, it is very useful video.
3:14:00
maybe you face this proplem when u creat a heat map "ValueError: could not convert string to float: 'NEAR BAY'"
it's logically because the last column is strings not numbers so we need to exclude it from this heat map so try this code instead
plt.figure(figsize=(12, 8))
sns.heatmap(data.iloc[:,:-1].corr(), annot=True, cmap='Greens')
plt.title('Correlation Heatmap of Housing Data')
plt.show()
Leaving this comment here:
If anyone completes this course please please please tell me how was it and does it provides good value or not?
I completed it and yes, it provides good value.
Are there any pre requisites before starting this course? And also how much maths do I need to know before starting this course or the tutor has taught the maths in this course??@@uniquexcelfashion2509
me too, didn't waste my time at all.
@@randomperson-gp2wd did you know maths before coming to this course? Or do they teach maths in this course ? I suck at maths that's why I am asking
How do you manage to always come with a course of whatever I'm learning at the moment? Thanks!
Easy. They use ML to gauge our interests. 😂
When something is popular, it can make you give it a try. So maybe they follow trends--like you also probably do. At some point Python was at a point where it's so talked about, at some point React.js was, and many other things. These days AI is a big thing. They have many AI videos but probably thought it's right time to update.
Confirmation bias, where people actively seek out information that confirms their existing beliefs and ignore information that contradicts them, can lead to narrow perspectives and echo chambers.
We need a course regarding mathematics for ml with proper examples so that we can understand it better and the application of mathematics in ml
This is what I was looking for.
you really made me terrified and leave the machine learning in my not to do List .
Oh it's really to help me ❤
Nice one! Thanks!
Wonderful!
Thank you so much
LOVE YOU CONTENT ❤
Thank you very much 🙏🙏
Well structured course
Very insightful course...... can you please bring out a course for generative ai in computer vision as well
Thank you, I wanted something more modern
did you find better course?
Great lecture.👍🏻
brilliant 🙏
What about the other classification techniques like decision tree random forest. And unsupervised learning. Are we not getting that?
We need full statistics for data science course
i feel like this intro is not very encouraging for a beginner course.
xD
ValueError: could not convert string to float: 'NEAR BAY'
replace "sns.heatmap(data.corr(), annot=True, cmap='Greens')" to "sns.heatmap((data.drop('ocean_proximity', axis=1)).corr(), annot=True, cmap='Greens')", i am new to this don't judge me
:2: FutureWarning: The default value of numeric_only in DataFrame.corr is deprecated. In a future version, it will default to False. Select only valid columns or specify the value of numeric_only to silence this warning.
sns.heatmap(data.corr(), annot=True, cmap='Greens')
where is the explanation of underfitting
We need basic math, fundamental math course to advanced math apply in machine learning.
yes me too
where is the ocean proximity in the csv file theres no such column
thank you
I want less theory and more hands on coding much like Beau Carnes's course on Full Stack Web Development.
Any course related to block chain developers
how many times did she say machine learning, someone count that
Sir do you don't think the way ai is developing is unmatchable and it could replace the humans . Aur jobs will be less inthe future ?
wow thanks
I learned Haitian. Do I also need to learn Jamaican?
Thnx for all folks!!!
do you do private tutoring
50:18 , in the classification table the predicted is discret variable right, but here in the classification table continuous variable was written.
Please someone tell
2:05:41 At log odds, log instead of natural log is sure?
Sorry but... I cannot find the housing.csv file in the sample_data folder. Can you pu it there again to do these practices?
Thank you in advance. This course looks nice !!!
Excessive use of the words "machine learning" or am I wrong?
does it give certification
thank you for the video but need a instructor with better english ngl for instance what is scaler? u mean scalar?
from min 10:00 to min 38:00 she's killing me hahaha do i need to KNOW all that before sending the first CV?
Is there a pdf for the content provided
Anyone watched it and can tell if it is good?
depends on your interest, contains a lot of theory and some coding, could try in free time.
💯💯💯
is there any prerequisite knowledge for this video? if yes I would appreciate if some one mention them.
you should have some knowledge of python to understand the code.
How can I download these handbooks 23:56?
Was on wax off!
I want to do the course but the biggest problem is i haven't studied the high level maths used in ml. Any solution
No need for that everything is simple and easy for beginners just code while running the video pausing it and resuming it
Mentioning all things u have to learn first sounds almost like a deterrence. Wouldn't it be better for u to just go ahead and teach and pauch when these topics become relevant?
there are so many mistakes in the given code but the major one was at 3:23:53 I am unable to contact the dummies with the existing data frame and I am unable to find a solution if run the existing code in colab also we get so many errors
Tatev you are so gorgeous!
🎉🎉🎉🎉🎉❤❤❤❤❤ i love mor machine learning
i just know python in the field of ML . can i take it ?
U can take her.
should post a music-less version for sure
❤❤❤❤❤
No body tells you exact math topics required, blindly starting with this
Good to learn while laid off
i feel like a stupid for saying this even when this content is free, i understand that she is not a native speaker but the accent makes a little harder for me to understand. best video for basics though.
Does anyone knows which website or programming language is she using at 2:29:00 .Thanks
Google collab, it's an online notebook instead of having to do everything locally on your machine
45:52
Lewis Michael Hernandez Matthew Thompson Daniel
W
Nice 👍 sir
Can we get the machine learning course in java please 😊
+1
No. Machine learning is popular in python or R
@@coderprakash but we like java:)
24:00
do you think what jensen Huang said is true,will artificial intelligence finish the software?Should I learn software?All my motivation is over🤔🤔
I wish she was my personal teacher
First comment
getting u from africa .remote part
my field is not ml but i will watch bcoz the tutor is cute!
YEET