4.8 out of 5
4.8
523 reviews on Udemy

Data Science and Machine Learning using Python – A Bootcamp

Numpy Pandas Matplotlib Seaborn Ploty Machine Learning Scikit-Learn Data Science Recommender system NLP Theory Hands-on
Instructor:
Dr. Junaid Qazi, PhD
2,456 students enrolled
English [Auto]
Python to analyze data, create state of the art visualization and use of machine learning algorithms to facilitate decision making.
Python for Data Science and Machine Learning
NumPy for Numerical Data
Pandas for Data Analysis
Plotting with Matplotlib
Statistical Plots with Seaborn
Interactive dynamic visualizations of data using Plotly
SciKit-Learn for Machine Learning
K-Mean Clustering, Logistic Regression, Linear Regression
Random Forest and Decision Trees
Principal Component Analysis (PCA)
Support Vector Machines
Recommender Systems
Natural Language Processing and Spam Filters
and much more...................!

Greetings, 

I am so excited to learn that you have started your path to becoming a Data Scientist  with my course. Data Scientist is in-demand and most satisfying career, where you will solve the most interesting problems and challenges in the world. Not only, you will earn average salary of over $100,000 p.a., you will also see the impact of your work around your, is not is amazing?

This is one of the most comprehensive course on any e-learning platform (including Udemy marketplace) which uses the power of Python to learn exploratory data analysis and machine learning algorithms. You will learn the skills to dive deep into the data and present solid conclusions for decision making. 

Data Science Bootcamps are costly, in thousands of dollars. However, this course is only a fraction of the cost of any such Bootcamp and includes HD lectures along with  detailed code notebooks for every lecture. The course also includes practice exercises on real data for each topic you cover, because the goal is “Learn by Doing”! 

For your satisfaction, I would like to mention few topics that we will be learning in this course:

  • Basis Python programming for Data Science

  • Data Types, Comparisons Operators, if, else, elif statement, Loops, List Comprehension, Functions, Lambda Expression, Map and Filter

  • NumPy

  • Arrays, built-in methods, array methods and attributes, Indexing, slicing, broadcasting & boolean masking, Arithmetic Operations & Universal Functions

  • Pandas

  • Pandas Data Structures – Series, DataFrame, Hierarchical Indexing, Handling Missing Data, Data Wrangling – Combining, merging, joining, Groupby, Other Useful Methods and Operations, Pandas Built-in Data Visualization

  • Matplotlib

  • Basic Plotting & Object Oriented Approach

  • Seaborn

  • Distribution & Categorical Plots, Axis Grids, Matrix Plots, Regression Plots, Controlling Figure Aesthetics

  • Plotly and Cufflinks

  • Interactive & Geographical plotting

  • SciKit-Learn (one of the world’s best machine learning Python library) including:

  • Liner Regression

  • Over fitting , Under fitting Bias Variance Trade-off, saving and loading your trained Machine Learning Models

  • Logistic Regression

  • Confusion Matrix, True Negatives/Positives, False Negatives/Positives, Accuracy, Misclassification Rate / Error Rate, Specificity, Precision

  • K Nearest Neighbour (KNN)

  • Curse of Dimensionality, Model Performance

  • Decision Trees

  • Tree Depth, Splitting at Nodes, Entropy, Information Gain 

  • Random Forests

  • Bootstrap, Bagging (Bootstrap Aggregation)

  • K Mean Clustering

  • Elbow Method 

  • Principle Component Analysis (PCA)

  • Support Vector Machine

  • Recommender Systems

  • Natural Language Processing (NLP)

  • Tokenization, Text Normalization, Vectorization, Bag-of-Words (BoW), Term Frequency-Inverse Document Frequency (TF-IDF), Pipeline feature……..and MUCH MORE……….!

Not only the hands-on practice using tens of real data project, theory lectures are also provided to make you understand the working principle behind the Machine Learning models.

So, what are you waiting for, this is your opportunity to learn the real Data Science with a fraction of the cost of any of your undergraduate course…..!

Brief overview of Data around us:

According to IBM, we create 2.5 Quintillion bytes of data daily and 90% of the existing data in the world today, has been created in the last two years alone. Social media, transactions records, cell phones, GPS, emails, research, medical records and much more…., the data comes from everywhere which has created a big talent gap and the industry, across the globe, is experiencing shortage of experts who can answer and resolve the challenges associated with the data. Professionals are needed in the field of Data Science who are capable of handling and presenting the insights of the data to facilitate decision making. This is the time to get into this field with the knowledge and in-depth skills of data analysis and presentation.

