Course Overview:
The Full Stack Data Science Online Instructor-Led Course is an immersive and comprehensive program designed for individuals aspiring to become proficient data scientists capable of handling the end-to-end data science process. From data acquisition and preprocessing to model building, deployment, and interpretation, this course covers the entire data science lifecycle. Delivered through online instructor-led sessions, participants will gain theoretical knowledge, hands-on skills, and real-world application experience.
Curriculum
- 5 Sections
- 110 Lessons
- 20 Weeks
Expand all sectionsCollapse all sections
- Statistics12
- 1.11.0 Descriptive Statistics – Measures of Central Tendency
- 1.2Quiz 1 : Types of Data10 Minutes2 Questions
- 1.32.0 Descriptive Statistics – Measures of Dispersion Part 1
- 1.4Quiz 2: Levels of Measurement10 Minutes2 Questions
- 1.53.0 Measures of Dispersion Part 2
- 1.6Quiz 3: Categorical Variables – Visualization Techniques10 Minutes1 Question
- 1.74.0 Measures Of Dispersion – Part 3
- 1.8Quiz 4: Numerical Variables – Frequency Distribution Table10 Minutes1 Question
- 1.95.0 Shape Measures
- 1.10Quiz 5 : Standard Deviation10 Minutes1 Question
- 1.11Descriptive Statistics Study Material
- 1.12Quiz 6 : Correlation10 Minutes1 Question
- Statistics Blogs2
- Python44
- 3.16 Introduction to Python
- 3.2Quiz : Python Basic20 Questions
- 3.3Quiz 1 : Introduction to Programming10 Minutes2 Questions
- 3.4Python Study Material
- 3.5Quiz 2: Why Python?10 Minutes2 Questions
- 3.6Quiz 3: Using Arithmetic Operators in Python10 Minutes1 Question
- 3.77.1 String Manipulation & Print formatting options in Python
- 3.8Quiz 4: Variables10 Minutes1 Question
- 3.98 Tuple, Dictionary, Sets and Conditional Programming in Python
- 3.10Quiz 6 : Numbers and Boolean Values in Python10 Minutes1 Question
- 3.117 2 List Data Structure in Python
- 3.12Quiz 7: Python Strings10 Minutes3 Questions
- 3.13Quiz 8 : Add Comments10 Minutes1 Question
- 3.14Quiz 9 : Indexing Elements10 Minutes1 Question
- 3.159 Conditional Flow and Control Structures
- 3.16Quiz 10 : Structuring with Indentation10 Minutes1 Question
- 3.179.1 Functions in Python
- 3.18Quiz 11 : Comparison Operators10 Minutes2 Questions
- 3.19Quiz 10 : The IF Statement10 Minutes1 Question
- 3.2010 Lambda Function, Non key var argument, Keyword variable argument in Python
- 3.21Quiz 11 : A Note on Boolean Values10 Minutes1 Question
- 3.2211 Numpy (Arrays, & Matrices) & Introduction to Pandas in Python
- 3.23Python list25 Questions
- 3.24Quiz 12 : Lists10 Minutes1 Question
- 3.25Python Functions25 Questions
- 3.26Quiz 13 : Functions10 Minutes2 Questions
- 3.2712 Data Analytics with Pandas & Data Visualization in Python
- 3.28Quiz 14 : Using Methods10 Minutes1 Question
- 3.29Quiz 15 : Dictionaries10 Minutes1 Question
- 3.31Quiz 16 : For Loops10 Minutes1 Question
- 3.32Quiz 17 : Lists with the range() Function10 Minutes1 Question
- 3.34Quiz 18 : Importing Modules in Python10 Minutes2 Questions
- 3.35Pandas Assignments
- 3.36Dowload Pandas Assignment Data Sets
- 3.37Data pre processing assignments
- 3.38Data exploration assignments
- 3.39DATASETS
- 3.40Pandas Quiz10 Minutes25 Questions
- 3.41Numpy Quiz20 Questions
- 3.42Python Set25 Questions
- 3.43Python Tuples20 Questions
- 3.44QUIZ FOR GLOBAL & LOCAL VARIABLES10 Questions
- 3.45Python Dictionary19 Questions
- 3.46While & For Loop15 Questions
- Inferential Statistics18
- 4.2What is Inferential Statistics
- 4.3Assignment-1
- 4.4Assignment-2
- 4.5Confidence Interval Assignment Solutions , & Anova Test
- 4.6Sampling Study Material
- 4.7Introduction to Hypothesis Testing
- 4.8Central Limit Theorem Study Material
- 4.9One Sample z testing
- 4.10One Sample t test
- 4.11two independent Sample t test Study Material
- 4.12Matched Pair t test
- 4.13Anova Study Material
- 4.14Two Way Anova with and Without Replicatin
- 4.15Two way Anova with and without replication Test in Excel
- 4.16Chi Square (Test of Independence) test Study Material
- 4.17Hypothesis Testing Quiz2 Questions
- 4.18QUIZ FOR INFERENTIAL STATISTICS10 Questions
- 4.19Chisq Test
- Data Science77
- 5.2Introduction to Data Science , Machine Learning , & its use cases
- 5.3What is data science ?
- 5.4Linear Regression Theory and Intuition
- 5.5Implementing Linear Regression Model in Python using Sklearn and Statsmodel packages
- 5.6Linear Regression – Model Evaluation
- 5.7Recap of Linear Regression Model using Excel
- 5.8K Fold Cross Validation
- 5.9Linear Regression – Model Output Interpretation Part-1
- 5.10Linear Regression – Model Output Interpretation Part-2
- 5.11Validating Linear Regression – Model Assumptions
- 5.12Overview of Regularization Technique
- 5.13Linear Regression Quiz10 Minutes37 Questions
- 5.14Gradient Descent Quiz10 Minutes5 Questions
- 5.15K Fold Cross Validation Quiz10 Minutes10 Questions
- 5.16Linear Regression Model Interpretation Study Material
- 5.17Linear Regression- Model Validation Study Material
- 5.18Logistic Regression Study Material
- 5.19Feature Selection Study Material
- 5.20Download Linear Regression Script with data set
- 5.21Case Study Assignment – Linear Regression with data set
- 5.22Case Study Assignment Linear Regression Solution
- 5.23Download Linear Regression case Study Solution script
- 5.24Gradient Descent Study Material
- 5.25Logistic Regression Study Material
- 5.26Logistic Regression10 Minutes12 Questions
- 5.27Model Diagnostic – Classification Study Material
- 5.28Machine Learning life cycle
- 5.29Exploratory Data Analysis
- 5.30Feature Engineering / Data Transformation / Pre processing
- 5.31Feature Scaling
- 5.32Gradient Descent Algorithm
- 5.33Implementation of Gradient Descent and Stochastic Gradient Descent in Python
- 5.34How to Determine the number of iterations to use in Gradient Descent
- 5.35Intuition of Logistic Regression
- 5.36Logistic Regression Model Diagnostic
- 5.37Case Study – Churn Prediction Part 1
- 5.38Churn Prediction in Python Part – 2
- 5.39Churn Prediction in Python – Part 3
- 5.40Recap on Topics Covered part of Logistic Regression Model Diagnostic
- 5.41Interpretation of ROC AUC
- 5.42Concordance and Discordance Metrics
- 5.43Kappa Statistic Metric
- 5.44How to Interpret Logistic Regression model output in Python?
- 5.45Decision Tree
- 5.46Random Forest10 Minutes8 Questions
- 5.47Machine Learning Introduction and Basics10 Minutes23 Questions
- 5.48Intuition of Bagging , & Random Forest model
- 5.49What is Boosting in Machine Learning ?
- 5.50Intuition of Gradient Boosting Machine for Regression
- 5.51Intuition Gradient Boosting for Classification
- 5.52Hyper Parameter Tuning – Random Forest
- 5.53Hyper Parameter Tuning
- 5.54Gradient Boosting for Classification
- 5.55Unsupervised Machine Learning – KMeans & Hierarchical Clustering
- 5.56Implementing KMeans and Hierarchical Cluster in Python
- 5.57Time Series – Arima intuition
- 5.58Implementing Time Series in Python
- 5.59Multi-layer Perceptron – Neural Network
- 5.60Mathematical representation of forward propagation
- 5.61Activation functions in neural network
- 5.62How does Back propagation works
- 5.63Implementation of neural network using keras, & tensorflow
- 5.64Machine Learning Model Deployment both on Flask App server and AWS EC2
- 5.65Machine Learning Model deployment on AWS EC2
- 5.66Computer Vision
- 5.67Convolutional Neural Network
- 5.68implementation of convolutional neural network in Python
- 5.69Recurrent Neural Network – RNN
- 5.70Long Short Term Memory – LSTM
- 5.71Gates Recurrent Units – GRUs
- 5.72CNN + RNN Variants, Fast R-CNN and Mask R-CNN
- 5.73Generative AI
- 5.74Chatgpt, LangChain and Prompt engineering
- 5.75Generative Adversarial Networks – GAN
- 5.76Reinforcement Learning and Q-learning
- 5.77Mlops & LLMops
- 5.78Project Assignment