Hi, what do you want to do?
R Programming 101
Detecting Patterns in Text with str_detect()
In this R Programming tutorial, we explore the str_detect() function from the stringr package, a key tool in the Tidyverse for pattern detection within text data. Learn how to efficiently identify and work with specific patterns in your...
R Programming 101
Create fantastic tables using gtExtras in R
Welcome to a closer look at the gtExtras package in R! In this video, we'll explore how to enhance your data tables with the powerful and flexible features provided by the gtExtras package. Whether you're a data analyst, data scientist,...
Curated Video
Data
A collection of pieces of information, organised and categorised for some purpose.
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual...
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual...
Curated Video
Arithmetic Mean, Median and Mode
By the end of this learning object, the student will be able to: List Standard Deviants Teaching Systems4462
Curated Video
Collecting and Organizing Data
By the end of this learning object, the student will be able to: Define Standard Deviants Teaching Systems.4461
R Programming 101
Multiple regression: how to select variables for your model
When doing linear regression, it is important to include right right variables in your model. Multiple regression differs from simple linear regression in that more than one explanatory variable is used in the model. Master variable...
R Programming 101
Multiple regression. How to deal with Outliers and Colliniarity
When doing linear regression or multiple regression, your data may have outliers. Outliers are data points where the residual values are far from the model. In this video we explore how to identify outliers and discuss what to do when...
Curated Video
Mean Absolute Deviation MAD | 6.SP.3
Welcome to Math Defined! In this video, we're diving into the world of Mean Absolute Deviation (MAD) and exploring its importance in understanding data variability. Join us as we break down this fundamental statistical concept in a...
Science Buddies
Create an Urban Heat Island Profile Using ArcGIS Online
In this science project, you will explore Urban Heat Islands with ArcGIS Online and analyze surface type & air temperature relationships in your city.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Labels and Features
In this lesson, we will look at a target or label as output data and feature, a measurable property or characteristic of an element.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dataset
In this lesson, we will dive into the hardcore process of machine learning and the fundamental elements used in machine learning, like datasets, training and testing data, outliers, models, and so on.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing.
<
br/>
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...
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Natural Language Processing...
<
br/>
This clip is from the chapter "Natural Language Processing...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is.
<
br/>
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...
<
br/>
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)
In this video, we will work on a more conventional prediction called stock return.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 1)
In this video, we will understand why one-step prediction on stock price is misleading and unconventional.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Code)
In this video, you will learn how to preform RNN for image classification on the MNIST dataset.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem
In this video, we will understand how LSTMs work for resolving a long-distance problem.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - A More Challenging Sequence
In this video, you will learn how to preform time series prediction with a complex signal.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Time Series Prediction
In this video, we will do the same forecasting exercise that we did with an autoregressive liner model, but with a simple RNN instead.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)
In this video, you will learn to write Python code from scratch for financial analysis with ChatGPT using pairs trading strategies. This video will cover fundamental coding concepts such as data types, variables, loops, conditional...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2
In this video, we will continue building our Todo list app by adding the ability to delete todos and update their status. We will also cover how to use the PUT and DELETE methods in Fetch and how to handle success and error...