Have Fun and Good Luck! 

Welcome, Course Introduction & overview, and Environment set-up

1
Welcome & Course Overview

Data Science and Machine Learning using Python. NumPy, Pandas, Scikit-learn, Natural Language processing, NLTK, Recommender Systems, Decision Trees, Random Forests, Regression, Support Vector Machines

2
Please read, it's important for you to know!
3
Download_Course_Material

Please download the course material (link is provided below FAQ). The material includes all the resource and code files that you need for this course!

Frequently Asked Question (FAQ):

How to get successful in the filed of Data Science and Machine Learning, what is the probability of getting the job?

Few tips for you: Remember, you need to create your profile. I suggest, if you don’t have, create your GitHub account and upload all of your work there. As a data scientist, one of the key thing is reporting based on your findings. This course is an excellent jump-off to get into this rewarding career. After finished each project / section, create a report and present conclusions. Attach the report to each project in your Github account. You are most welcome to reference this course in your report, this might be helpful. Please don’t put the course material (the folder which came with this course) in your Github, create your own stuff (don’t worry even if they are similar), everything should go through your hands.  I have seen that the blog posts are also helpful in creating your profile and to make good connections. Regarding job, there are more jobs in the market than the available professionals in this field. This course will land you in the interview, success is on your efforts and hard-work. Practice is a key and there are tons of datasets available to practice your skills. Keep yourself motivated, a great career is waiting for you!

4
Set-up the Environment for the Course (lecture 1)
5
Set-up the Environment for the Course (lecture 2)
6
Download environment file and watch next lecture to setup -- super easy way
7
Two other options to setup environment

Please follow the instructions to create an environment. Once, you are done creating environment, you don't need to install anything for this course. This is super easy!

8
Important Note:
9
Possible updates in the course.

Python Essentials

1
Python data types Part 1
2
Python Data Types Part 2
3
Comparisons Operators, if, else, elif statement
4
Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 1)

Python's key concepts for Data Science and Machine Learning, List comprehension, loops, lambda function. Hands-on with coding examples 

5
Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 2)
6
Python Essentials Exercises Overview
7
Python Essentials Exercises Solutions

Python for Data Analysis using NumPy

1
What is Numpy? A brief introduction and installation instructions.
2
NumPy Essentials - NumPy arrays, built-in methods, array methods and attributes.

Numpy's arrays, useful methods and key concepts for Data Science and Machine learning

3
NumPy Essentials - Indexing, slicing, broadcasting & boolean masking
4
NumPy Essentials - Arithmetic Operations & Universal Functions
5
NumPy Essentials Exercises Overview
6
NumPy Essentials Exercises Solutions

Python for Data Analysis using Pandas

1
What is pandas? A brief introduction and installation instructions.
2
Pandas Introduction.
3
Pandas Essentials - Pandas Data Structures - Series
4
Pandas Essentials - Pandas Data Structures - DataFrame
5
Pandas Essentials - Hierarchical Indexing
6
Pandas Essentials - Handling Missing Data
7
Pandas Essentials - Data Wrangling - Combining, merging, joining
8
Pandas Essentials - Groupby

This lecture will cover a fundamental and most useful concept of GroupBy in Pandas with visual explanation and code example.

9
Pandas Essentials - Useful Methods and Operations
10
Pandas Essentials - Project 1 (Overview) Customer Purchases Data
11
Pandas Essentials - Project 1 (Solutions) Customer Purchases Data
12
Pandas Essentials - Project 2 (Overview) Chicago Payroll Data
13
Pandas Essentials - Project 2 (Solutions Part 1) Chicago Payroll Data
14
Pandas Essentials - Project 2 (Solutions Part 2) Chicago Payroll Data

Python for Data Visualization using matplotlib

1
Matplotlib Essentials (Part 1) - Basic Plotting & Object Oriented Approach
2
Matplotlib Essentials (Part 2) - Basic Plotting & Object Oriented Approach
3
Matplotlib Essentials (Part 3) - Basic Plotting & Object Oriented Approach
4
Matplotlib Essentials - Exercises Overview
5
Matplotlib Essentials - Exercises Solutions
6
Matplotlib Essentials (Optional) - Advance

This is a self-study and optional part.

Jupyter notebook is provided for you guys to learn few advanced plotting concepts using matplotlib.

