
This lecture will give detail outline of the course and the outcomes which will be there after completion of the course
Explore the course outcomes and future prospects as a data analyst, with hands-on learning in Google Colab, Python, statistics, sampling, hypothesis testing, regression, clustering, and data cleaning.
Explore Python fundamentals, data structures, and functions in Google Colab; learn pandas and NumPy basics, and visualize data with histograms and scatter plots, while saving notebooks to Google Drive.
Learn to connect a CSV file to Google Colab by linking Google Drive, obtaining a shareable link, and running a prepared code snippet to read data into a pandas DataFrame.
This lecture gives basic programming knowledge of python along with their programming constructs, the conditional statements like IF Else will be introduced along with examples
The concepts of for loop and while loops are explained in this lecture
The concepts of List is explained in this lecture which will help students in building the model
Dictionary are very important constructs in building data models so they are explained along with tuples
Explore numpy basics in Google Colab, including arrays, shapes, slicing and indexing, transpose, dot product, zeros, identity matrices, and linspace, with practical Python examples.
Master the basics of numpy and pandas for data frames in Google Colab, including selecting columns with iloc and loc, understanding data types, and working with series.
Explore pandas concepts for data analysis, including max, min, mean, and describe, plus head, tail, shape, and value_counts. Learn to filter, query, and select columns in dataframes and inspect distributions.
Explore exploratory data analysis and data cleaning using google colab, build a logistic regression model with train/test split, and visualize data with seaborn to predict car prices.
Explore probability distribution concepts, including empirical and skewed distributions, and learn how PDFs and PMFs describe probabilities for continuous and discrete variables using Python in Google Colab.
Learn the fundamentals of Bayesian learning, conditional probability, and Bayes rule. Build and compare Bayesian classifiers and networks with practical spam/ham and cancer data examples.
In this lecture Social_Network_Ads data set has been used to implement the naive bayes classifier using pre defines classes of sklearn
Build a naïve bayes classifier from scratch by computing word probabilities from training data and using spam versus ham likelihood to classify messages.
This video will the learner about the outcome of ti section that means what he will gain after completing the course
The concept of sampling theory is explained in great detail along with practical exercises, also focusses on different types of sampling in the statistics, it is very important to understand the sampling theory for a data analyst
Learn to distinguish point estimation from confidence interval estimation, construct population mean intervals using z, interpret p-values and z-values for hypothesis testing, and assess estimator bias.
Learn to apply hypothesis testing in data analytics by designing null and alternative hypotheses, using p-values and z-scores to test population parameters, and understanding type I and II errors.
Learn linear regression by fitting a line to population and ice cream sales, minimizing squared error with gradient updates to beta_0 and beta_1, and introduce logistic regression with a sigmoid.
Explore multivariate linear regression with multiple features, estimating travel time from distance and deliveries via least squares. Assess fit with coefficient of determination and tests for coefficients in trucking data.
Maximum likelihood estimation explains how to maximize the likelihood of observed data using pdf or pmf, with log-likelihood for easier differentiation and parameter estimation.
Learn how logistic regression uses the sigmoid function for binary classifications, estimating loan and credit card approval probabilities, and assess variable significance with chi-square and feature insights.
Implement logistic regression in Python on Google Colab, using normalized spending and card membership to predict coupon usage, and apply maximum likelihood estimation with a classification report.
Explore loan prediction using logistic regression in Google Colab, emphasizing data understanding, feature engineering, handling missing values, and evaluating model performance with training and test data.
Explore feature engineering for house price prediction using google colab, separating continuous and categorical features, handling nulls, imputing or dropping data, and selecting significant predictors for a linear regression model.
The heart disease data which we have used can be found easily in Kaggle. We have build an improved hear disease classifier by implementing Logistic Regression Classifier separately first with continuous data second with categorical data and then merging the two of them, let u s see what happen and how we did it
Learn how singular value decomposition reveals latent features and reduces data dimensions using orthogonal matrices, variance analysis, and mean squared error to guide component selection in housing data.
Explore how decision trees act as powerful classifiers and regressors, using entropy and information gain to build roots and nodes, and compare pruning, depth, and Gini impurity in Python.
Learn how decision trees organize data into internal and leaf nodes, using entropy and information gain to split on attributes and build pruned, robust models like ID3 and C4.5.
Learn how entropy and information gain guide decision tree splits, examine hypothesis space and model selection, and apply pruning and regularization to combat overfitting.
Explore the practical implementation of the ID3 decision tree for nominal data, using entropy and information gain, and note limitations like no pruning and potential overfitting, with references to C4.5.
Explore the C4.5 decision tree and its improvements over ID3, using entropy-based information gain to handle categorical data within a supervised learning framework.
Learn to build a decision tree from scratch in Python on a small dataset, using information gain and entropy to choose splits and assess model performance.
Learn practical implementation of the cart decision tree algorithm in Python, including gini impurity, information gain, and splitting rules with color and diameter features to classify fruits.
Implement CHAID in Python on Google Colab to build and evaluate decision trees using entropy, gain, and gain ratio, with comparisons to Gini index and CART concepts.
In this course we have examples of analytics in a wide variety of industries, and we expect that students will learn how you can use data analytics in their career and become data analyst. One of the most important aspects of this course is that you, the student, are getting hands-on experience creating analytics data models. The course has four module first module give learner knowledge about python programming which include packages like Pandas, Numpy and Scipy are being taught in detail, second module introduces Business Statistics where students will get in depth knowledge of Descriptive Statistics, Inferential Statistics and Predictive Statistics along with their example in python i.e. how to implement all statistical modules in python, third module introduces to machine learning in which you will be introduced with Linear and Logistic Regression , Ordinary Least Squares, SVD and PCA for reducing dimensions of the data and the fourth module dedicated to implementation of learned ideas in projects where you were taught to work on data through four phases Data Discovery, Exploratory Data Analysis ,Model Building and result analysis. This is not an end you will going to have a free demo on "Building Movie Recommendation system from scratch" in Google CoLab.