Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - NonVectorized Implementations of Conv2d and Pool2d
This video helps in NonVectorized implementations of Conv2d and Pool2d. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Image Processing Activity Solution
This is an activity solution video on image processing. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Q-Learning - 1
This is the first of the three-part video that explains implementing Q-Learning. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - How to Get State
This video demonstrates how to get state. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Epsilon
This video explains about Epsilon. This clip is from the chapter "Hyper Parameters and Concepts" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on hyper parameters and concepts.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - SARSA Implementation update
This video explains the SARSA implementation update. This clip is from the chapter "SARSA (State–Action–Reward–State–Action)" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on SARSA...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Computers and Data
This video outlines the fundamentals of a computer's hardware that we must know about for troubleshooting. This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Packt
Fundamentals of Neural Networks - Padding
This video explains padding in convolutional neural networks. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Packt
Fundamentals of Neural Networks - Forward Propagation in RNN
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or characters. This...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Nonvectorized Implementations of Conv2d and Pool2d
In this video, we will cover nonvectorized implementations of Conv2d and Pool2d. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 2
In this video, we will cover language modelling next word prediction Python 2. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: NumPy Pandas and Matplotlib (Part 1)
In this video, we will cover NumPy Pandas and Matplotlib (part 1).
Curated Video
Converting Numbers to Ordinary and Standard Form
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1H Q5, which involves the conversion of numbers to ordinary and standard form.
Curated Video
Converting Units: Calculating Weight in Kilograms and Tonnes
This video shows the process for solving the problem presented in SATs 2022 Paper 2 Q5, which involves converting units. Students will understand the concept of units of weight and the relationship between them. They will learn how to...
Curated Video
Calculating a Percentage of a Whole Number: Solving 2% of 3,000
This video shows the process for solving the problem presented in SATs 2022 Paper 1 Q28, which involves calculating a percentage of a whole number. Students will learn how to partition a percent in order to make calculating the result a...
Curated Video
Subtracting Decimals from Whole Numbers
This video shows the process for solving the problem presented in SATs 2022 Paper 1 Q23, which involves subtracting decimals from whole numbers. We will explore the steps involved in aligning decimal points and borrowing, as well as how...
Brian McLogan
How to Find the Multiplicity from a Set of Polynomial Factors
👉 Learn how to find all the zeros of a factored 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...
Brian McLogan
What do the number of zeros tell us about the degree of a polynomial
👉 Learn about zeros and multiplicity. The zeroes of a polynomial expression are the values of x for which the graph of the function crosses the x-axis. They are the values of the variable for which the polynomial equals 0. The...
msvgo
Significant Figures and Conversion of Physical Quantities
This nugget explains the calculations involving significant figures and dimensional analysis method.
Brian McLogan
Overview of functions zeros and increasing decreasing
👉 Learn how to determine increasing/decreasing intervals. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph of the function....
Brian McLogan
Solving a polynomial to determine the zeros compared to factors
👉Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Brian McLogan
Factors and x intercepts of a quadratic function
👉Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Brian McLogan
Learn to identify the parts and divide two numbers using long division
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...