Hi, what do you want to do?
Brian McLogan
Evaluating functions for numeric values
👉 Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
Curated Video
TypeScript for Beginners - Using Arrays
This video demonstrates how to use arrays.<br/<br/>>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
R Programming 101
Clean your data with R - R programming for beginners
If you are a R programming beginner, this video is for you. In it Dr Greg Martin shows you in a step by step manner how to clean you dataset before doing any additional analysis. This is part of a series that considers exploring data,...
R Programming 101
Create a scatter plot using R programming. How to use ggplot for data visualisation.
Using R programming for data visualisation is easy. If you want to create a scatter plot for two or
more numeric variables, ggplot is perfect package. Ggplot2 is part of the tidyverse set up packa
ges.
This video is part of...
more numeric variables, ggplot is perfect package. Ggplot2 is part of the tidyverse set up packa
ges.
This video is part of...
Curated Video
Python 3 for Beginners: Numeric Operations and Math Calculations
In this Python programming lesson, we learn about numbers and how they are used in Python. The lesson covers integers and floating-point numbers, their data types, and how to perform numerical operations such as addition, subtraction,...
Curated Video
Dividing Simple Polynomials and Examining Rational Expressions
In this video, the teacher explains how to divide simple polynomials and explores whether polynomials are closed under division. The concept is illustrated through examples of rational expressions and factoring.
Curated Video
TypeScript for Beginners - String to Numeric
This video demonstrates how to convert a string variable to numeric.
r/>
This clip is from the chapter "Static Methods" of the series "TypeScript for Beginners".This section introduces you to the various static methods and...
r/>
This clip is from the chapter "Static Methods" of the series "TypeScript for Beginners".This section introduces you to the various static methods and...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Selecting Columns
This video explains selecting columns.<br/<br/>>
This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
Curated Video
Machine Learning Random Forest with Python from Scratch - Categorical to Numeric Conversion
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Python Libraries for Machine Learning
In this video, we will cover Python libraries for machine learning.
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete...
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete...
Curated Video
Data Science and Machine Learning with R - Basic Types
This video explains basic types in R.
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types...
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Form Fieldset
In this video, we'll learn about HTML form fieldset.
r/>
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...
r/>
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...
Curated Video
Probability Statistics - The Foundations of Machine Learning - Foundations, Data Types, and Representing Data
In this video, we will cover foundations, data types, and representing data.
<
br/>
This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section,...
<
br/>
This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section,...
Curated Video
Google Apps Script - Exercise Coding Projects - How to Create Custom Functions in Sheets with Google Apps Script Code
This video explains how to create custom functions in sheets with Google Apps Script code.
<
br/>
This clip is from the chapter "How to Do Amazing Things with Google Apps Script - Power Up Your Apps Script Code" of the series...
<
br/>
This clip is from the chapter "How to Do Amazing Things with Google Apps Script - Power Up Your Apps Script Code" of the series...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: Dataset Preprocessing
In this video, we will cover dataset preprocessing.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Combine with Functions
In this video, we'll combine with functions.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - [Exercise] Amazon Machine Learning - Part 1
This video is the first part of the two-part video that explains how to use Amazon's machine learning service to predict quantities for any given order and learn the importance of cleaning the data of outliers along the way.
<
br/>...
<
br/>...
R Programming 101
Chi Squared Test using R programming
The Chi Squared test of independence and the goodness of fit test are statistical tests used on categorical data. Using R programming you can very easily run these tests and generate a p-value. This video is really an R programming for...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - More Input Types HTML5
In this video, we'll learn more about input types HTML5.
r/>
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...
r/>
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 3
This video is the third part of the three-part video that presents more practice exercises on Excel driven testing.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - Excel Driven Testing - 3
This video presents the third part of the Excel driven testing practice exercise.
r/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...
r/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Feature Engineering: Categorical Features
In this video, we will cover categorical features.
<
br/>
This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and...
<
br/>
This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on Creating New Variables
More on creating new variables, including the type of expressions that you can utilize.
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Brian McLogan
What is an algebraic expression
Definitions are very important to your understanding of why and how we use mathematical processes. Without understanding what a process or certain terms mean it is very hard to understand how or why to do something. That is why I want to...