Recent Updates
July 2022: AIMLindustry is constantly evolving and a recent trend is the maturing of AutoMLapproaches. AutoML is the automation of machine learning (deploying ML models without writing any code). As practitioners, you must be conversant with this, in addition to deploying MLmodels using programming. We will use Google Vertex for AutoML.
June 2022: A 90-page eBook on "Python Programming" has been added to this course. The eBook in pdf version can be downloaded (at no additional cost) from "Getting Started with python" video lecture.
May 2022: Conditional scatter plots have been added after simple linear regression lecture. This is a very useful addition to regression.
Feb 2022: Of Late, EDALibraries (Klib &Sweetviz) do all the different types of tasks performed under EDA with a few lines of code.
----------------------------------------------------------------------------------------------------------------------
Course Description
Machine learning is a subset of artificial intelligence that is at the forefront of digital transformation in the world. Thanks to machine learning, it is now possible to detect diseases, know the defaulters of a loan and know the future sales of a product. All these information can be had proactively and not as an after the fact scenario. Machine learning and artificial intelligence-based roles are in great demand in the job market and such roles offer a higher salary than traditional programming roles.
This course covers the concepts of machine learning as well as the application of these concepts using case studies and examples, along with a walk through of the python codes. Python programming is also covered for the benefit of those who are new to python and those who want to refresh some of the topics in python.
The following algorithms are covered in detail:
Simple and multiple linear regression
Logistic regression
Decision tree, Random forest and XG boost
Unsupervised algorithms - Cluster (kNN based) and Hierarchical.
Learners will also understand how to develop the above machine learning in a cloud environment. They will learn not just to code in cloud but also to access the data stored in cloud. This will be particularly helpful to learners since many organizations are adopting cloud at a fast pace.
A key aspect of the course is the coverage of Exploratory Data Analysis (EDA). EDA covers the set of activities that you do before you start the ML project.
Lastly, how to pursue a machine learning project has been covered.
This course is taught by an industry veteran, who brings his vast experiences and practical perspectives into the program.