TED Talks
TED: The seeds of change helping African farmers grow out of poverty | Andrew Youn
Farmers stand at the center of the world, says Andrew Youn, cofounder of One Acre Fund, an agricultural organization that's empowering sub-Saharan farm families with the loans, seeds, fertilizer and training needed to increase crop...
TED Talks
Anne Curzan: What makes a word "real"?
One could argue that slang words like ‘hangry,’ ‘defriend’ and ‘adorkable’ fill crucial meaning gaps in the English language, even if they don't appear in the dictionary. After all, who actually decides which words make it into those...
TED-Ed
TED-Ed: How computers translate human language - Ioannis Papachimonas
Is a universal translator possible in real life? We already have many programs that claim to be able to take a word, sentence, or entire book in one language and translate it into almost any other. The reality, however, is a bit more...
Crash Course
Compression: Crash Course Computer Science
So last episode we talked about some basic file formats, but what we didn’t talk about is compression. Often files are way too large to be easily stored on hard drives or transferred over the Internet - the solution, unsurprisingly, is...
TED Talks
TED: Beautiful new words to describe obscure emotions | John Koenig
John Koenig loves finding words that express our unarticulated feelings -- like "lachesism," the hunger for disaster, and "sonder," the realization that everyone else's lives are as complex and unknowable as our own. Here, he meditates...
TED-Ed
Who decides what's in the dictionary? | Ilan Stavans
While the concept of a dictionary dates back to ancient civilizations, the first English dictionary wasn't published until 1604. In the centuries that followed, many more dictionaries were written by individual authors who chose what to...
Curated Video
What is Value? ...or Project Value?
Value has come right up the Project Management agenda recently, with pride of place in 2021’s 7th edition of the PMBOK guide. But it has always been an important concept. The problem is that defining it is difficult. So, what is Value?...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 2)
In this video, you will explore advanced object techniques in Python, such as using class variables in conjunction with objects to create powerful and dynamic OOP structures.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)
In this video, you will dive into an exercise on class variables, where you will practice creating and manipulating class variables to understand their behavior and usage in OOP.
Learn German with Herr Antrim
Overcome Reading Obstacles: Tips for Fluent German Comprehension
Explore the world of German literature and elevate your language skills in this video. This comprehensive guide is designed for German learners of all levels who wish to enhance their reading experience and overcome common challenges....
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2
In this video, you will learn to implement the accuracy method to help determine our model's performance. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Add Model Evaluation Step in Kubeflow before Deployment
In this lab video, you will be adding the model evaluation step in Kubeflow before deployment. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on...
Curated Video
Linux Crash Course for Beginners - 2023 - User Account Management
In this video, you will learn some user account management such as useradd, groupadd, usermod, userdel, and groupdel.
Curated Video
Linux Crash Course for Beginners - 2023 - Changing Password
In this video, you will learn how to change the user password.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Curated Video
Fundamentals of Neural Networks - Language Processing
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Curated Video
The Evolution of Smartphones: From Simple Calls to Advanced Multifunctionality
Explore the fascinating journey of smartphone development from bulky mobile devices to today's compact powerhouses. This video delves into how technological advancements have enabled smartphones to replace over 15 kg of everyday objects,...
Curated Video
Deep Learning - Crash Course 2023 - Pandas Data Frame
In this video, you will learn about Pandas' two-dimensional data structure called dataframes. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we...