We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| Welcome, Course Introduction & overview, and Environment set-up | |||
| Welcome & Course Overview | |||
| Set-up the Environment for the Course (lecture 1) | |||
| Protected: Set-up the Environment for the Course (lecture 2) | |||
| Two other options to setup environment | |||
| Python Essentials | |||
| Protected: Python data types Part 1 | |||
| Protected: Python Data Types Part 2 | |||
| Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 1) | |||
| Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 2) | |||
| Python Essentials Exercises Overview | |||
| Python Essentials Exercises Solutions | |||
| Python for Data Analysis using NumPy | |||
| Protected: What is Numpy? A brief introduction and installation instructions. | |||
| NumPy Essentials – NumPy arrays, built-in methods, array methods and attributes. | |||
| NumPy Essentials – Indexing, slicing, broadcasting & boolean masking | |||
| NumPy Essentials – Arithmetic Operations & Universal Functions | |||
| NumPy Essentials Exercises Overview | |||
| Protected: NumPy Essentials Exercises Solutions | |||
| Python for Data Analysis using Pandas | |||
| What is pandas? A brief introduction and installation instructions. | |||
| Pandas Introduction | |||
| Protected: Pandas Essentials – Pandas Data Structures – Series | |||
| Pandas Essentials – Pandas Data Structures – DataFrame | |||
| Pandas Essentials – Handling Missing Data | |||
| Protected: Pandas Essentials – Data Wrangling – Combining, merging, joining | |||
| Pandas Essentials – Groupby | |||
| Protected: Pandas Essentials – Useful Methods and Operations | |||
| Protected: Pandas Essentials – Project 1 (Overview) Customer Purchases Data | |||
| Pandas Essentials – Project 1 (Solutions) Customer Purchases Data | |||
| Pandas Essentials – Project 2 (Overview) Chicago Payroll Data | |||
| Protected: Pandas Essentials – Project 2 (Solutions Part 1) Chicago Payroll Data | |||
| Python for Data Visualization using matplotlib | |||
| Protected: Matplotlib Essentials (Part 1) – Basic Plotting & Object Oriented Approach | |||
| Matplotlib Essentials (Part 2) – Basic Plotting & Object Oriented Approach | |||
| Matplotlib Essentials (Part 3) – Basic Plotting & Object Oriented Approach | |||
| Matplotlib Essentials – Exercises Overview | |||
| Matplotlib Essentials – Exercises Solutions | |||
| Python for Data Visualization using Seaborn | |||
| Seaborn – Introduction & Installation | |||
| Seaborn – Distribution Plots | |||
| Seaborn – Categorical Plots (Part 1) | |||
| Seaborn – Categorical Plots (Part 2) | |||
| Seborn-Axis Grids | |||
| Seaborn – Matrix Plots | |||
| Seaborn – Regression Plots | |||
| Protected: Seaborn – Controlling Figure Aesthetics | |||
| Seaborn – Exercises Overview | |||
| Seaborn – Exercise Solutions | |||
| Python for Data Visualization using pandas | |||
| Pandas Built-in Data Visualization | |||
| Pandas Data Visualization Exercises Overview | |||
| Panda Data Visualization Exercises Solutions | |||
| Python for interactive & geographical plotting using Plotly and Cufflinks | |||
| Plotly & Cufflinks – Interactive & Geographical Plotting (Part 1) | |||
| Plotly & Cufflinks – Interactive & Geographical Plotting (Part 2) | |||
| Plotly & Cufflinks – Interactive & Geographical Plotting Exercises (Overview) | |||
| Plotly & Cufflinks – Interactive & Geographical Plotting Exercises (Solutions) | |||
| Capstone Project - Python for Data Analysis & Visualization | |||
| Protected: Project 1 – Oil vs Banks Stock Price during recession (Overview) | |||
| Project 1 – Oil vs Banks Stock Price during recession (Solutions Part 1) | |||
| Project 1 – Oil vs Banks Stock Price during recession (Solutions Part 2) | |||
| Project 1 – Oil vs Banks Stock Price during recession (Solutions Part 3) | |||
| Project 2 (Optional) – Emergency Calls from Montgomery County, PA (Overview) | |||
| Python for Machine Learning (ML) - scikit-learn - Linear Regression Model | |||
| Protected: Introduction to ML – What, Why and Types….. | |||
| Protected: Theory Lecture on Linear Regression Model, No Free Lunch, Bias Variance Tradeoff | |||
| scikit-learn – Linear Regression Model – Hands-on (Part 1) | |||
| scikit-learn – Linear Regression Model Hands-on (Part 2) | |||
| Good to know! How to save and load your trained Machine Learning Model! | |||
| Protected: scikit-learn – Linear Regression Model (Insurance Data Project Overview) | |||
| scikit-learn – Linear Regression Model (Insurance Data Project Solutions) | |||
| Python for Machine Learning - scikit-learn - Logistic Regression Model | |||
| Protected: Theory: Logistic Regression, conf. mat., TP, TN, Accuracy, Specificity…etc. | |||
| Protected: scikit-learn – Logistic Regression Model – Hands-on (Part 1) | |||
| scikit-learn – Logistic Regression Model – Hands-on (Part 2) | |||
| Protected: scikit-learn – Logistic Regression Model – Hands-on (Part 3) | |||
| scikit-learn – Logistic Regression Model – Hands-on (Project Overview) | |||
| Protected: scikit-learn – Logistic Regression Model – Hands-on (Project Solutions) | |||
| Python for Machine Learning - scikit-learn - K Nearest Neighbors | |||
| Theory: K Nearest Neighbors, Curse of dimensionality …. | |||
| Protected: scikit-learn – K Nearest Neighbors – Hands-on | |||
| scikt-learn – K Nearest Neighbors (Project Overview) | |||
| scikit-learn – K Nearest Neighbors (Project Solutions) | |||
| Python for Machine Learning - scikit-learn - Decision Tree and Random Forests | |||
| Theory: D-Tree & Random Forests, splitting, Entropy, IG, Bootstrap, Bagging…. | |||
| scikit-learn – Decision Tree and Random Forests – Hands-on (Part 1) | |||
| scikit-learn – Decision Tree and Random Forests (Project Overview) | |||
| Protected: scikit-learn – Decision Tree and Random Forests (Project Solutions) | |||
| Python for Machine Learning - scikit-learn -Support Vector Machines (SVMs) | |||
| Support Vector Machines (SVMs) – (Theory Lecture) | |||
| scikit-learn – Support Vector Machines – Hands-on (SVMs) | |||
| scikit-learn – Support Vector Machines (Project 1 Overview) | |||
| scikit-learn – Support Vector Machines (Project 1 Solutions) | |||
| Protected: scikit-learn – Support Vector Machines (Optional Project 2 – Overview) | |||
| Python for Machine Learning - scikit-learn - K Means Clustering | |||
| Theory: K Means Clustering, Elbow method ….. | |||
| scikit-learn – K Means Clustering – Hands-on | |||
| scikit-learn – K Means Clustering (Project Overview) | |||
| scikit-learn – K Means Clustering (Project Solutions) | |||
| Python for Machine Learning - scikit-learn - Principal Component Analysis (PCA) | |||
| Protected: Theory: Principal Component Analysis (PCA) | |||
| Protected: scikit-learn – Principal Component Analysis (PCA) – Hands-on | |||
| Protected: scikit-learn – Principal Component Analysis (PCA) – (Project Overview) | |||
| Protected: scikit-learn – Principal Component Analysis (PCA) – (Project Solutions) | |||
| Recommender Systems with Python - (Additional Topic) | |||
| Theory: Recommender Systems their Types and Importance | |||
| Protected: Python for Recommender Systems – Hands-on (Part 1) | |||
| Python for Recommender Systems – – Hands-on (Part 2) | |||
| Python for Natural Language Processing (NLP) - NLTK - (Additional Topic) | |||
| Protected: Natural Language Processing (NLP) – (Theory Lecture) | |||
| NLTK – NLP-Challenges, Data Sources, Data Processing ….. | |||
| NLTK – Feature Engineering and Text Preprocessing in Natural Language Processing | |||
| NLTK – NLP – Tokenization, Text Normalization, Vectorization, BoW…. | |||
| NLTK – BoW, TF-IDF, Machine Learning, Training & Evaluation, Naive Bayes … | |||
| NLTK – NLP – Pipeline feature to assemble several steps for cross-validation… | |||