All the course materials will be available to you for free for a lifetime period. Only the lab will expire, however, you can subscribe to the lab with a minimal subscription fee.
In case of future upgrades of Python/AI/ML tech concepts that is currently covered in this course, will the revised course also be accesible for lifetime?
I do not think the upgrades or courses with different names would be further included to it. If revision is done to same course there are chances of inclusion to it.
We keep on improving the course experience by adding new topics and projects. If any new content is relevant to any course, we just make it available there.
You can access data in any form as long as you have a connector using which you can connect to that data using Python. Here's a link which shows how you can connect Python to MySQL:
Can ML and AI be used in the Financial and Payments domain to automate the processes involved in the Payments.Are there any libraries required specially for using ML in Payments domain.
Another question, let's say we train a model using suprevised learning, ie with labled data and known output. After that we would have to check the accuracy/performance of the model by giving the supervised model new unknown data and measure the similarity. Would the latter be an example of reinforced learning?
The type of learning is divided into 3 parts, Batch Learning (which is a form of offline learning), online learning, and instance and model based learning.
In online learning it was mentioned that the data is fed in batches(slide 90), so this data fed in batches in online learning is diffrent from BATCH LEARNING/OFFLINE LEARNING, right?
Where is the project to extract email contents from inbox for a particular mail domain? I didn't find such project. So far, I found the only project that reads the email contents from a text file.
We do not have any project where we would extract information from inbox. We have the Python Churn project though, which you mentioned in your comment.
it will be really helpful if we split this video into subparts instead of long 3 hrs ; and have some quizzes and small assignments ;at one go completely having the whole video and grab everything is difficult.
I understand, and would like to thank you for your feedback. We would definitely keep this in consideration when we are updating our course materials. As of now, I would suggest you to go through the video an hour at a time, and take notes based on that. You can also create flashcards, these had helped me personally.
Is it compulsory to study Data Science with Machine learning and Deep learning
Or it is ok to learn only Machine learning and Deep learning with python for job perspective
When you work on real life projects in a production environment, you would see that the data does not reside on a single .csv file. Rather data is maintained and accessed via a Big Data architechture. So, it is definitely an added advantage to add Big Data (which is a part of our Data Science Specialization course, apart from Machine Learning and Deep Learning) to your resume. This portrays that you can capable of creating models in a real life production environment.
One of the biggest challenge in ML in certain use cases is having large data. what if there is small data ? Are there machine learning algos used for such cases ? Should we go for unsupervised learning in such cases.
We always keep our course updated. Let me give you an example, very recently the Imputer method gave way to the SimpleImputer method. You will find it updated in our slides and our notebooks in our GitHub respository. However, if you have come across something that we have not updated yet, please let me know and I would be happy to look into it,
Please note that all our slides, videos, GitHub codes are maintained on a regular basis. Let us know if you are referring to something specific. Thanks.
I am referring to the recording video, lot of disturbance or intervention as it was live session. So please upload new one without any audience. It should be Like IIT standard
while going through the course , i found that some session are missing . As in Topic 5 introduction to Ml we have one session which was published on 13th may 2018, and when i moved to Topic 6 end to end project , the topic starts with session 7 .which was held on june 3rd 2018. May i know where are the remaining sessions , why those are not included ?
I have already replied to your query on the discussion forum. The session are not missing, and even though there is a gap, the continuity has been maintained. So when you move from topic 5 to topic 6, you would not feel any difference, neither will you miss out on any topic.
I had completed this python basic course on July 21 ~1 a.m IST. After completing the course I checked my profile and I could see `Python basic` tag cloud in the topics completed list. But now, I see you've added new topics to the Python basic course and I've lost my badge?
Hi Suresh, To have the "Python Basics" topic under your topics completed, you simply need to complete the remaining portion of the topic. As soon as you reach a completion of 100, it will reappear under your topics completed
Please login to comment
50 Comments
Kindly note that the video is not properly visible in many parts. Please upload better quality.
Upvote ShareHi,
Could you please help me by pointing out the timestamp (any one will do) where the video is not properly visible?
Thanks.
Upvote ShareIs there any way to watch it in future as well(after my subscription ends)? Any download link? (It says unlisted in Youtube)
Upvote ShareHi,
All the course materials will be available to you for free for a lifetime period. Only the lab will expire, however, you can subscribe to the lab with a minimal subscription fee.
Thanks.
3 Upvote ShareIn case of future upgrades of Python/AI/ML tech concepts that is currently covered in this course, will the revised course also be accesible for lifetime?
Upvote ShareI do not think the upgrades or courses with different names would be further included to it. If revision is done to same course there are chances of inclusion to it.
Upvote ShareHi Rahul,
We keep on improving the course experience by adding new topics and projects. If any new content is relevant to any course, we just make it available there.
Hope this helps.
Thanks
Upvote ShareHi
Can we use the Data for ML directly from SQL database or we need to import data into file?
Thanks
Krishna
Upvote ShareHi,
You can access data in any form as long as you have a connector using which you can connect to that data using Python. Here's a link which shows how you can connect Python to MySQL:
https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
Thanks.
Upvote ShareHi
Can ML and AI be used in the Financial and Payments domain to automate the processes involved in the Payments.Are there any libraries required specially for using ML in Payments domain.
Thanks
Krishna
Upvote ShareHi,
The applications of ML/DL are endless, however, there is a difference between pure automation and Machine Learning/Deep Learning.
Thanks.
Upvote ShareHi,
Another question, let's say we train a model using suprevised learning, ie with labled data and known output. After that we would have to check the accuracy/performance of the model by giving the supervised model new unknown data and measure the similarity. Would the latter be an example of reinforced learning?
Thanks.
Upvote ShareHi,
No, reinforcement learning learns and improves from the same data.
Thanks.
Upvote ShareHi,
Slide 85, in Batch learning, it is mentioned as offline learning and then in Online learning, it is mentioned that system is fed data in batches.
In offline learning all data has to be used for training, then why batch learning is used as heading in slide. I was bit confused in that section.
Thanks.
Upvote ShareHi,
The type of learning is divided into 3 parts, Batch Learning (which is a form of offline learning), online learning, and instance and model based learning.
Thanks.
Upvote ShareIn online learning it was mentioned that the data is fed in batches(slide 90), so this data fed in batches in online learning is diffrent from BATCH LEARNING/OFFLINE LEARNING, right?
Thanks.
Upvote ShareHi,
That's correct.
Thanks.
1 Upvote ShareWhere is the project to extract email contents from inbox for a particular mail domain? I didn't find such project. So far, I found the only project that reads the email contents from a text file.
Upvote ShareHi,
We do not have any project where we would extract information from inbox. We have the Python Churn project though, which you mentioned in your comment.
Thanks.
Upvote Shareit will be really helpful if we split this video into subparts instead of long 3 hrs ; and have some quizzes and small assignments ;at one go completely having the whole video and grab everything is difficult.
3 Upvote ShareHi,
I understand, and would like to thank you for your feedback. We would definitely keep this in consideration when we are updating our course materials. As of now, I would suggest you to go through the video an hour at a time, and take notes based on that. You can also create flashcards, these had helped me personally.
Thanks.
Upvote ShareIs it compulsory to study Data Science with Machine learning and Deep learning
Upvote ShareOr it is ok to learn only Machine learning and Deep learning with python for job perspective
Hi,
Very good question!
When you work on real life projects in a production environment, you would see that the data does not reside on a single .csv file. Rather data is maintained and accessed via a Big Data architechture. So, it is definitely an added advantage to add Big Data (which is a part of our Data Science Specialization course, apart from Machine Learning and Deep Learning) to your resume. This portrays that you can capable of creating models in a real life production environment.
Thanks.
Upvote ShareIf two person is sharing same internet using two Alexa is there a way that he is going interchange the the output search if it is how or not
Upvote ShareHi,
Could you please help me understand how is this relevant to Machine Learning?
Thanks.
Upvote ShareSir, if there is historical data then only it will give accurate output or there are other ways also?
Upvote ShareHi,
That's right! So we train and test our model on existing data, and then we try it on new data.
Thanks.
Upvote ShareThank you sir.
Upvote ShareOne of the biggest challenge in ML in certain use cases is having large data. what if there is small data ? Are there machine learning algos used for such cases ? Should we go for unsupervised learning in such cases.
Hi,
ML can be used on both large and small datasets. Also, unsupervised learning is not related to the size of the dataset but the outcome we require.
Thanks.
Upvote Shareso for 2 years there has been no update in the course god knows how many updates have come so far
Upvote ShareHi Rahul,
We always keep our course updated. Let me give you an example, very recently the Imputer method gave way to the SimpleImputer method. You will find it updated in our slides and our notebooks in our GitHub respository. However, if you have come across something that we have not updated yet, please let me know and I would be happy to look into it,
Thanks.
Upvote ShareFull wastage of time by this lecture
Upvote ShareHi,
Thank you for your feedback, could you please tell me what we could have done better?
Thanks.
Upvote SharePlease update the sides with latest info and pls prepare new video without any intervention from others.
Upvote ShareHi,
Please note that all our slides, videos, GitHub codes are maintained on a regular basis. Let us know if you are referring to something specific.
Thanks.
-- Rajtilak Bhattacharjee
Upvote ShareI am referring to the recording video, lot of disturbance or intervention as it was live session. So please upload new one without any audience. It should be Like IIT standard
Upvote Shareagree.... @jayaprakashreddyg:disqus
Upvote ShareNoted. We are working to cleanup videos.
-- Praveen Pavithran
Upvote ShareNoted. We are working on this.
-- Praveen Pavithran
Upvote Shareneed more clarity reinforcement
Upvote ShareHi,
You can learn more about reinforcement learning from the below link:
https://www.geeksforgeeks.o...
Thanks.
-- Rajtilak Bhattacharjee
Upvote Sharewhile going through the course , i found that some session are missing .
Upvote ShareAs in Topic 5 introduction to Ml we have one session which was published on 13th may 2018, and when i moved to Topic 6 end to end project ,
the topic starts with session 7 .which was held on june 3rd 2018.
May i know where are the remaining sessions , why those are not included ?
Hi Shubham,
I have already replied to your query on the discussion forum. The session are not missing, and even though there is a gap, the continuity has been maintained. So when you move from topic 5 to topic 6, you would not feel any difference, neither will you miss out on any topic.
Happy learning!
Thanks.
-- Rajtilak Bhattacharjee
Upvote Sharesince 2018 there is no update done to presentation and video. Are these still relevant?
Upvote SharePlease provide some good resources for ml
Upvote SharePlease share presentation
Upvote ShareHi Satish,
Please click on top right corner icon (pop out) of slide, there you can download the presentation.
Thanks
Upvote ShareHi,
I had completed this python basic course on July 21 ~1 a.m IST. After completing the course I checked my profile and I could see `Python basic` tag cloud in the topics completed list. But now, I see you've added new topics to the Python basic course and I've lost my badge?
Upvote ShareHi Suresh,
Upvote ShareTo have the "Python Basics" topic under your topics completed, you simply need to complete the remaining portion of the topic. As soon as you reach a completion of 100, it will reappear under your topics completed