Hi, what do you want to do?
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Final method, variable and class
Modifiers: Final method, variable and class
r/>
This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final...
r/>
This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Introduction - Classification Algorithms: Logistic Regression
In this video, we will have a quick introduction.
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we...
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we...
Curated Video
PMP Certification Training - Project Schedule Management
This video explains project schedule management.<br<br/>/>
This clip is from the chapter "Agile Considerations" of the series "PMP® Certification Training".This section explains Agile considerations.
This clip is from the chapter "Agile Considerations" of the series "PMP® Certification Training".This section explains Agile considerations.
Curated Video
PMP Certification Training - Define Activities
This video defines activities.<br<br/>/>
This clip is from the chapter "Project Schedule Management" of the series "PMP® Certification Training".This section explains project schedule management.
This clip is from the chapter "Project Schedule Management" of the series "PMP® Certification Training".This section explains project schedule management.
Curated Video
PMI-RMP Certification Training - Risk Identification – Tools and Techniques
This video explains the tools and techniques of identifying risks.<br<br/>/>
This clip is from the chapter "Identify Risks" of the series "PMI-RMP® Certification Training".This section explains identifying risks.
This clip is from the chapter "Identify Risks" of the series "PMI-RMP® Certification Training".This section explains identifying risks.
Curated Video
PMI-RMP Certification Training - Learning Objective - Perform Quantitative Risk Analysis
This video introduces you to the learning objective.<br<br/>/>
This clip is from the chapter "Perform Quantitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing quantitative risk analysis.
This clip is from the chapter "Perform Quantitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing quantitative risk analysis.
Curated Video
PMI-RMP Certification Training - Learning Objective - Perform Qualitative Risk Analysis
This video introduces you to the learning objective.<br<br/>/>
This clip is from the chapter "Perform Qualitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing qualitative risk analysis.
This clip is from the chapter "Perform Qualitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing qualitative risk analysis.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Image Classification Revisited
This video focuses on image classification revisited.<br<br/>/>
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).
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 CNN Convolutional Neural Networks with Python - Convergence Animation
This video explores convergence animation.
<
br/>
This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the...
<
br/>
This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Activation Function
This video explains about the activation function.
<
br/>
This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview...
<
br/>
This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - How to Program
In this video, you will learn about the key principles to keep in mind before jumping into any kind of programming.
<
br/>
This clip is from the chapter "Introduction" of the series "The Ultimate Guide to Python Programming with...
<
br/>
This clip is from the chapter "Introduction" of the series "The Ultimate Guide to Python Programming with...
Curated Video
The Complete Python Course - Types - Integer, Long, Float, Complex Data Types
Here, you will learn about Python's various data types or numbers.
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as...
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - What Should a Page Object Contain
This video introduces you to page object concepts.
<
br/>
This clip is from the chapter "Page Object Concepts and First Test Class" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will...
<
br/>
This clip is from the chapter "Page Object Concepts and First Test Class" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Exercise - Create Search and Results Page
This video demonstrates how to create a search and results page.
<
br/>
This clip is from the chapter "Implementing First Page Class" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you...
<
br/>
This clip is from the chapter "Implementing First Page Class" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Optimizations
This video explains about DNN optimizations.
<
br/>
This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
<
br/>
This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Exercises
This is an exercise video on reinforcement learning.
<
br/>
This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the...
<
br/>
This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Recursion: Control of a Function – Part 1
This is the first part of the four-part recursion-based video that explains the control of a function in data structures.
<
br/>
This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms:...
<
br/>
This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms:...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Insertion Sort
This video introduces you to insertion sort.
<
br/>
This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting...
<
br/>
This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Yolo: Image Classification Revisited
In this video, we will cover image classification revisited.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Optional Estimation: MAP
In this video, we will cover MAP.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Object Detection: Introduction to Object Detection
In this video, we will cover an introduction to object detection.
<
br/>
This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
<
br/>
This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
TLDR News
Rishi Sunak Becomes Prime Minister... but can he outlast Truss?
Rishi Sunak has now been selected as Britain's next PM, but with the lifespan of the UK's leaders slipping, can he stay in number 10 longer than Truss? And if he can... what will he actually be able to do with that power?
Kenhub
Plantaris muscle (3D)
Anatomy and functions of the plantaris muscle shown with 3D model animation.
Professor Dave Explains
The Composition of Rocks: Mineral Crystallinity and Bonding Types
What is a mineral? How are minerals classified based on their elemental composition, crystalline structure, and bonding type? Learn the basics of mineral composition and classification in this video. <b<br/>r/>
Minerals part 1
Minerals part 1