Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - T-Test Independent Samples Overview (Example)
This is an overview (example) of t-test independent samples analysis. This clip is from the chapter "Statistical Analysis" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - RAND Function (Producing a Sample with Distribution of Your Choice)
The author will show you how to use the rand function. This function allows you to produce a sample (random numbers) with a distribution of your choice. This clip is from the chapter "SAS Functions" of the series "Complete SAS...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Expectations: Variance
In this video, we will cover variance. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Data Preparation and Preprocessing: Handling Video and Audio Data
In this video, we will cover handling video and audio data. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Expectations: Law of Large Numbers Famous Distributions
In this video, we will cover law of large numbers famous distributions. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Machine Learning Model 1
In this video, we will cover machine learning model 1. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Methods: Features
In this video, we will cover features. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover machine...
Professor Dave Explains
The Cognitive Basis of Superstition and Belief in the Supernatural
What is superstition, and what is the psychological basis behind it? What drives belief in the supernatural, and is there any evolutionary basis for it? Are we merely driven to detect patterns in chaos, or is there something more to it?...
Curated Video
Identifying Samples in Population Studies
In this video, the teacher explains the concept of collecting data about a population by identifying a sample. They use examples of predicting the winner of an election and tracking migration patterns of a bird species to illustrate how...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML iframes
In this video, we'll learn about HTML iframes. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about Element,...
Journey to the Microcosmos
How to Not Kill an Extremely Rare Microbe
For an activity that mostly involves sitting and staring, microscopy is a surprisingly high stakes task. On the other side of the lens are drops full of potential, a multitude of worlds to unravel and examine. But they’re also fragile...
Curated Video
Using Styles and Themes in Microsoft Word
In this video tutorial, the instructor demonstrates how to effectively utilize styles and themes in Word 2007 to enhance the appearance and professionalism of documents. By using predefined styles for titles and text, users can easily...
Curated Video
Arduino for Beginners - 2022 Complete Course - Activity 20 - Solution
This video explains activity 20 - solution. This clip is from the chapter "Photoresistor- Measure Luminosity" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measuring luminosity.
Curated Video
Practical Data Science using Python - Decision Tree - Model Optimization using Grid Search Cross Validation
This video explains decision tree - model optimization using grid search cross validation. This clip is from the chapter "Classification using decision trees" of the series "Practical Data Science Using Python".This section explains...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Metaclass
Just like decorator functions, we can define metaclasses that execute before the class creation. This clip is from the chapter "Metaclass" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Curated Video
Minimal API Development with ASP.NET Core - Section Overview - Add Entity Framework
This video explains the section overview in which you will learn how to get rid of our static data and put in some dynamic data. This clip is from the chapter "Add Entity Framework" of the series "Minimal API Development with ASP.NET...
Curated Video
HTML Tutorial for Beginners(2022) - Comments in HTML
Learn how to set comments on an HTML web page. The comments are not read by the web browser. This clip is from the chapter "HTML Basics - Getting Started" of the series "HTML Tutorial for Beginners (2022)".This section focuses on the...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Splitting the Data (NN Implementation)
In this video, you will learn how to implement splitting the data in our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Parameter Estimates
This video explains parameter estimates. This clip is from the chapter "SAS Predictive Modeling, Prepare the Input Variables" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS...
Curated Video
HTML Tutorial for Beginners(2022) - Set Work Title in HTML
Learn how to set the title of work in HTML. We will use the tag for this. An example will also be demonstrated with live output. This clip is from the chapter "HTML Quotation and Citation" of the series "HTML Tutorial for...
Curated Video
HTML Tutorial for Beginners(2022) - Set Background Image on a Web Page in HTML
Learn how to set a background image on a web page in HTML. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using HTML. We will also...
Curated Video
HTML Tutorial for Beginners(2022) - Internal CSS in HTML
Learn how to add CSS to an HTML web page. Internal CSS allows you to add CSS to a web page using the style element/ tag. We will also see a live running example to understand the concept. This clip is from the chapter "HTML CSS Styles"...
Curated Video
HTML Tutorial for Beginners(2022) - Inline CSS in HTML
In HTML, we can easily set the CSS styles. Use the style attribute and set any style on any element, like background color, font color, font size, font style, and so on. This clip is from the chapter "HTML CSS Styles" of the series "HTML...