Instructional Video2:43
NASA

Simulated Image Demonstrates the Power of NASA’s Nancy Grace Roman Space Telescope

K - 11th
NASA’s Nancy Grace Roman Space Telescope will capture the equivalent of 100 high-resolution Hubble images in a single shot, imaging large areas of the sky more than 1,000 times faster than Hubble. In several months, the Roman Space...
Instructional Video14:11
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Certificate Types

Higher Ed
Mike reviews different types of certificates including web, email, code-signing, machine/computer, and user. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This...
Instructional Video4:34
Curated Video

Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph

Higher Ed
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...
Instructional Video24:00
Globalive Media

Beyond Innovation: Episode 17

Higher Ed
Stock trading becomes a snap, quantum computers answer complex questions and wearable devices track vital signs from your ear. Plus, Michael and Anthony speak with a South African startup using AI to enhance global trade. Hosted by...
Instructional Video9:49
Curated Video

Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition

Higher Ed
We will first train the CNN model based on the dataset from Kaggle and then we will test that model to test a human face to predict one of the emotions. In this video, we show how to develop a CNN for emotion prediction from facial...
Instructional Video5:48
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Introduction to Cloud Computing

Higher Ed
In this video, we'll see an introduction to cloud computing. This clip is from the chapter "Introduction to AWS Certified Cloud Practitioner CLF-C01 and Cloud Computing" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated...
Instructional Video23:56
Globalive Media

Beyond Innovation: Episode 18

Higher Ed
Opening up opportunities for the world’s unbanked, developing packaging that disposes of itself and sensing health signals hidden in our sweat. Plus, Michael and Anthony discover how artificial intelligence is making it easier to learn...
Instructional Video6:22
Curated Video

Predictive Analytics with TensorFlow 10.2: Factorization Machines for Recommendation Systems

Higher Ed
We will look at two examples for developing a more robust recommendation systems using FM. We will also see FM and their applications in the cold-start recommendation problem. • Understand the factorization machines • Look at the cold...
Instructional Video3:56
Curated Video

Predictive Analytics with TensorFlow 8.3: Tuning CNN Hyperparameters

Higher Ed
In this video, we will tune the CNN hyperparameters. • Tune the CNN hyperparameters
Instructional Video5:34
Curated Video

Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs

Higher Ed
CNNs are a type of feedforward neural network in which the connectivity pattern between its neurons is based on the animal visual cortex. We will also see CNN architecture and convolution operations. • Look at CNNs and drawbacks of...
Instructional Video8:43
AllTime 10s

10 Myths You Still Believe About The Dark Web

12th - Higher Ed
The Dark Web is often considered a murky and even evil place. But are these conceptions even true?
Instructional Video12:15
Curated Video

CISSP® Certification Domain 1 Security and Risk Management Video Boot Camp for 2022 - The National Institute of Standards and Technology (NIST) Special Publication (SP) 800-37 Revision 1 and 2

Higher Ed
This video explains NIST SP 800-37 revision 1 and 2. This clip is from the chapter "Certified Information Systems Security Professional CISSP Domain 1 - Security and Risk Management" of the series "CISSP® Certification Domain 1: Security...
Instructional Video4:30
Curated Video

Ensemble Machine Learning Techniques 2.3: Ensemble Learning for Classification

Higher Ed
In this video, we will use python to write a simple ensemble learning model for classification. • We will use Jupyter Notebook to execute our code • Use Iris dataset to perform classification • Use hard voting and soft voting for...
Instructional Video23:58
Globalive Media

Beyond Innovation: Episode 15

Higher Ed
An app brings the doctor to your doorstep, 3D printers construct concrete buildings and technology helps students perform their best. Plus, a leading artificial intelligence researcher explains how close we are to creating sentient...
Instructional Video4:18
Rachel's English

Intro to Word Stress: American English Pronunciation

6th - Higher Ed
An Introduction to Word Stress in American English.
Instructional Video6:04
Learning Mole

Secure Online Banking

Pre-K - 12th
Jamal wonders how to keep your money safe online after someone attempts to hack into his bank. How do you keep your money safe? What steps can you take to be careful? How safe is online banking?
Instructional Video3:40
Curated Video

Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model

Higher Ed
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Instructional Video3:41
Curated Video

Describe the different types of malware that could affect a computer system or network : Understand the types of malware

Higher Ed
From the section: What are the threats?. This section includes threats, types of malware and lot more. This video gives an overview of malware and threats. It shows how to recognize malware, types of malware and how devices get them.
Instructional Video8:28
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cloud Service Models

Higher Ed
Cloud computing services are categorized using the term "as a service" (aaS). This episode discusses IaaS, Paas, SaaS, and where responsibility lies for each type of service. This clip is from the chapter "Securing Public Servers" of the...
Instructional Video11:32
Curated Video

Mastering Tableau 2018.1, Second Edition 11.1: Data Visualization Best Practices for Effective Dashboards

Higher Ed
In this video, we’ll see the best practices that we can use to create effective dashboards. • Best practices for creating effective dashboards • Implement best practices for effective dashboards
Instructional Video9:43
Curated Video

Predictive Analytics with TensorFlow 6.5: Using Word2vec for Sentiment Analysis

Higher Ed
We will see how we can improve the previous predictive model with minimum effort using TF-IDF. • Use Word2vec for doing sentiment analysis
Instructional Video4:13
Curated Video

Predictive Analytics with TensorFlow 6.2: Transformers and Estimators

Higher Ed
We will get a brief explanation of transformers and estimators. We will also look at different types of transformers and estimators. • Look at the different types of transformers • Look at the different types of estimators
Instructional Video7:00
Curated Video

Cloud Native Development on Azure with Java 1.2: Introduction

Higher Ed
Before you get a kick-start with a new technology or platform, it is always a good practice to have an overview of it. Also, it adds to the motivation to your learning in the long run. This video will provide you with that pair of eyes...
Instructional Video4:57
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.2: Code Documentation

Higher Ed
In this video, we will learn how to generate code documentation in Node.js. • Configure jsdoc • Write code documentation • Explore the generated documentation