Machine Learning with Python | Machine Learning Tutorial for Beginners | Machine Learning Tutorial

  Рет қаралды 1,335,357

Great Learning

Great Learning

Күн бұрын

Пікірлер: 913
@greatlearning
@greatlearning 2 жыл бұрын
Register and get free Certificate for the course: glacad.me/39N7pOi 🔹 Topics Covered: 00:00:00 - Agenda - 00:03:58 - Introduction to Python and Anaconda 01:07:05 - Introduction to Pandas and Data Manipulation 04:42:32 - Introduction to Numpy and Numerical Computing 05:10:58 - Data Visualization 06:06:12 - Statistics vs Machine Learning 06:12:44 - Types of Statistics 07:54:39 - Understanding Data 07:58:19 - What is Reinforcement Learning? 08:53:46 - Reinforcement Learning Framework 09:24:58 - Q-Learning 09:51:08 - Case Study on Smart Taxi
@isaacufot4424
@isaacufot4424 4 ай бұрын
thank brother
@rutvijgajjar5172
@rutvijgajjar5172 3 жыл бұрын
Started this video casually. And got stuck to it for 2+ hours. Eventually gonna finish the whole. Important course, great information, smoothly explained. Raghu Raman👍
@KOTHAABHISHEK
@KOTHAABHISHEK 4 жыл бұрын
-Agenda - 0:00 -Introduction to Python and Anaconda - 3:58 -Introduction to Pandas and Data Manipulation - 1:07:05 -Introduction to Numpy and Numerical Computing - 4:42:32 -Data Visualization - 5:10:58 -Statistics vs Machine Learning - 6:06:12 -Types of Statistics - 6:12:44 -Understanding Data - 7:54:39 -What is Reinforcement Learning? - 7:58:19 -Reinforcement Learning Framework - 8:53:46 -Q-Learning - 9:24:58 -Case Study on Smart Taxi - 9:51:08
@madihamohammed3748
@madihamohammed3748 4 жыл бұрын
thank you..!
@yadavhemantkumar4703
@yadavhemantkumar4703 4 жыл бұрын
Thanks ❤️
@ranjithsivanandham1927
@ranjithsivanandham1927 4 жыл бұрын
Thank u
@Sci-fiAuthor
@Sci-fiAuthor 3 жыл бұрын
Thanks...🙏🙏🙏
@amitgawade4184
@amitgawade4184 3 жыл бұрын
thanx
@sunilroy4320
@sunilroy4320 3 жыл бұрын
Great introduction. Just one point at 2:02:30 Tuple for single column is passed in wrong way and thats why it returned data series. It should be df.loc[:,("START*",) instead of df.loc[:,("START*") to get the dataframe. As in Pyhton () brackets are used for expressions or for functions. (2+3) will be evaluated into 5 and ("START*") will be evaluated into string "START*" and thus when there is single element in a TUPLE it must be represented with comma at the end.
@olanrewajuolumide5051
@olanrewajuolumide5051 2 жыл бұрын
.
@TheSnekkerShow
@TheSnekkerShow 4 жыл бұрын
This is awesome. There's absolutely no way I'm going to watch this right now, but it's great to see this quantity and quality of information posted for public benefit. I'm subscribing and sharing.
@dandamohanrao1213
@dandamohanrao1213 4 жыл бұрын
Great session !!!! One Suggestion!!! 3:43:15 : As you said, we can't remove index from DataFrame. No, we can remove index from DataFrame. Try below solution. res = res.reset_index(inplace = True, index = False) 3:44:98 : df.to_csv("op.csv", index=False)
@greatlearning
@greatlearning 4 жыл бұрын
Hi, @danda, thank you for your feedback, we appreciate it. We may miss out somethings, due to time constrain but we try to deliver as correct information as we can. We hope you learn from this video, do subscribe and keep supporting. Thank You
@olanrewajuolumide5051
@olanrewajuolumide5051 2 жыл бұрын
.
@greatlearning
@greatlearning 4 жыл бұрын
For data sets, code files and projects associated with course please enroll for free at: glacad.me/2MNrlYl
@Jkskus
@Jkskus 4 жыл бұрын
Problem-: English Language Solution-: Make it in hindi like python tutorial 🙏🙏🙏🙏🙏🙏 Plz.. available this course in HINDI if you know hindi and you are true Indian. Most of the government school students don't know english language. So do only one thing for our bright future.
@greatlearning
@greatlearning 4 жыл бұрын
Hey, Your request has been noted. We are working on creating a lot more content for learners like you. Meanwhile, do not forget to subscribe to our channel so that you get notified whenever we upload a new tutorial.
@abhishekpathak9454
@abhishekpathak9454 4 жыл бұрын
Actually i start learning this course right now.. it's amazing 😍.
@greatlearning
@greatlearning 4 жыл бұрын
Glad you liked it. Subscribe to our KZbin channel for more videos!
@manishverma-vu3hs
@manishverma-vu3hs 4 жыл бұрын
2:01:30 In python: ("string") is not a tuple, ("string",) is a tuple. Comma is must for tuple with single item
@bsmaheshkumar5328
@bsmaheshkumar5328 4 жыл бұрын
If there is a single any data type element within the parenthesis or without to make a tuple data type you must separate that single item with comma,
@manishverma-vu3hs
@manishverma-vu3hs 4 жыл бұрын
@@bsmaheshkumar5328 exactly, but in the video it was about String so I explained it that way.
@silverfang6486
@silverfang6486 2 жыл бұрын
Hi can we understand this video with zero python knowledge ? pls reply
@sony7781
@sony7781 3 жыл бұрын
Thank you Great Learning , this course has created my interest in data science and made me confident to choose data science as a new career after a big gap of 15 years. Thank you very much for providing the resources as well. For me I will say Great Learning is a trusted source and it has saved a lot of money i was planning to spend on the course from other institute.
@indrajeetchouhan4655
@indrajeetchouhan4655 2 жыл бұрын
Hi! May I ask how that's been going for you?
@jameshopkins3541
@jameshopkins3541 2 жыл бұрын
@@indrajeetchouhan4655 Nop
@narinderkumar9375
@narinderkumar9375 2 жыл бұрын
Hi! Myself a ca with 30 yrs experience in finance accounting. Looking for career transition @55, is there any career after learning this as freelancer
@issack1926
@issack1926 3 жыл бұрын
ha!!!! finally completed 10hrs course in two days with picture clarity on machine learning thank you @Greatlearning for this course video
@manpreetsingh4084
@manpreetsingh4084 2 жыл бұрын
5:27:47 things which you are: 1. Aware and know 2. Aware and dont know yet 3. Not aware but you know 4. Not aware and dont know
@shankar5549
@shankar5549 3 жыл бұрын
Thanks Mr RaghuRaman. You really covered the Basics as they should be. This is the way to cover the PG course on Python. Thanks a lot.
@greatlearning
@greatlearning 3 жыл бұрын
You’re welcome, we're glad we could help you😇 Make sure you subscribe to us and hit the bell icon to get notified about our amazing upcoming content.
@masumabedin3872
@masumabedin3872 2 жыл бұрын
Raghu is great, need more videos on machine learning
@mophez
@mophez Жыл бұрын
only 10 mins into the video, and really loving this. Thanks for sharing!!!!
@Techno1497
@Techno1497 4 жыл бұрын
Tysm Great Learning this is a golden opportunity for those who are unable to enroll
@greatlearning
@greatlearning 4 жыл бұрын
Hi @Deepika, we are glad you liked our video. And also, you will not face any difficulties if you enroll yourself on our website for free courses along with the certification, here is the link: glacad.me/FreeCourses_1000Hours. Thank You and do subscribe to watch more videos like these.
@xSid19x
@xSid19x 3 жыл бұрын
@2:01:30 ('Start*' ) is not a tuple Single element tuple is ('Start*' , ) df.loc(:,('Start*',)) will return a df as it is only one element tuple.
@hillfordh816
@hillfordh816 3 жыл бұрын
This prof is fantastic. Perfect pace and well articulated for a beginner like me!
@greatlearning
@greatlearning 3 жыл бұрын
We are so glad that you feel this way!😇 Make sure you subscribe us and hit the bell icon to get notified about more such amazing content!
@PavanKumar26
@PavanKumar26 3 жыл бұрын
print([mylist[0],mylist[2],mylist[4]]) solution for the question 44:00 to 47:00
@kanwaradnan4849
@kanwaradnan4849 2 жыл бұрын
Please @GreatLearning Channel don't delete any of your videos they are really beneficial for us!!!!! We're very happy being taught by you. You're the best!
@Dibbbbaaaaa
@Dibbbbaaaaa 4 жыл бұрын
Siddharth Sankhe, Director, Consumer Insights, Nielsen talks about magnifying customer connections on Engati CX. He says that with the on going pandemic the economy has shrunk this is where CX comes into play and it will a very big and an important differentiator.
@jasimwaqar1813
@jasimwaqar1813 4 жыл бұрын
Assignment 3 : conditions = [ (df["MILES*"] > 10), ((df["MILES*"] >=5 ) & (df["MILES*"]
@greatlearning
@greatlearning 4 жыл бұрын
Can you please specify more elaborately what you are asking. We will wait for your reply.
@pratibhalohiya9874
@pratibhalohiya9874 2 жыл бұрын
thnku so... soo sooo mch raghu raman sir u explain these things in a simplest way before i watch ur video im not able to understand a single thing in python with machine learning .. 🤗🤗🤗🤗
@vijayprabhakaran453
@vijayprabhakaran453 4 жыл бұрын
Big Kudos to making all this available, Raghu Raman you are a good teacher. I would however like to point out that the interpretation of boxplots that you describe is incorrect : (6:02:19-6:05:30), the vertical dimensions of the boxes says nothing about the amount of data , only says something about the shape of the distribution and the inter quartile spread.
@olanrewajuolumide5051
@olanrewajuolumide5051 2 жыл бұрын
.
@nosknut
@nosknut 2 жыл бұрын
I did wonder how tf they managed to make it 10 hours but turns out it was a complete beginner python course with introduction to all the frameworks needed. Nice!
@sorenbabu197
@sorenbabu197 4 жыл бұрын
Thank you sir.for supported advance level to improve learning skill.
@greatlearning
@greatlearning 4 жыл бұрын
We are happy to help. Please do share the video and subscribe to our channel
@professorx8666
@professorx8666 4 жыл бұрын
is it necessasry to have a data science degree to become a data scientist?
@sahiljoshi6727
@sahiljoshi6727 4 жыл бұрын
From where you get that file for training
@shilpyshaloni968
@shilpyshaloni968 3 жыл бұрын
Excellent for a very nice nice video
@lakshmin101
@lakshmin101 4 жыл бұрын
Excellent Teaching. I truly learnt a lot and used it to teach some of my students also. They managed to go back and forth to view difficult sections of the video several times and learn better. Good on you..............
@greatlearning
@greatlearning 4 жыл бұрын
We love it that you love it.
@adrift3982
@adrift3982 4 жыл бұрын
@@greatlearning :) Please add supporting files so that one can understand and follow it well..
@roshannsharma6152
@roshannsharma6152 3 жыл бұрын
2:03:50 , I think tuples do not allow manipulation as in the case of list, and that might be the reason.
@reality3289
@reality3289 3 жыл бұрын
Yeah thought so too, lists are mutable but tuples and sets are immutable.
@itzsarathy
@itzsarathy 2 жыл бұрын
I just started for timepass and did not realize I spent 3 hours on it. Thanks Raghu.
@kandaskrishna3293
@kandaskrishna3293 4 жыл бұрын
First of all thanks to "Great Learning" for sharing this kind of programs. Such a lovely channel to learn new things, main thing is I can come back and forth for more understanding. Salute & Merci beaucoup for your efforts...
@greatlearning
@greatlearning 4 жыл бұрын
Our aim is to present people with quality educational content and we are happy that people are appreciating it. You can also browse through our existing catalog of courses on the link given below. Link: glacad.me/3duVMLE
@kothakondachandhar440
@kothakondachandhar440 4 жыл бұрын
I have learned python.. after that I have confused... How to start machine learning.... But.. it has given a starting point . Tq great learning....
@greatlearning
@greatlearning 4 жыл бұрын
Hey! All the material related to this course, including code and datasets, and more content can be found here, by clicking on this link: www.greatlearning.in/academy/learn-for-free/courses/machine-learning-with-python It is a good way to get a headstart in Machine Learning. Happy learning :)
@kothakondachandhar440
@kothakondachandhar440 4 жыл бұрын
Thank you for providing Material sir....
@aiziko9072
@aiziko9072 2 жыл бұрын
Hi Op, my question is regarding the challenge of dealing with datasets in my project . The feature set contains about 40 columns from merging10 csv files to train my model. But the test dataset contains just 2 columns including the target column. So each time I try to make classification on the target column I get a failure notice telling me that my training and test shape are not the same. How can I make my model to make prediction based on the test dataset given to me? Or how can I adapt my test dataset to conform to the training dataset in shape in order to run my program?
@amitprakash3099
@amitprakash3099 2 жыл бұрын
If there is 40 independent input, the testing also has to have 40 independent input. Your test dataset is wrong. Plz check
@kuldeeppatil9680
@kuldeeppatil9680 3 ай бұрын
we desperately need these type of trainer ....
@abhimanyuroy7770
@abhimanyuroy7770 3 жыл бұрын
That's a fantastic video, i don't watched full but the way he taught is absolutely amazing. It will very beneficial if the videos are of 1 hour length and divided in playlist so that if a person don't have enough data balance can download one chunk at a time. It is very difficult to watch the video of this length at a time.
@Ariel2Beera
@Ariel2Beera 4 жыл бұрын
This is a great video to learn from. I have learnt a lot. By then I do not have any programming knowledge but now I am learning a lot. Thank to great learning academy
@greatlearning
@greatlearning 4 жыл бұрын
Thank you so much! We are glad you had a great learning experience. :)
@nileshkamble25
@nileshkamble25 4 жыл бұрын
First I would like to say thanks to greatlearning team for providing this kind of programs. So we can learn so much from this. In lockdown period we can improve our skills. Teaching is too gud.
@greatlearning
@greatlearning 4 жыл бұрын
We are glad you found our video helpful. If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: www.greatlearning.in/academy/learn-for-free/courses/python-for-machine-learning If you complete the courses and the assessments here you will also get a certificate of completion. Hope this is helpful.
@darknessevil4293
@darknessevil4293 3 жыл бұрын
2:50:40 For getting all three condition we can do this Df["New_Colm] = np.where(df["MILES*"]>10,"LONG_TRIP",np.where(df["MILES*].between(5,10, inclusive=True),"Medium Trip","Short Trip"))
@greatlearning
@greatlearning 3 жыл бұрын
Hey, thanks for your valuable inputs. Keep sharing your knowledge with your peers!
@santoshkumarkar39
@santoshkumarkar39 4 жыл бұрын
When I am listening your speech I feel very happy...
@greatlearning
@greatlearning 4 жыл бұрын
Gad you like it! Hey, If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: glacad.me/GLA_ml_python If you complete the courses and the assessments here you will also get a certificate of completion.
@Slapdashes
@Slapdashes 2 жыл бұрын
At 2:02:25, I think you should pass ("Start*",) so that it can become a tuple
@misstheboat3130
@misstheboat3130 4 жыл бұрын
Going to again watch this session 👌👌👌👌👌
@greatlearning
@greatlearning 4 жыл бұрын
Hi, and we hope you will like this session again and learn something new form this. Thank you:)
@rachnaphukan2958
@rachnaphukan2958 4 жыл бұрын
Whosoever wrote the transcript did a wonderful job spelling Python as bython and ML as emel....!!! But great information and teaching for sure
@mamusthafa6
@mamusthafa6 4 жыл бұрын
the first teacher is Malayali it seems!! Very engaging session
@greatlearning
@greatlearning 4 жыл бұрын
Thank You! glad you like it If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: glacad.me/GLA_ml_python If you complete the courses and the assessments here you will also get a certificate of completion.
@rahmasye001
@rahmasye001 3 жыл бұрын
At 1:41:00 in that you were saying how come Islamabad is in US please observe, that data, it holds Cities of US and Pakistan both not just USA.
@greatlearning
@greatlearning 3 жыл бұрын
Hey yes, you are correct, thanks for letting us know.
@ankitshukla5800
@ankitshukla5800 4 жыл бұрын
I learn alot from this video This video is informative. I request you to please provide a video on full example of how machine learning model trained and work actually or hoq to implement it?🙏🙏 Thanks for providing this video Keep it up sir👏👏👏👏
@greatlearning
@greatlearning 4 жыл бұрын
We are glad you found our video helpful. If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: glacad.me/GLA_ml_python If you complete the courses and the assessments here you will also get a certificate of completion.
@santoshkumarkar39
@santoshkumarkar39 4 жыл бұрын
We are great that we got teacher like you and MODI like pm at India...
@greatlearning
@greatlearning 4 жыл бұрын
Santosh, you can check out our huge repository of free courses at great learning academy: www.greatlearning.in/academy#our-courses
@udhay9317
@udhay9317 4 жыл бұрын
How easy is a switch from other technology to Data science or machine learning? Please add an video about this, it will be very useful for many.
@greatlearning
@greatlearning 4 жыл бұрын
Sure, we will work on the video
@subhajyotibhattacharyya4807
@subhajyotibhattacharyya4807 4 жыл бұрын
Please do it
@boluwatifebalogun1142
@boluwatifebalogun1142 2 жыл бұрын
please, where can i see the tools Mr.Raghu Raman used in the data science series
@snehab5838
@snehab5838 4 жыл бұрын
Just asking out of curiosity 🙂. Are the co-founders Hari krishnan nair and Arjun nair brothers?
@pddhavale
@pddhavale 4 жыл бұрын
Thanks ! foe excellent teaching , at 4.58.24 : I think ,Zero dimension in geometry is a point. Zero dimension in a field is a scalar (any number- a value) one dimension is a vector(magnitude and direction).2 dimension is a surface, 3dimension is a volume and matrix -array _multi dimension is a field ( no of components )
@greatlearning
@greatlearning 4 жыл бұрын
We are glad you found this tutorial upto the mark. Thank You for your useful insights. It is always appreciated. :)
@TechReptile
@TechReptile 4 жыл бұрын
Mam, You are awesome, I am really inspired by you to learn something and do something.
@greatlearning
@greatlearning 4 жыл бұрын
Hi, we are glad that our video inspired you in some or the other way. Do check out other videos as well for more learning experience. Thank You
@debojitmandal8670
@debojitmandal8670 3 жыл бұрын
@@greatlearning hello this video is awsome but is this enough for a beginner and does it covers lla the basics for machine learning with python required for data science Please please reply
@vijaykhirade8314
@vijaykhirade8314 4 жыл бұрын
At 2:01. It also takes { } ie as dictionary
@raghuram6382
@raghuram6382 4 жыл бұрын
Excellent! To get my doubts cleared i had referred 100's of videos and finally found a beautiful one....Thanks to team/faculties .
@greatlearning
@greatlearning 4 жыл бұрын
Hi @Raghu, we are glad to have your support with us. Do let your friends know about this video and help them to learn all these skills. Thank you:)
@nishanlama4884
@nishanlama4884 Жыл бұрын
Watched about an hour and 30 mins. This one is really great to start with 👍
@gayanincreaser8244
@gayanincreaser8244 4 жыл бұрын
Excellent I learnt it fully.your faculty is absolutely beautiful and full of exaggeration
@mohammadasif2778
@mohammadasif2778 4 жыл бұрын
how u get mls files
@greatlearning
@greatlearning 4 жыл бұрын
Glad to hear that! :)
@carbonfossile4219
@carbonfossile4219 3 жыл бұрын
WOW.. one of the best teacher i found !!
@Forever._.curious..
@Forever._.curious.. 4 жыл бұрын
🤩🤩👍🏻👍🏻👍🏻. It's just awesome .. Needed something like this You're doing great job 😊😊
@shahrukhafzal2555
@shahrukhafzal2555 4 жыл бұрын
2:01:32 ***minor correction*** there, sir ( "START*" ) is string that's why it is showing output as Series, but if you'll pass it as ( "START*", ) i.e. 'tuple' then it will output as Dataframe... Feel free to correct me guys... If i'm on the wrong track. Anyways this tutorial is awesome... Thanks in advance...
@greatlearning
@greatlearning 4 жыл бұрын
Thank You for your feedback. We are glad you found this helpful!
@AnshumanDVD
@AnshumanDVD 4 жыл бұрын
what is TinyML, this has been a buzzword, i learned from web that its being used these days to convert low powered micontroller based sensor enabled ICs to perform wonders, the capability which was never thought of ....also that this would be very much prevalent in neaar future and a leading market segment under the application of AI ML umbrella.... Kindly arrange for a session on that!
@mrkrupeshpatel
@mrkrupeshpatel 8 ай бұрын
Raghu sir explanation is very easy to understand...
@dannaalamer1056
@dannaalamer1056 2 жыл бұрын
Thank you so much for the informative lectures, better than many college level courses. But how can we get an access to the notebooks?
@rifat7423
@rifat7423 Жыл бұрын
Where do we get full recorded training video?
@pranayaluria4176
@pranayaluria4176 4 жыл бұрын
Thank you so much for this video. much needed. :)
@greatlearning
@greatlearning 4 жыл бұрын
Thank you Pranay, appreciation from learners is what we strive for.
@panduenglishacademy7856
@panduenglishacademy7856 4 жыл бұрын
I am post graduate in English literature and principal in a private school. I want to pursue this course(data Scientist/ data analytics). I have average knowledge of maths and statistics and have habits of hard work. I am learning data Scientist for 20 days online and understood good things . Which course should I pursue? Is there any possibility of picking resume on base of my profile.? And tell me which Institute/university is best for this course? Many institutions/universities are claiming for 100%job guarantees. To what extent is it true? Tell me very fairly. I regularly watch your video. Plemease tell me
@dhrubajyotiborah371
@dhrubajyotiborah371 4 жыл бұрын
I have just completed the video. It was a great experience for me to learn topics from such well-known speakers. Thank you, Great Learning, for allowing us to learn machine learning from these persons freely. However, I am having a problem right now. After completing the video, when I go to the website for claiming the certificate, the website asks me to complete the learning videos. Please help me.
@alokranjan9785
@alokranjan9785 3 жыл бұрын
how to download lms for python overview in jupyter
@Bashr007
@Bashr007 3 жыл бұрын
Same question tell me vro
@ocayaro
@ocayaro 2 жыл бұрын
not alias, but instance of an imported library.
@inovexa4039
@inovexa4039 4 жыл бұрын
Love from sri lanka ...btw change from great learning to great teaching🙂😂❤
@greatlearning
@greatlearning 4 жыл бұрын
Hi, thank you so much. We are glad you found this video helpful. we have created a new platform called GL Academy for learners like you. It is a much more interactive platform, where the course is supplemented with course materials like data-sets, quizzes and projects and also a course completion certificate, all for Free. Register here: www.greatlearning.in/academy/
@sohammalakar288
@sohammalakar288 4 жыл бұрын
The camera should focus more on the code than the instructor showing the code... Becuz for a person learning from your videos it is more helpful to see only the codes and listen to what the instructor is saying. However thank you for sharing this video to all.
@manoj1313
@manoj1313 4 жыл бұрын
@2:03:45 The instructor says "I have never seen anybody using Tuple".. This is misleading and incorrect, because Tuples has its own set of use-cases/scenarios.. For example: Image recognition Tuples is light in terms of memory hence its efficient over lists in scenarios where there are big data...
@greatlearning
@greatlearning 4 жыл бұрын
Using python:((in the same directory that your python process is based) import pandas as PD data = pd.read_csv("filename.csv") Using R: read.csv("Path where your CSV file is located on your computer\\File Name.csv") We hope this answers your question:)
@manoj1313
@manoj1313 4 жыл бұрын
@@greatlearning I am not getting it.. My question was on the instructor's view on Tuple as a data-structure against Lists. I observed Tuple's advantages over lists in terms of computational speed (in several use-cases) is not highlighted..
@ppsagiraju
@ppsagiraju 3 жыл бұрын
It's not Goldman socks .... its Goldman Sachs.. Instructors are awesome and will subscribe.
@SabarishKodali
@SabarishKodali 4 жыл бұрын
Can you please add supporting files So we can learn without difficulty
@salmansabir2644
@salmansabir2644 4 жыл бұрын
Please see the link and sign up, these courses are free there as well and you will get the supporting files
@greatlearning
@greatlearning 4 жыл бұрын
Hey, If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: glacad.me/GLA_ml_python If you complete the courses and the assessments here you will also get a certificate of completion.
@datainnovators1883
@datainnovators1883 4 жыл бұрын
awesome faculty ,i learnt a lot about machine learning from great learning facult.strongly recommended
@greatlearning
@greatlearning 4 жыл бұрын
Thanks a lot! We are glad you had a great learning experience. Do show us your support by Subscribing to our channel for more high quality tutorials. :)
@Genz111-o4r
@Genz111-o4r 4 жыл бұрын
Which algorithm did you used for cancer prediction using ML?
@greatlearning
@greatlearning 3 жыл бұрын
Hey, logistic regression was used over here.
@dishankhan1576
@dishankhan1576 4 жыл бұрын
Divyansh Gupta, May I know what is the end result of learning what you wanted to learn. What can you achieve after learning them? This is new to me that's why I wanted to know more. If you please explain in detail for me.
@shivanishrivastava4539
@shivanishrivastava4539 4 жыл бұрын
I'm glad,I came across great learning!
@greatlearning
@greatlearning 4 жыл бұрын
Glad we could help. Please do subscribe to our channel and click on the bell icon so that you get a notification of our new videos
@rajkumarg1104
@rajkumarg1104 4 жыл бұрын
How to find datasets in chrome ?can you pls say it
@devmanitandan7553
@devmanitandan7553 Жыл бұрын
Please provide the data sets used in lecture, Thank you ❤
@saswatpradhan5549
@saswatpradhan5549 4 жыл бұрын
This is the best tutorial on machine learning🤩. Can you please provide the answer of 2nd assignment after sorting of data?
@softsolutions6668
@softsolutions6668 4 жыл бұрын
At 2:04:25 Sir if we take ("1") it's not a tuple So that's why it giving you series data . For single element we have to keep comma(,) like ("1",) then it takes as tuple
@greatlearning
@greatlearning 4 жыл бұрын
Thank you for your feedback. We appreciate it!
@panasamshivaprasad2294
@panasamshivaprasad2294 4 жыл бұрын
Tnq for the course ☺️ but I couldn't find any files in the site you mentioned in comment section. It'll be cool if you ping it on description.
@ankit_pundir
@ankit_pundir 4 жыл бұрын
www.greatlearning.in/academy/learn-for-free/courses/machine-learning-with-python
@greatlearning
@greatlearning 4 жыл бұрын
Hey, If you want to also do assessments and projects along with learning the course please visit and enroll for the free course here: glacad.me/GLA_ml_python If you complete the courses and the assessments here you will also get a certificate of completion.
@srdways4296
@srdways4296 3 жыл бұрын
Most underrated channel
@dompower500
@dompower500 4 жыл бұрын
Hats off 'Great learning'. They have excellent teachers.
@greatlearning
@greatlearning 4 жыл бұрын
Hi, we are glad that you liked this video. Every day we release such informative videos. Do subscribe and check our videos and we hope you will learn a lot from them. Thank you:)
@jihavaraah9388
@jihavaraah9388 4 жыл бұрын
Excellent teaching
@greatlearning
@greatlearning 4 жыл бұрын
Glad you think so!
@mayankrai8236
@mayankrai8236 4 жыл бұрын
His, these lecture is just amazing and share with everyone 😀 Actually when I have install anaconda I am not able to find a zip file to extract, can u please tell me how to find zip file?
@at5517
@at5517 4 жыл бұрын
You need to upload it in File tab. This will make it available in Jupiter.
@mayankrai8236
@mayankrai8236 4 жыл бұрын
@@at5517 okk thankx
@mayankrai8236
@mayankrai8236 4 жыл бұрын
@@at5517 how to get file to upload in file tab?
@abhijeetshivachary4304
@abhijeetshivachary4304 4 жыл бұрын
@@mayankrai8236 just download the required file from google with same exention
@anutseksharma2811
@anutseksharma2811 4 жыл бұрын
@@abhijeetshivachary4304 @Mayank Rai hy, I still cannot locate these files. do you guys have any link?
@programsolve3053
@programsolve3053 6 ай бұрын
Very well explained coverage. Thank you so much Sir🎉🎉🎉🎉
@greatlearning
@greatlearning 4 жыл бұрын
Learn Artificial Intelligence from leading experts and attain a Dual Certificate on AI and Machine Learning from the world-renowned universities. Take the step towards your professional growth by obtaining expertise in the real-world application of the latest technological tools of AI. Over 500+ Hiring Partners & 8000+ career transitions over varied domains. Know More: glacad.me/3qSjmt0
@MuhammadUsamaQamar
@MuhammadUsamaQamar 4 жыл бұрын
Please can you provide a simple link to download learning material i'm unable to download it from your Great Learning Website even though i have a good internet. It really spoiled my learning i was enjoying until this happened
@mdemdadulhaque2144
@mdemdadulhaque2144 4 жыл бұрын
why i can cot download any material from the course? it's needed loading more to more
@rayyanalvi7400
@rayyanalvi7400 4 жыл бұрын
Please improve video quality
@saddamkhan445
@saddamkhan445 4 жыл бұрын
I want to learn how to join your class send details
@MohitKumar-kb3oc
@MohitKumar-kb3oc 4 жыл бұрын
I completed the video on KZbin but when i click on link of yours and go to the site for certificate its saying i have to watch the whole content ,which i already did it on KZbin . Help me out regarding this please..
@viploverajurkarnio-goa844
@viploverajurkarnio-goa844 3 жыл бұрын
I have few doubts... 1) How do we know when we have put underscore while typing any command? 2) How do we know that, what should be the exact command for doing any task? Is their any stuffs out there on internet for these basic things or we always have to remember...? Please help me, I am struggling with remembering the commands. I need a list of basic command for Data Science libraries (Numpy, Pandas, Matplotlib etc)
@greatlearning
@greatlearning 3 жыл бұрын
Hey, keep working with Python codes everyday and soon the Python syntax would be at the tip of your finger tips.
@viploverajurkarnio-goa844
@viploverajurkarnio-goa844 3 жыл бұрын
Thank you so much for your efforts.
@Neuraldata
@Neuraldata 4 жыл бұрын
Much informative❣️...will recommend your videos to our students also.
@greatlearning
@greatlearning 4 жыл бұрын
Thank you so much. Comments like these make our day. :)
@RAHULKumar-jb4js
@RAHULKumar-jb4js 2 жыл бұрын
One question for everyone can I switch my career to IT sector with 0 experience in it at the age of 30 and if it is then what are the things I need to do within limited period of time.
@Hamzamalikyaqoob
@Hamzamalikyaqoob 4 жыл бұрын
*No human Error in this video* ❣️❤️
@azizullahali3708
@azizullahali3708 4 жыл бұрын
can tell me from which time data visualization starts???
@nickrock9658
@nickrock9658 2 жыл бұрын
Superb starting Perfect teacher
@greatlearning
@greatlearning 2 жыл бұрын
Hi we are glad that you liked our Content Please do subscribe to our Channel for Similar & Awesome Content
@ajayalex2382
@ajayalex2382 4 жыл бұрын
Could you start a series with tensorflow and deep learning ; from basics to a project.
@greatlearning
@greatlearning 4 жыл бұрын
Sure, we will come up a video soon. Please do subscribe to our channel and click on the bell icon to get notification of our new videos
@ajayalex2382
@ajayalex2382 4 жыл бұрын
@@greatlearning Done and thank you for replying
@letsielts5247
@letsielts5247 4 жыл бұрын
2:47:56 df["LMS"] = np.where(df["MILES*"] > 10,"Long Trip",np.where(df["MILES*"]
@greatlearning
@greatlearning 4 жыл бұрын
We did not get your question. Can you please elaborate.
@vinayrajiv2537
@vinayrajiv2537 4 жыл бұрын
Donno if I am correct or not, Could you please upload the same video in parts ! It would be greatly helpful for a beginner rather than learning 10hrs continuously. Thanks in advance !
@ankit_pundir
@ankit_pundir 4 жыл бұрын
Visit this, whole video is divided in parts with sample files. www.greatlearning.in/academy/learn-for-free/courses/machine-learning-with-python
@greatlearning
@greatlearning 4 жыл бұрын
Thank you Ankit Pundir for sharing this! You are true fan! 😊
@greatlearning
@greatlearning 4 жыл бұрын
You can check out the course on GL Academy which Ankit has so kindly shared, www.greatlearning.in/academy/learn-for-free/courses/machine-learning-with-python
@ayushjha2911
@ayushjha2911 4 жыл бұрын
6:18:01
@kumargaurav6517
@kumargaurav6517 4 жыл бұрын
Thanks to Great learning for sharing this learning. This is really useful and amazing. Thanks to Sir for your such a great explanation with examples. I am a fan of all data science videos from Great learning 👍
@greatlearning
@greatlearning 3 жыл бұрын
You are most welcome, glad we could help!😇 Subscribe us and hit the bell icon so that you never miss any update from us.
@yellowcrystal-relaxingmusi9514
@yellowcrystal-relaxingmusi9514 4 жыл бұрын
Quality teaching...Fabulous
@greatlearning
@greatlearning 4 жыл бұрын
Glad we could help. Please do subscribe to our channel and click on the bell icon so that you get a notification of our new videos
@khaledalsoufy4075
@khaledalsoufy4075 4 жыл бұрын
thank you very much, Sir/ madam I have installed anaconda and when i started to use jupyter It appears blank homepage. how can i solve this problem? i tried to do some solutions but no working
@pschannel1584
@pschannel1584 4 жыл бұрын
Please start jupyter notebook as New page with Python x. x is a different version of python in your system.
@vadivambigai.s1750
@vadivambigai.s1750 3 жыл бұрын
Its really nice the mentor explained super ..I I'll continue tomorrow also
@kevk9669
@kevk9669 4 жыл бұрын
I’ve learned a lot. Really good content and teaching. I have some question and feedback: 1 At 7:00:04 is he talking about the book “Business Statistics - A First Course (English, Paperback, Levine David M.)” ? Do you have more book’s recommendation? 2 In the comment you gave us a link in order to access the dataset: www.greatlearning.in/academy?KZbin& However, the files are not the same as shown in de video. For better understanding, is it possible to get the right files? 3 Sometime the screen change to the computer which makes harder to understand what the professor is showing on the board. 7:10:25 4 It’s hard to understand when the students are talking 3:36:00 5 Since English is not my mother tongue, it was much harder to understand the course since 6:06:08. I’m not complaining about people accent but I would like to point out that the subtitles are not synchronized. 6 It would be nice to have to have an overview of the topics like: 5:49 Python 6:06:08 Statistics ….. Anyway, the quality of the audio, video and teaching are excellent. I liked very much having dynamic audio and video focusing. I’ve already recommended it to my colleagues and looking forward to apply these knowledge soon. Very good work, thanks for sharing
@greatlearning
@greatlearning 4 жыл бұрын
Hey, thank you for your feedback. We appreciate it. 1. That is a fantastic book recommended by the instructor. We will request him to recommend more book on Statistics 2. Hey, we apologize for the inconvenience caused by it. However, the exact same material is a part of our paid classroom course. We are afraid we cannot share them. 3. We thank you for that feedback, we'll be extra careful from next time onward. 6. We have other videos on basics of python and Stats on our channel. Do check our channel for the same. Also, We have created a new platform called GL Academy for learners like you. It is a much more interactive platform, where the course is supplemented with course materials like data-sets, quizzes and projects and also a course completion certificate, all for Free. Register here www.greatlearning.in/academy/ Cheers!
@sujithkumar.l9258
@sujithkumar.l9258 4 жыл бұрын
@kevinkermel can you please tell me where did you find the datasets which is shown on this course? Even I have enrolled in this great learning course I could not find the datasets..the only thing visible is videos:(
@soumodeepsen3448
@soumodeepsen3448 3 жыл бұрын
The explanations are great and everything but I cannot understand the point of displaying the Google Chrome browser in between tutorials of Data Visualization to be specific at 5:21:07 time. Why is it unnecessarily showing the chrome when the person is actually teaching something useful and interesting.
@msreddyk6273
@msreddyk6273 4 жыл бұрын
Hi Greatlearning, it is a great job. could you please upload the tutorial for the data science
@greatlearning
@greatlearning 4 жыл бұрын
Hey, this is the link for our data science tutorial: kzbin.info/www/bejne/q2PdpIxjZ9qNn6c
@siddhantkhare1659
@siddhantkhare1659 3 жыл бұрын
@@greatlearning Can You also pls provide the course for Deep learning
@solomononuchefaruna5022
@solomononuchefaruna5022 Жыл бұрын
Thank you for this amazing and comprehensive tutorial on python for data science. Please how do we access the data and files used in this tutorial. Thanks
Data Science Full Course for Beginners 2023 (11 Hours Data Science Tutorial)
11:09:27
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 815 М.
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 150 МЛН
11. Introduction to Machine Learning
51:31
MIT OpenCourseWare
Рет қаралды 1,6 МЛН
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 137 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 313 М.
Why Vertical LLM Agents Are The New $1 Billion SaaS Opportunities
37:06
PySpark Tutorial for Beginners
48:12
coder2j
Рет қаралды 84 М.
Python Machine Learning Tutorial (Data Science)
49:43
Programming with Mosh
Рет қаралды 2,9 МЛН
How I’d learn ML in 2024 (if I could start over)
7:05
Boris Meinardus
Рет қаралды 1,1 МЛН
How to learn Machine Learning (ML/AI Roadmap 2024)
26:01
Kylie Ying
Рет қаралды 104 М.
The Complete Data Science Roadmap [2024]
6:13
Programming with Mosh
Рет қаралды 107 М.
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН