Instructional Video4:33
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Methods: Clustering

Higher Ed
In this video, we will cover clustering. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video3:54
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Transfer Learning: ImageNet Challenge

Higher Ed
In this video, we will cover ImageNet challenge. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video7:47
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project I_ Book Writer: Modelling RNN Model Training

Higher Ed
In this video, we will cover modelling RNN model training. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video6:00
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Engineering: Categorical Features

Higher Ed
In this video, we will cover categorical features. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video11:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: DNN Training Parameters

Higher Ed
In this video, we will cover DNN training parameters. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video11:20
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 1

Higher Ed
In this first video, we will understand our project goals. Next, we will explore the Iris dataset, then learn how to update and split the data. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural...
Instructional Video8:10
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Reading from Source to Target - Part 1

Higher Ed
This is the first of the two-part video that helps in reading from source to target. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video4:07
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create Linked Service for Metadata Database and Email Dataset

Higher Ed
This video demonstrates creating a linked service for metadata database and email dataset. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video11:24
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Univariate Analysis

Higher Ed
This video explains univariate analysis. This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Instructional Video3:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on DO Group Processing (Without Index/Counter Variable)

Higher Ed
There are four forms of Do Group processing, and three of the forms do not involve a counter/index variable. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video4:19
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on Creating New Variables

Higher Ed
More on creating new variables, including the type of expressions that you can utilize. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Instructional Video22:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Random Variables: Random Variables in Real Datasets

Higher Ed
In this video, we will cover random variables in real datasets. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video9:21
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Geographic Maps with Folium: Geographic Maps with Folium using COVID-19 Data Solution

Higher Ed
In this video, we will cover geographic maps with Folium using COVID-19 data solution. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine...
Instructional Video37:51
Curated Video

Fundamentals of Machine Learning - Tree-Based Methods - Part 2

Higher Ed
The second part of the tree-based methods explains random forests. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling, and...
Instructional Video20:45
Curated Video

Fundamentals of Machine Learning - Linear Regression - Labs

Higher Ed
This video explains linear regression using an example of predicting fuel efficiency. This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear...
Instructional Video8:01
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash and MySQL - Part 1

Higher Ed
This is the first part of the two-part video that explains how to use Logstash and MySQL to import data into your index. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and...
Instructional Video9:34
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Parameterizing API Test with Multiple Data Sets using Cucumber Framework Features

Higher Ed
This video demonstrates how to parameterize API Test with multiple data sets using the Cucumber framework features. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API...
Instructional Video3:57
Curated Video

Mean Absolute Deviation

3rd - 5th
Calculate absolute deviations and the mean absolute deviations of a data set.
Instructional Video10:48
Curated Video

pandas for Python - A Quick Guide - Selection and Filtering Pandas

Higher Ed
In this video, you will learn about extracting part of the data frame using the selection operation. We will also look at accessing one or more columns using “[] and iloc and loc.†We will look at how to select a part of the data...
Instructional Video10:22
Curated Video

pandas for Python - A Quick Guide - Reading Data from Files

Higher Ed
After learning about the Data Frame, we will look into how to read .csv files, a common datasheet. You will also learn about the pd.read_csv() call function. The author provides learning datasets and how to solve issues by correcting the...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - DataFrame Manipulation

Higher Ed
Here, you will learn how to rename columns in a data frame. We will look at adding columns to a data frame, concatenating a data frame, and removing columns with the drop method. This clip is from the chapter "Data Preprocessing" of the...
Instructional Video3:56
Curated Video

No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Versioning

Higher Ed
In this video, we will cover versioning. This clip is from the chapter "Other Important Features in SageMaker Canvas" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, you will learn some other...
Instructional Video11:53
Curated Video

Data Analytics using Python Visualizations - Categorical Variables and Histograms (with EDA)

Higher Ed
This video explains categorical variables and histograms. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains advanced...
Instructional Video20:23
Curated Video

Data Analytics using Python Visualizations - Creating Simple Plots Using Matplotlib

Higher Ed
This video explains how to create simple plots using Matplotlib. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you...