Hi, what do you want to do?
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Learning Rate
In this video, we will cover DNN learning rate.
<
br/>
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...
<
br/>
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...
Step Back History
Being Gay During Prohibition
I want you to imagine what being LGBTQ+ would be like in the 1920s or 30’s. How about the 1860s? If you’re like many today, you likely imagine the concept of the closet and assume society forced LGBTQ+ people to conform to the sexual...
Curated Video
Learn and Master C Programming - Using 'while' loops in C/C++
We will introduce you to the 'while' loop in C/C++ and to help you understand it well, we will go over some possible variations.
r/>
This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and...
r/>
This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and...
Curated Video
Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop
Arrays can easily be populated with values from the worksheet using a basic For loop. In this lesson, we perform a popular string cleaning operation --- trimming the leading and trailing whitespace of a string -- on a column of values...
Rachel's English
Sounding like an American on vacation: Talking about water skiing
Come on vacation with me and improve your English! Study English pronunciation, conversation, and vocabulary through this fun mashup of my vacation on Lake Michigan. We're learning how to pronounce different words in the context of...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Striping out Comments and Blank Lines
This video demonstrates how to strip out comments and blank lines.
r/>
This clip is from the chapter "Advanced Command Line Skills - Command Line Kung Fu" of the series "Linux Administration Bootcamp: Go from Beginner to...
r/>
This clip is from the chapter "Advanced Command Line Skills - Command Line Kung Fu" of the series "Linux Administration Bootcamp: Go from Beginner to...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Using 'finally' with Exceptions
This video demonstrates how to use "finally" with exceptions.
r/>
This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains...
r/>
This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - if-else' Condition in Python
This video explains the "if-else" condition.
r/>
This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
r/>
This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Curated Video
British Accents: West Country
This series focuses on different accents from the United Kingdom. Many thanks to Tom for providing him fabulous WEST COUNTRY accent.
Journey to the Microcosmos
The Collotheca Doesn’t Mind Eating Its Own Babies
Imagine that this is the beginning of the last thing you’ll ever see, an empty landscape with thin lines scratched across it. But those lines suddenly sharpen and gather into a dense mass that spreads from the crown that sits atop a...
Curated Video
Figma for UIUX Master Web Design in Figma - Here's What Makes You a Good Web Designer
This video helps you understand what makes you a good web designer.
<
br/>
This clip is from the chapter "Discover the Most important Things about Figma" of the series "Figma for UI/UX: Master Web Design in Figma".This section...
<
br/>
This clip is from the chapter "Discover the Most important Things about Figma" of the series "Figma for UI/UX: Master Web Design in Figma".This section...
Communication Coach Alex Lyon
Communication Professor Reacts to Jerry Seinfeld "Tone of Voice" Story
Communication Professor reacts to Jerry Seinfeld's stand-up comedy story on his Tone of Voice and his relationship with his wife. The video looks at 1. His strangely insightful views on tone of voice, and 2. His public speaking skills....
Kenhub
Tibialis anterior muscle (3D)
Anatomy and functions of the tibialis anterior muscle shown with 3D model animation.
Curated Video
The Cardiac Cycle Phase 1 - Atrial Systole Made EASY!!
The first phase of the Cardiac Cycle is Atrial Systole. In this phase, we see a number of things happening. We take a look at the P wave of the electrocardiogram, the pressure changes in the atria and ventricles, as well as the volume of...
The Guardian
Murder, corruption and cattle barons in Kenya
The Guardian investigates the causes behind the murder of Tristan Voorspuy, a former British army officer shot on his ranch by nomadic herders in March. The central Kenyan county of Laikipia has become the epicentre of a bloody conflict...
Espresso Media
Exploring the Artistic Legacy of Pierre Auguste Renoir in Kamya Sirmour
The video explores the life and work of Pierre Auguste Renoir, a pioneering impressionist artist who lived in Kamya Sirmour on the French Riviera. It discusses his friendship with fellow artist Suzanne and his move to the south for...
NASA
Greenland's Extreme Melt, 1 Year Later
Last spring, NASA’s Operation IceBridge flew over one of Greenland’s earliest melt seasons on record. This year, the melt is progressing more typically, despite warm temperatures in the Arctic. Brooke Medley reflects on...
Curated Video
Comprehensive Android Developer Bootcamp - Learn to Help Yourself as an Android Developer
Learn to Help Yourself as an Android Developer:Learn to Help Yourself as an Android Developer
r/>
This clip is from the chapter "Learn to Help Yourself as an Android Developer" of the series "The Comprehensive Android Developer...
r/>
This clip is from the chapter "Learn to Help Yourself as an Android Developer" of the series "The Comprehensive Android Developer...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Choosing the Right Number of Shards
This video explains how to select the right number of shards.
r/>
This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the...
r/>
This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the...
Curated Video
The Complete Practical Docker Guide - What is Entry Point and Where is it Located
This video explains about the entry point and its location as well.
r/>
This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB...
r/>
This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB...
Curated Video
Vim Masterclass - Exercise Two - Essential Navigation Commands - Walkthrough
This video demonstrates how to navigate inside a file using the Vi or Vim editor.<br/<br/>>
This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - List Comprehensions
I bet you never wanted to write a for loop in a single line of code? But once you learn how to do this, you'll never want to go back. List comprehensions are an AMAZING feature in Python.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
Arduino for Beginners - 2022 Complete Course - Compute the Duration of an Action
This video explains computing the duration of an action.
<
br/>
This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section...
<
br/>
This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Curated Video
Practical Linux Command Line 2.0 - How to Follow the Course
This video provides steps on how to follow and get the most out of this course.
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Practical Linux Command Line 2.0".This section provides an introduction...
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Practical Linux Command Line 2.0".This section provides an introduction...