NASA
Simulated Image Demonstrates the Power of NASA’s Nancy Grace Roman Space Telescope
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Certificate Types
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...
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
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...
Globalive Media
Beyond Innovation: Episode 17
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...
Curated Video
Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition
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...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Introduction to Cloud Computing
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...
Globalive Media
Beyond Innovation: Episode 18
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...
Curated Video
Predictive Analytics with TensorFlow 10.2: Factorization Machines for Recommendation Systems
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...
Curated Video
Predictive Analytics with TensorFlow 8.3: Tuning CNN Hyperparameters
In this video, we will tune the CNN hyperparameters. • Tune the CNN hyperparameters
Curated Video
Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs
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...
AllTime 10s
10 Myths You Still Believe About The Dark Web
The Dark Web is often considered a murky and even evil place. But are these conceptions even true?
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
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...
Curated Video
Ensemble Machine Learning Techniques 2.3: Ensemble Learning for Classification
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...
Globalive Media
Beyond Innovation: Episode 15
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...
Rachel's English
Intro to Word Stress: American English Pronunciation
An Introduction to Word Stress in American English.
Learning Mole
Secure Online Banking
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?
Curated Video
Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Curated Video
Describe the different types of malware that could affect a computer system or network : Understand the types of malware
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.
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Cloud Service Models
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.1: Data Visualization Best Practices for Effective Dashboards
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
Curated Video
Predictive Analytics with TensorFlow 6.5: Using Word2vec for Sentiment Analysis
We will see how we can improve the previous predictive model with minimum effort using TF-IDF. • Use Word2vec for doing sentiment analysis
Curated Video
Predictive Analytics with TensorFlow 6.2: Transformers and Estimators
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
Curated Video
Cloud Native Development on Azure with Java 1.2: Introduction
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.2: Code Documentation
In this video, we will learn how to generate code documentation in Node.js. • Configure jsdoc • Write code documentation • Explore the generated documentation