Instructional Video10:27
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Data Structure (List, Tuple, Set, Dictionary): Defining and Indexing

Higher Ed
In this video, we will cover defining and indexing.
<
br/>
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...
Instructional Video9:49
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Control Flow in Python: Else in For Loop

Higher Ed
In this video, we will cover Else in For Loop.
<
br/>
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...
Instructional Video3:34
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Continuous Random Variables: Exponential

Higher Ed
In this video, we will cover Exponential.
<
br/>
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 Projects) A to...
Instructional Video7:27
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 3

Higher Ed
In this video, we will cover language modelling next word prediction Python 3.
<
br/>
This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video1:50
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Activity Many to One Solution

Higher Ed
In this video, we will cover activity ManyToOne solution.
<
br/>
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...
Instructional Video11:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project I_ Book Writer: Modelling RNN Model in TensorFlow

Higher Ed
In this video, we will cover modelling RNN model in TensorFlow.
<
br/>
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...
Instructional Video4:41
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Shape, Size, and Bytes

Higher Ed
In this video, we will cover NumPy shape, size, and bytes.
<
br/>
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...
Instructional Video4:36
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon DynamoDB Indexes: Local Secondary Index (LSI) and Global Secondary Index (GSI)

Higher Ed
This video explains the LSI and GSI Amazon DynamoDB indexes.
<
br/>
This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn about the...
Instructional Video5:22
Curated Video

Data Structures and Algorithms The Complete Masterclass - Trees - Part 2

Higher Ed
This is the second part of the two-part video that explains the depth and height of trees.
<
br/>
This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video15:30
Curated Video

Data Structures and Algorithms The Complete Masterclass - Circular Linked List and Implementing a Linked List

Higher Ed
This video focuses on a circular linked list and explains how to implement a linked list.
<
br/>
This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete...
Instructional Video8:32
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Definition of Set

Higher Ed
In this video, we will cover definition of set.
<
br/>
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 Projects) A...
Instructional Video15:43
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Cardinality of a Set

Higher Ed
In this video, we will cover cardinality of a set.
<
br/>
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 Projects)...
Instructional Video10:14
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Basis and Dimensions

Higher Ed
In this video, we will cover basis and dimensions.
<
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...
Instructional Video7:55
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Usage of Methods in Java

Higher Ed
This video explores the usage of methods in Java.
r/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video8:38
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Types of Packages and How they will Help in Real-Time?

Higher Ed
This video discusses the types of packages and how they help in real-time.
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video12:32
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - TestNG Annotations Part - 1

Higher Ed
This video is the first part of the two-part lecture that discusses TestNG annotations.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:13
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How the Constructor Plays a Crucial Role?

Higher Ed
This video explains how the constructor plays a crucial role.
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video2:25
Bill Carmody

Project Selection

Higher Ed
In this video, Bill Carmody discusses the process of project selection, specifically in the context of reviewing proposals for a solicited bid. He emphasizes the importance of clarifying the desired outcome and determining whether the...
Instructional Video8:15
msvgo

Evaluating Determinants

K - 12th
It explains how to evaluate the determinants of order 3 with the help of examples.
Instructional Video6:45
Curated Video

Learn and Master C Programming - Using "#" and "##" operators

Higher Ed
We will learn how to use the string-ification operator "#" and the concatenation operator "##" with preprocessor macros in C/C++.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C...
Instructional Video7:33
msvgo

Domain and Range of Trigonometric Functions

K - 12th
It explains how to find the domain and range of various trigonometric functions.
Instructional Video7:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Overloading Methods

Higher Ed
As long as the parameter list is unique, multiple methods may have the same name. This is called "overloading" a method.
r/>
This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer...
Instructional Video10:17
Curated Video

The Full Stack Web Development - Implementing Methods

Higher Ed
App Development with Meteor.js: Implementing Methods
r/>
This clip is from the chapter "App Development with Meteor.js" of the series "The Full Stack Web Development".For Meteor.js framework that runs on both ends and we will...
Instructional Video5:02
Curated Video

Learn and Master C Programming - Using Conditional Compilation

Higher Ed
We see how we can use conditional directives to compile code based on some defined values...etc.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute...