
This video will give students information about the outcomes of the course and the detail course structure which is composed of nine sections. They will get an idea about how to work on the course and what are the topics covered in this course
This video will tell learner how to link their .csv file which is stored in google drive with google colab IDE, a very useful video connecting data with IDE.
This Lecture is the first lecture of Section 1 of Basics of python module which give concepts of programming for students who are new to python programming. we have given basic introduction along with conditional statements in python using google colab in this lecture
This lecture is second in the series of basics of python, in this lecture concepts of loops are introduced to students along with examples.
This Lecture will give detail implementation of list in python
Important concepts of Dictionary is being introduced in this lecture along with tuples.
In this lecture students will get an idea about the functions in python along with practical exercise
Numpy is a very important package to understand carefully for building an efficient machine learning algorithm, so it is highly recommended to understand numpy in detail
The car_sample.csv file is provided to all of you have to build the model from scratch as being told in this lecture it consist of three parts, EDA, Data Cleaning , Model building and comparison with Random Forest Regressor
This lecture will describe how to build the first model using the concept of data exploration and data cleaning, after this we reduce the dimension of the data by using ffeature engineering and chosen best model to build one of the possible best model
Maximum Likelihood Estimation is use to determine the pdf value of a random value, which means the probability of random variable to belong a particular class or distribution
in this lecture we will implement a logistic regression classifier, which is used to check whether the customers using the coupon or not and their dependency on card and amount expenditure
In this test cases we have used Loan prediction data set for training the model, along with it i have also provided a test case which you can use to predict model values.
The CHI square is used to predict the significance of independent variable with target variable both are categorical.
To check the over all significance we have used Variance Inflation Factor for checking importance of variable
In this lecture we perform various important task on the training data like handling missing values dividing data and follow divide and conquer approach, then we applied feature engineering on continuous data
This lecture is in continuation with the above lecture here we will see how to choose important categorical features from a pool of features
This algorithm will discuss the cart algorithm implemented on a small data set to identify fruits
CHAID is a very important decision tree which is based on the concept of finding chi square to check the significance of independent variable with respect to dependent variable. The selection of the feature or attribute depend upon the highest chi square value.
In this lecture students will learn how to combine Content based rating and Item Based Collaborative rating.
The concept of soft margin classifier in SVM is explained in detail in this lecture along with the concept of dual form of Lagrange expression which has some condition which are very important in optimizing the solutions
After completing this lecture students will understand the concept of support vector machine more clearly, they also came to know how to maximize the margin separation between two classes
This lecture will give students information about gradient descent algorithm which is a very important mechanism for parameter tuning.
Practical implementation of FCM algorithm using Python
This lecture gives a practical aspect of how clusters are viewed as Gaussian Normal Distributions. In this lecture we try to separate overlapping clusters
The Concepts of Voting classifier both soft voting using predict_proba() method and hard voting classifier have been explained in this lecture using data. The bagging classifier is also being implemented to give students an idea about both types of classifiers
The random forest is an ensemble of lot of decision trees breast cancer data set has been used to implement this classifier
This lecture deals with building a Gradient Boosting Regression Tree, a very powerful model which work on the base estimator which is Decision Tree Regressor. Then we have introduced stage predict() method which work on the concept of early stopping
This course of "A Comprehensive Course on Machine Learning using python" is a very comprehensive and unique course in itself. Machine Learning is a revolution now days but we cannot master machine learning without getting the mathematical insight, and this course is designed for the same. Our course starts from very basic to advance concepts of machine learning. We have divided the course into different modules which start from the introduction of python its programming basic and important programming constructs which are extensively used in ML programming.
The mathematics involved in Machine learning is normally being not discussed and being left out in , but in our course we have put lot of emphasis in mathematical formulation of algorithms used in ML. We have also designed modules of pandas, sklearn, scipy, seaborn and matplotlib for gearing the students with all important tools which are needed in dealing with data and building the model. The machine learning module focuses on the mathematical derivation on white board through video lectures because we believe that white box view of every concept is very important for becoming an efficient ML expert.
In Machine Learning the cost estimation function also called loss functions are very important to understand and in our course we have explained Cross Categorical Entropy, Sparse Categorical Cross Entropy, and other important cost functions using TensorFlow.
Concepts like gradient descent algorithm, Restricted Boltzmann Algorithm, Perceptron, Multiple Layer Perceptron, Support Vector Machine, Radial Basis Function , Naïve Bayes Classifier, Ensemble Methods, recommendation system and many more are being implemented with examples using Google Colab.
Further I wish best of luck to learners for their sincere efforts in advance…
Use of various components of statistics in analyzing data
Graphical representation of data to get deep insight of the patterns
Mathematical analysis of algorithms to remove the black box view
Practical implementation of all important ML Algorithms
Building various models from scratch using advance algorithms
Understanding the use of ML in research
Quiz at the end of each section