All In One Social Media
How To Choose What To See First On Facebook News Feed
The Facebook algorthym can make you crazy when all you want to see is what you want to see. Well, in this video I will show you how to choose what to see first on facebook so you don't miss anything from your friends of Facebook pages...
Curated Video
Ambigrams: Words that Transform and Surprise
This video provides an introduction to ambigrams, a form of design and word art where certain elements of a word remain the same when viewed from different orientations. It showcases various examples of ambigrams, including ones that...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Why are Data Structures And Algorithms important?
Learn about abstract data types and how they relate to data structures. This clip is from the chapter "Data Structures And Algorithms - A Symbiotic Relationship" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Curated Video
Evaluate two sorting or two search algorithms : Bubble sort implementation
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the bubble sort algorithm step by step
Fun Robotics
Working principle of Decision Tree
Describes the working principle of a decision tree algorithm.
Packt
Training Versus Validating Dataset
In this video, we will cover training versus validating dataset. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code
Look at best, worst and average cases for complexity in more detail This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Packt
Compare the breadth-first and depth-first search algorithms : Stack Data Structure
From the section: Shortest Time Search (Depth First Search). Understand stack data structure by answering the questions. • What is a stack • What are examples of stack • How do stack operations—Insertion and deletion—operate Understand...
Curated Video
Complete Modern C++ - Parallel Algorithms - III
This video explains why parallel algorithms cannot be used everywhere. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro
Visual presentation and complexity analysis of the selection sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation
Add ability to perform several runs of the functions under analysis and perform testing using additional functions and test cases This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Curated Video
Predictive Analytics with TensorFlow 3.5: Getting Started with Tensorflow – Linear Regression and Beyond
In this example, we will take a closer look at TensorFlow's and TensorBoard's main concepts and try to do some basic operations to get you started. The model we want to implement simulates the linear regression. • Create data into 2D space
Packt
Advanced Computer Vision Projects 1.3: Google Brain im2txt Captioning Model
In this video, we look at the architecture behind Google Brains im2txt model. • View TensorFlow research Github page • Understand the connection between Inception for classification and LSTMs for caption generation
Packt
Bubble Sort Visualization
This video focuses on bubble sort visualization. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
KERA
What You Need to Know About Bitcoin
Bitcoin is a type of digital currency that exists only on computers and allows people to conduct financial transactions online that allow users to send currency back and forth. Recently, Bitcoin has been making headlines for its role in...
Curated Video
C++ Standard Template Library in Practice - Input Iterators
We want to learn what makes up an input iterator, and how to use it. • Learn what an input iterator can do • Learn what it takes to fulfill an input iterator contract • Go through a code example, showing how to use input iterators This...
de Dicto
Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Curated Video
The AI Reproducibility Crisis: Why It Matters and What's Being Done About It
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Curated Video
Feature Selection and Feature Engineering
In this video, we will cover feature selection and feature engineering. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course +...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1
Visual presentation and complexity analysis of the bubble sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Bug Bounty Program Certification 11.4: Find Bugs in Coding Files and Break Algorithm
This video will help you find algorithm and complete the task. • Analyze source code to find algorithm used • Find out encryption key • Complete the task to encrypt the string
Packt
Give appropriate attribution for externally sourced media or code : The dataset
From the section: The MNIST example. In this section, we’ll see the MNIST example. The MNIST dataset is the “Hello, world” of machine learning, and deep learning in particular. We introduce the problem and describe its use as our first...