Curated Video
Blends and Digraphs Word Chains and Ladders
Word chains are a series of words that are used to help develop phonemic awareness, decoding, and encoding skills. This video changes one phoneme at a time to change a word using short vowels with blends and digraphs. These videos are...
Curated Video
Short Vowel Word Chains and Ladders
Word chains are a series of words that are used to help develop phonemic awareness, decoding, and encoding skills. This video changes one phoneme at a time to change a word for short vowel CVC words. These videos are educational videos...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Encoder Decoder
In this video, we will understand what encoder and decoder are, their architecture, and long short-term memory (LSTM), a neural network used in deep learning. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Curated Video
Advanced Chatbots with Deep Learning and Python - Encoder Decoder
In this video, we will understand what encoder and decoder are, their architecture, and long short-term memory (LSTM), a neural network used in deep learning.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Vocabulary Index Embeddings
In this video, we will cover language modelling next word prediction vocabulary index embeddings. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning...
Curated Video
Core Java Programming Course- Removing Duplicate Words from a Text File
This video explains how to remove duplicate words from a text file. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Curated Video
Are Shakespeare's Plays Encoded within Pi?
A follow-up, with examples of numbers that are infinite and non-repeating but don't contain all combinations of digits: http://youtu.be/8PUJvAlD64k Happy Pi Day! Also see: Pi is (still) Wrong: http://youtu.be/jG7vhMMXagQ Pi in Binary...
Crash Course
How We Make Memories - Crash Course Psychology
Remember that guy from 300? What was his name? ARG!!! It turns out our brains make and recall memories in different ways. In this episode of Crash Course Psychology, Hank talks about the way we do it, what damaging that process can do to...
Curated Video
What Is A Modem And What Does It Do?
A modem is a very important piece of network hardware that allows a computer to send and receive data through a telephone line or cable connection. In simple words, it’s the device that connects a computer to the Internet. The word modem...
Curated Video
Spelling: C, CK, K, KE
This video teaches when to use C or K at the beginning of words and which spelling to use at the end of words: CK, KE, or K. We also introduce C endings too. This will help kids at they read, write, and spell words with the /k/ sound.
Curated Video
Predictive Analytics with TensorFlow 6.3: Using BOW for Predictive Analytics
In this video, we will see how to perform a bit more complex predictive analytics using the bag-of-words concept of NLP with TensorFlow. At first, we will formalize the problem, and then will explore the dataset that will be used....
Curated Video
Building Microservices API in Go - Hello World
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Curated Video
Advanced Chatbots with Deep Learning and Python - Max Story and Question Length
In this video, you will learn to define the project's story length and question length, determined by the number of words in the story or question.
ShortCutsTv
Context-Dependent Memory
If you’ve ever returned somewhere and found your mind suddenly filled with memories, you’ve experienced what psychologists call context-dependent memory. Research has shown that our recall of information is much stronger when it’s done...
Curated Video
Chat GPT Algorithm and Operation
In this lesson, we will delve deeper into the Chat GPT algorithm and how it operates. We will focus on the transformer architecture algorithm, which allows the system to find patterns and relationships between words and phrases in an...
Crash Course
Natural Language Processing
So far in this series, we've mostly focused on how AI can interpret images, but one of the most common ways we interact with computers is through language - we type questions into search engines, use our smart assistants like Siri and...
SciShow Kids
Why Does Water Hurt My Nose?
There's nothing better than going for a swim on a hot summer day! Sometimes, though, when you jump in the water, you might get a whole bunch of it up your nose! It's no fun, but why exactly does it hurt so much?
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Vanishing Gradients in RNN: Attention Model
In this video, we will cover attention model. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Embeddings
In this video, we will understand the text as sequence data. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, you will learn...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is. 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
Advanced Chatbots with Deep Learning and Python - Vectorize Stories
In this video, we will understand how to vectorize the story by defining functions, using the data, and developing an index and tokenizer. We will also determine the maximum story length calculated.
Curated Video
Advanced Chatbots with Deep Learning and Python - Tokenizer
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: ManyToMany Different Sizes Model
In this video, we will cover ManyToMany different sizes model. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy
In this video, you will learn about categorical cross entropy, which is used in multiclass classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...