Instructional Video15:01
Curated Video

Practical Data Science using Python - Decision Tree - Model Concept

Higher Ed
This video introduces you to decision tree - model concept. This clip is from the chapter "Classification using decision trees" of the series "Practical Data Science Using Python".This section explains classification using decision trees.
Instructional Video15:37
Curated Video

Practical Data Science using Python - Decision Tree - Gini Index and Entropy Measures

Higher Ed
This video explains decision tree - Gini Index and Entropy Measures. This clip is from the chapter "Classification using decision trees" of the series "Practical Data Science Using Python".This section explains classification using...
Instructional Video3:09
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Weighted Sums

Higher Ed
In this video, you will learn about weighted sums. 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 learning.
Instructional Video1:55
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Theory of Perceptron

Higher Ed
In this video, we will discuss about the theory of perceptron. 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...
Instructional Video2:29
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Sigma Prime

Higher Ed
In this video, you will learn about Sigma Prime. 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 learning.
Instructional Video2:17
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Output Function Implementation

Higher Ed
In this video, you will learn how to implement output function in our code. 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...
Instructional Video12:17
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Neural Network Architecture

Higher Ed
In this video, you will learn about neural network architecture. 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...
Instructional Video1:45
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Logistic Regression Algorithm

Higher Ed
In this video, we will talk about the logistic regression algorithm. 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...
Instructional Video4:53
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Layers and DEEP Networks

Higher Ed
In this video, you will learn about layers and DEEP networks. 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...
Instructional Video5:47
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron

Higher Ed
In this video, you will learn how to implement the basic perceptron in our notebook. 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,...
Instructional Video13:05
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 3

Higher Ed
In this part, we will work on the sigmoid, backpropagation, and train functions. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this last section, we will...
Instructional Video5:04
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Feed Forward for DEEP Net

Higher Ed
In this video, you will learn about Feed Forward for DEEP Net. 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...
Instructional Video6:50
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Coding Perceptron Algo (Training Perceptron)

Higher Ed
In this video, we will work on the perceptron algorithm and learn how to code for training perceptron. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using...
Instructional Video7:31
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Coding Perceptron Algo (Perceptron Step)

Higher Ed
In this video, we will work on the perceptron algorithm and learn how to code for perceptron step. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In...
Instructional Video7:58
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Basics of Feed Forward

Higher Ed
In this video, you will learn about the basics of Feed Forward. 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...
Instructional Video5:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: The Activation Function

Higher Ed
In this video, we will cover the activation function. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video6:04
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Calculating Number of Weights of DNN

Higher Ed
In this video, we will cover calculating number of weights of DNN. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video5:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Bias Term

Higher Ed
In this video, we will cover Bias Term. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video8:31
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Convolution and Pooling Details

Higher Ed
In this video, we will cover convolution and pooling details. 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...
Instructional Video7:04
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: CNN Example

Higher Ed
In this video, we will cover CNN example. 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...
Instructional Video14:52
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Weight Sharing

Higher Ed
In this video, we will cover weight sharing. 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 to Z".In this section, we will...
Instructional Video6:03
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Equations

Higher Ed
In this video, we will cover equations. 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 to Z".In this section, we will cover...
Instructional Video5:25
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Gradients of MaxPooling Layer

Higher Ed
In this video, we will cover gradients of MaxPooling layer. 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...
Instructional Video4:07
The Business Professor

Marketing - What Distorts the Results of Marketing Research

Higher Ed
This Video Explains Marketing - What Distorts the Results of Marketing Research