Matplotlib provides tons of options that we don't use often, but it is good to know few of them.

Keep in in your mind, you can always explore the official documentation for more resources. 

Python for Data Visualization using Seaborn

1
Seaborn - Introduction & Installation
2
Seaborn - Distribution Plots
3
Seaborn - Categorical Plots (Part 1)
4
Seaborn - Categorical Plots (Part 2)
5
Seaborn - Axis Grids
6
Seaborn - Matrix Plots
7
Seaborn - Regression Plots
8
Seaborn - Controlling Figure Aesthetics
9
Seaborn - Exercises Overview
10
Seaborn - Exercise Solutions

Python for Data Visualization using pandas

1
Pandas Built-in Data Visualization
2
Pandas Data Visualization Exercises Overview
3
Panda Data Visualization Exercises Solutions

Python for interactive & geographical plotting using Plotly and Cufflinks

1
Plotly & Cufflinks - Interactive & Geographical Plotting (Part 1)
2
Plotly & Cufflinks - Interactive & Geographical Plotting (Part 2)
3
Plotly & Cufflinks - Interactive & Geographical Plotting Exercises (Overview)
4
Plotly & Cufflinks - Interactive & Geographical Plotting Exercises (Solutions)

Capstone Project - Python for Data Analysis & Visualization

1
Project 1 - Oil vs Banks Stock Price during recession (Overview)
2
Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 1)
3
Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 2)
4
Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 3)
5
Project 2 (Optional) - Emergency Calls from Montgomery County, PA (Overview)

Python for Machine Learning (ML) - scikit-learn - Linear Regression Model

1
Introduction to ML - What, Why and Types.....
2
Theory Lecture on Linear Regression Model, No Free Lunch, Bias Variance Tradeoff
3
A note on student’s concerns and questions on FutureWarnings.
4
scikit-learn - Linear Regression Model - Hands-on (Part 1)
5
scikit-learn - Linear Regression Model Hands-on (Part 2)
6
Good to know! How to save and load your trained Machine Learning Model!
7
scikit-learn - Linear Regression Model (Insurance Data Project Overview)
8
scikit-learn - Linear Regression Model (Insurance Data Project Solutions)

Python for Machine Learning - scikit-learn - Logistic Regression Model

1
Theory: Logistic Regression, conf. mat., TP, TN, Accuracy, Specificity...etc.
2
Output of classification report in scikit-learn — A small change
3
scikit-learn - Logistic Regression Model - Hands-on (Part 1)
4
scikit-learn - Logistic Regression Model - Hands-on (Part 2)
5
scikit-learn - Logistic Regression Model - Hands-on (Part 3)
6
scikit-learn - Logistic Regression Model - Hands-on (Project Overview)
7
scikit-learn - Logistic Regression Model - Hands-on (Project Solutions)

Python for Machine Learning - scikit-learn - K Nearest Neighbors

1
Theory: K Nearest Neighbors, Curse of dimensionality ....
2
scikit-learn - K Nearest Neighbors - Hands-on
3
scikt-learn - K Nearest Neighbors (Project Overview)
4
scikit-learn - K Nearest Neighbors (Project Solutions)

Python for Machine Learning - scikit-learn - Decision Tree and Random Forests

1
Theory: D-Tree & Random Forests, splitting, Entropy, IG, Bootstrap, Bagging....
2
scikit-learn - Decision Tree and Random Forests - Hands-on (Part 1)

You will create a machine learning model using Decision Tree and Random Forests using scikit-learn. One of the most important and key machine learning algorithm in business Data Science !

3
scikit-learn - Decision Tree and Random Forests (Project Overview)
4
scikit-learn - Decision Tree and Random Forests (Project Solutions)
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.8
4.8 out of 5
523 Ratings

Detailed Rating

Stars 5
279
Stars 4
180
Stars 3
51
Stars 2
4
Stars 1
9
30-Day Money-Back Guarantee

Includes

25 hours on-demand video
9 articles
Full lifetime access
Access on mobile and TV
Certificate of Completion
Data Science and Machine Learning using Python – A Bootcamp
Price:
$218.98 $169

Community

For Professionals

For Businesses

We support Sales, Marketing, Account Management and CX professionals. Learn new skills. Share your expertise. Connect with experts. Get inspired.

Community

Partnership Opportunities

Layer 1
samcx.com
Logo
Register New Account
Compare items
  • Total (0)
Compare
0