NASA
NASA | Space Geodesy Profiles: Carey Noll
Computer scientist Carey Noll talks about her job as manager of the Crustal Dynamics Data Information System (CDDIS), the applications of her work for various space geodesy techniques such as GPS, and her career at NASA's Goddard Space...
NASA
NASA | Judith Bruner Women@NASA 2014
Judith Bruner - Director of Safety and Mission Assurance at Goddard Space Flight Center The Women@NASA project is the perfect opportunity to celebrate women from across the agency who contribute to NASA’s mission in many ways.Giving you...
Curated Video
Design test cases to verify a computer program : Testing the Multiplication Function
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to test the multiplication function in Python.
Curated Video
Ensemble Machine Learning Techniques 3.6: Using the Decision Tree to Determine Weight at Birth
In this video, we will use python and Sci-kit learn to determine if a baby will be underweight at birth. • We will use Jupyter Notebook to execute our code • We will use Bagging with Decision Trees • We will compare the results with...
Curated Video
Mastering Tableau 2018.1, Second Edition 10.5: Working with Pathway and Territories
In this video, we’ll see how to create a flow over a map. We’ll also learn to create custom territories. • Steps to implement pathways • Steps to implement custom territories
Curated Video
Mastering Tableau 2018.1, Second Edition 6.3: Using Parameters to Control Visualization Interactivity
We’ll look into parameters and also learn how to add them in visualizations to add interactivity. • Understand parameters • Implement parameters in Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 1.4: Business Case for Visualizations with an Advanced Practical Example
We’ll discuss advanced business cases and will also see practical examples for the same. • Look at different business case scenarios
Curated Video
Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End
In this video, we need a solution for making clickable videos. • Install jQuery and Bootstrap • Set up the front end with a grid • Test the front end
Curated Video
Serverless JavaScript Projects 1.4: Get on an Amazon Free Tier Node
This video shows how to sign up for the Free Node of AWS • Signing up
Curated Video
Learning D3.JS 5.0 9.5: Making the Tree Collapsible
In this video, we will learn how to connect everything we’ve done in this section. • Create the diagonal • Update the links • Exit from links
Curated Video
Learning D3.JS 5.0 8.5: Creating the Line
In this video, we will learn how to create a line in a line chart. • Understand the shape library • Add the code for the line • Fix the visual result
Curated Video
Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON
In this video, we will learn how to load data from a JSON file. • Discuss JSON file • Create a JSON fileand write the code to fetch data • View the result and console tab from the developer tools
Curated Video
Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration
In this video, you will learn about frontend vulnerability scanning using Acunetix. • Explore example of cross site scripting attack • Understand vulnerability Listing in Acunetix • Explore report generation using Acunetix
Curated Video
routing protocols : Classless routing protocols
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Classless routing protocols
Curated Video
Explain web security : Working with NMap
From the section: Reconnaissance and Scanning. This section will cover reconnaissance and vulnerability scanning. This is needed to stage attacks. Our aim in this video is to understand what NMap is and how we will be working with it. -...
Curated Video
Develop a computer program to solve a problem using control structures : Loops in Python
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Loops in Python
Curated Video
Evolution and Revolution of the USB
The video explores the history and impact of the USB, which has become a common and essential item for computer users. It discusses how the USB revolutionized connectivity by providing a standardized port for various hardware devices,...
Curated Video
Probability Statistics - The Foundations of Machine Learning - Introduction
Welcome to the course. This is a quick introduction video to the course. This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section, we will first...
Curated Video
Creating a Title Slide Intro in PowerPoint
This tutorial demonstrates how to create a title slide intro using PowerPoint. He shows various ways to customize the design, including using different words or logos for each slide. Justin explains the step-by-step process of adding...
Curated Video
Modify a data structure : Search Method
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Search Method
Curated Video
Implement a decision tree : Working of a Decision Tree
From the section: Mastering Kaggle Titanic Competition Using Random Forest. The module will cover Random Forest and thus cover decision trees and will encourage the student to make a Kaggle submission and introduce them to the online...
Curated Video
Describe computer programming : Arithmetic & Operators
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Arithmetic & Operators
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Project Solution: Hough transform to detect lane lines in an image
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: Project Solution: Hough transform to detect lane lines in an image
Curated Video
Describe an advanced data structure : Useful Math: The Inclusion-Exclusion Principle
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...