Instructional Video3:27
Curated Video

Python In Practice - 15 Projects to Master Python - Matplotlib Library

Higher Ed
This video explains the Matplotlib library. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video24:50
Curated Video

Python In Practice - 15 Projects to Master Python - Age Calculator (Total Days and Seconds Lived)

Higher Ed
This video helps to create the Age Calculator (total days and seconds lived). This clip is from the chapter "Applications with Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video4:59
Curated Video

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

Higher Ed
In this video, we will cover classification. 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 Video14:05
Curated Video

Fetch()ing Data in JavaScript

Pre-K - Higher Ed
Often JavaScript apps interact with other sites and services to obtain data, like maps or transit data. In this video, Mark will show you how to use fetch() to retrieve data from other apps.
Instructional Video9:27
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Data Frame

Higher Ed
In this lesson, you will learn about the second primary data structure called Pandas Data Frame, which is a tabular data structure. We will understand the data frame and its operability. We will also learn about the Pandas dictionary....
Instructional Video29:38
Curated Video

Google Apps Script - Exercise Coding Projects - Sending Emails Messages Thread Updates with GmailApp Gmail Service Functions

Higher Ed
This video explains sending emails messages thread updates with GmailApp Gmail service functions. This clip is from the chapter "Google Workspace Services: Docs, Calendar, Drive, Forms, Gmail, and Sheets Slides" of the series "Google...
Instructional Video1:36
Curated Video

Python for Machine Learning - The Complete Beginners Course - Defining the Classifier

Higher Ed
In this video, you will learn how to define the classifier. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video14:19
Curated Video

Practical Data Science using Python - Pandas Series 1

Higher Ed
This video explains the Pandas series. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video7:37
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - RL Versus Other ML Frameworks

Higher Ed
This video demonstrates the difference between RL and other ML frameworks. This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
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 Video2:05
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Creating a Stacked Column Chart in Power BI

Higher Ed
This video demonstrates how to create a stacked column chart in Power BI. This clip is from the chapter "Basic Charts in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on...
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 Video9:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot Solution

Higher Ed
In this video, we will cover Bokeh Multiplots grid plot 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 Learning (Theory and...
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 Video6:46
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Classification Training Process and Prediction Probabilities

Higher Ed
In this video, we will cover classification training process and prediction probabilities. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video10:09
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Process of Learning from Data: Supervised Learning

Higher Ed
In this video, we will cover supervised learning. 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...
Instructional Video26:17
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Solution - ReplicaSets

Higher Ed
In this video, we will learn about ReplicaSets. This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we will work with Pods...
Instructional Video4:29
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Demo - Deployments

Higher Ed
In this video, we will see a demonstration on Deployments. This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we will...
Instructional Video6:51
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 18 – Clean Up Kubernetes YAML for Microservices

Higher Ed
This video explains how to clean up Kubernetes YAML for microservices. This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud – V2" of the series "Master Microservices with Spring Boot...
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 Video8:14
Curated Video

pandas for Python - A Quick Guide - Data Transformation

Higher Ed
In this video, you will learn how to convert String data to a category and discretize a continuous variable and convert it into a categorical feature. This clip is from the chapter "Data Preprocessing" of the series "Pandas for Beginners...
Instructional Video2:49
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Classification Algorithms: Decision Tree

Higher Ed
In this video, you will learn how to encode categorical data. This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will...
Instructional Video14:16
Curated Video

Practical Data Science using Python - K-Means - Model Optimization

Higher Ed
This video explains K-Means - model optimization. This clip is from the chapter "Unsupervised Learning - K-Means Clustering" of the series "Practical Data Science Using Python".This section explains unsupervised learning - K-Means...