Hi, what do you want to do?
SciShow
One of the World’s Oldest Experiments is This Patch of Grass
The Park Grass experiment at Rothamsted Research Centre in England is the world's longest-running ecological experiment. It's also the result of a sort of Victorian Stardew Valley, the enduring friendship between John Bennet Lawes and...
TED Talks
TED: The problem with "trickle-down techonomics" | Jon Gosier
Hooray for technology! It makes everything better for everyone!! Right? Well, no. When a new technology, like ebooks or health trackers, is only available to some people, it has unintended consequences for all of us. Jon Gosier, a TED...
Makematic
The Dawes Act 1887
The Dawes Act of 1887 empowered the federal government to divide Indigenous lands into plots, leading to the displacement of thousands and the loss of Indigenous sovereignty.
Curated Video
Deep Learning - Crash Course 2023 - Contour Plots
In this video, you will learn how to create Contour plots.
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick...
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick...
Curated Video
Deep Learning - Crash Course 2023 - Plotting with Matplotlib
In this video, we will understand the most popular plotting library in Python called Matplotlib and learn about plotting.
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning -...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Regression
In this video, we will understand regression in ANN.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Plot Formatting and Scatter Plot
In this video, we will cover plot formatting and scatter plot.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Matplotlib Introduction
In this video, we will get introduced to Matplotlib.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution
In this video, you will learn how to apply convolution to an image to create a blurring filter.
<
br/>
This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In...
<
br/>
This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More Matplotlib
In this video, we will understand from where we can learn more about Matplotlib.
<
br/>
This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
<
br/>
This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matplotlib Section Introduction
In this video, we will have a quick overview of Matplotlib that is used to visualize data and see what we are going to cover in this section.
<
br/>
This clip is from the chapter "Matplotlib" of the series "Data Science...
<
br/>
This clip is from the chapter "Matplotlib" of the series "Data Science...
Curated Video
Scatter Graphs Line of Best Fit
This video explains how to draw a line of best fit on a scatter graph. Practice question at the end of the end of the video.
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Overview of Basic Plotting and Visualization
This video provides an overview of basic plotting and visualization.
<
br/>
This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
<
br/>
This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Autocorrelation, Standard Deviation, and Mean
This video teaches you how to execute the dataset to find its autocorrelation, standard deviation, and mean.
<
br/>
This clip is from the chapter "Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm" of...
<
br/>
This clip is from the chapter "Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm" of...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Trend Using Moving Average Filter
This video extracts the trend using the moving average filter.
<
br/>
This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
<
br/>
This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Data Pre-Processing
This video helps you with data pre-processing.
<
br/>
This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
<
br/>
This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
Packt
Autocorrelation, Standard Deviation, and Mean
This video teaches you how to execute the dataset to find its autocorrelation, standard deviation, and mean. This clip is from the chapter "Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm" of the series "A...
Packt
Trend Using Moving Average Filter
This video extracts the trend using the moving average filter. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
Curated Video
Multiple Plot Lines
“Multiple Plot Lines” will explain how to write a story using multiple plots.
Curated Video
Scatter Plots
“Scatter Plots” will explain how to construct a scatter plot and use it to predict values.
R Programming 101
Ggplot - using geometries
If you're using R programming for data visualization then you're going to love this video. Creating plots and graphs using ggplot2 couldn't be easier. Ggplot using a concept called geoms (or geometries) to determine the type of plot that...
R Programming 101
Advanced ggplot #2 - create beautiful plots and graphs using R programming.
This is my second advanced ggplot video that explores using R programming to create facets. Data visualisation is an important part of data analysis and communicating your findings. Ggplot2 is an incredibly powerful tool for data...
R Programming 101
Advanced ggplot - using facets
If you are using R programming to do data visualisation then you'll love working with the ggplot2 package. This video is part of the advanced ggplot series and in it we explore the use of facets in your plots and graphs. You might be...
Curated Video
R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface
This video is a quick guide to the RStudio user interface.
<
br/>
This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction...
<
br/>
This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction...