Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Multiple Linear Regression
In this video, you will learn how to encode categorical data. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover multiple...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Operators
In this video, we will cover operators. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Curated Video
Understanding Probability: Creating and Analyzing a Probability Tree Diagram
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1HR Q15, which involves the creation and analysis of a proability tree diagram. By the end of the video, learners will understand the concept of...
Executive Finance
Financial Intelligence: Understanding Financial Statements and Accounting Principles
This video is a crash course in financial accounting, with a focus on financial literacy and reading financial statements. It breaks down the components of financial statements, such as the income statement, balance sheet, and statement...
Curated Video
Comprehensive Android Developer Bootcamp - Remainder
Deep Dive into Java Programming Language:Remainder This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the programming...
Brian McLogan
How to the Remaining Factors When Given One Factor of a Polynomial
๐ Learn how to find all the zeros of a polynomial given one rational zero. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a...
Brian McLogan
You Have To Know How To Divide These Polynomials
When students are first learning how to divide polynomials it is important to start your learning off right by working through basic examples to get the problems right.
Brian McLogan
Asymptotes and intercepts
๐ Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
Simplifying imaginary numbers to higher exponents
In this video tutorial I show you how simplify imaginary numbers to a higher power. When working with imaginary numbers we notice that the value of imaginary numbers repeat after the degree 4. Therefore when we have an imaginary number...
Brian McLogan
Pre-Calculus - Rewriting complex numbers to higher powers
In this video series I show you how to simplify complex numbers to a higher power. We notice that i raised to a power repeats itself after the 4th degree. So we will divide the power in the problem by 4 and use the remainder to simplify...
Curated Video
Shopping with Sara (Solve multistep word problems by using equations with a letter for the unknown)
Sara needs school supplies. She needs 5 notebooks, 4 folders and 1 pencil case. A pencil case costs 6 dollars, while a folder costs 5 dollars and a notebook costs 2 dollars. How much money does she need to buy all the supplies?
Curated Video
Python for Deep Learning - Build Neural Networks in Python - One-hot encoding using scikit-learn
In this video, we will learn how to work with One-hot encoding using scikit-learn. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning รขโฌโ Build Neural Networks in Python".In this...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Is instance and PowFunctions
In this video, we will cover Python function- Is instance and PowFunctions. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Comprehensive Android Developer Bootcamp - For loops
Deep Dive into Java Programming Language:For loops This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the programming...
Brian McLogan
Master how to find all of the zeros of a polynomial when given two imaginary zeros
Master how to find all of the zeros of a polynomial when given two imaginary zeros
Brian McLogan
Tutorial - Simplifying an imaginary given to a higher power ex 6, i^85
In this video playlist you will learn everything you need to know with complex and imaginary numbers i^85
Curated Video
Interpreting Remainders (Part 3)
Interpret the remainder of a real-world division problem.
Curated Video
Interpreting Remainders (Part 2)
Interpret the remainder of a real-world division problem.
Curated Video
Python In Practice - 15 Projects to Master Python - issubclass( )
This video explains the issubclass( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Curated Video
Python In Practice - 15 Projects to Master Python - filter( )
This video explains the filter( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The CONTINUE Keyword
Let's learn about changing the control of the while loop using the CONTINUE Keyword. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on what a...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Numerical Operations
After understanding all the different kinds of numbers, we will look at performing operations on these numbers. This clip is from the chapter "Numbers" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...