Brian McLogan
How to find the zeros of a polynomial using the sum of two cubes
π Learn how to find the zeroes of a polynomial equation/expression involving the sum/difference of two cubes. Given a polynomial having the sum of two cubes, the polynomial can be factored as follows: a^3 + b^3 = (a + b)(a^2 - ab + b^2)....
Brian McLogan
Hw Classify Conic Sections
πIn this video we will learn how to classify conic sections as a parabola, circle, ellipse and hyperbola. We will do this in general form as well as completing the square to write in standard form. We will also idetify the vertex/center...
Curated Video
Machine Learning Random Forest with Python from Scratch - Classification versus Regression
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Adding and Subtracting Polynomials: Understanding Monomials, Degrees, and Classifying Polynomials
This video is a lesson on adding and subtracting polynomials. The teacher covers topics such as monomials, classifying polynomials, finding the degree of a polynomial, and using the vertical and horizontal methods to add and subtract...
Brian McLogan
Given the angles of a triangle learn how to classify the triangle ex 3
π Learn how to classify triangles. A triangle is a polygon with three sides. Triangles are classified on the basis of its angles or on the basis of its side lengths. The classification of triangles on the bases of its angles are: acute,...
Brian McLogan
How to classify a polynomial by expanding
π Learn how to classify polynomials. A polynomial is an expression of the sums/differences of two or more terms having different interger exponents of the same variable. A polynomial can be classified in two ways: by the number of terms...
Brian McLogan
How to factor a trinomial raised to the 4th power by factoring out GCF
Learn how to factor higher order trinomials. 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. To factor an algebraic expression means to break...
Brian McLogan
Given the center, b and eccentricity find the equation of a hyperbola
Learn how to write the equation of hyperbolas given the characteristics of the hyperbolas. The standard form of the equation of a hyperbola is of the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2...
Curated Video
Classifying Triangles Based on Sides' Length
Classifying triangles based on the sidesβ length.
Curated Video
Machine Learning Random Forest with Python from Scratch - Clustering
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them. This clip is from the chapter "Introduction to Machine Learning" of the series...
Brian McLogan
How to Solve a Polynomial to a Higher Power by Raising the Power of Your Factors
π Learn how to find all the zeros of a polynomial. 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 polynomial are the values...
Brian McLogan
How to write the final answer of a problem using synthetic division
π Learn about dividing by synthetic division. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for the variable, the solution for...
Curated Video
How to Name and Classify an Angle
In this video lesson, you will learn how to name an angle from a diagram. You will also learn key content vocabulary to classify angles as acute, right, obtuse, straight and reflex. Student practice is embedded in the lesson. Grade 7...
Brian McLogan
Learn how to divide a monomial into a polynomial
π Learn how to divide polynomials by a monomial using the long division algorithm. A monomial is an algebraic expression with one term while a polynomial is an algebraic expression with more than one term. To divide a polynomial by a...
Brian McLogan
Learn how to find the real zero of a cubic function
π Learn how to find all the zeros of a polynomial. 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 polynomial are the values...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - RCNN
This video explains the RCNN (Region-Based Convolutional Neural Network). This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only Live Once).
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Multi-Class Classification
In this video, you will learn about multi-class classification. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep...
Brian McLogan
How to factor out a GCF from a polynomial to then completely factor
Learn how to factor higher order trinomials. 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. To factor an algebraic expression means to break...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Continuous Random Variables: Transformation of Random Variables
In this video, we will cover transformation of random variables. 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
Deep Learning - Deep Neural Network for Beginners Using Python - Linear Equation
In this video, we will discuss about the linear equation. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the basics of...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Yolo: RCNN
In this video, we will cover RCNN. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover the...
Brian McLogan
How to find the real zero of a cubic function
π Learn how to find all the zeros of a polynomial. 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 polynomial are the values...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Sliding Window Object Localization
This video talks about the sliding window object localization. This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only Live Once).
Curated Video
Python In Practice - 15 Projects to Master Python - Preparing the Data
This video explains preparing the data. This clip is from the chapter "Flavor Predictor" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the flavor predictor.