ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,613 results

Curious Bytes
GATE 2025 Topper Shares CS + DA Strategy & What You Need to Know About GATE DA

In this video, I'm talking to Anurag Tripathi, who secured AIR 85 in GATE CS 2025, AIR 154 in GATE DA 2025, and also AIR 67 in ...

12:00
GATE 2025 Topper Shares CS + DA Strategy & What You Need to Know About GATE DA

7,935 views

6 months ago

IIT Madras - B.S. Degree Programme
W1L5_Python Recap - III

Python Recap IIT Madras welcomes you to the world's first BSc Degree program in Programming and Data Science. This program ...

13:04
W1L5_Python Recap - III

28,434 views

4 years ago

ModernPython
Logical XOR in Python #shorts

In this short video, I'm going to show you how to write a Python function that performs an XOR operation. This is a useful skill for ...

0:18
Logical XOR in Python #shorts

1,830 views

2 years ago

Python Simplified
Perceptron Algorithm with Code Example - ML for beginners!

In this video we will talk about the perceptron and code it together! Perceptron is single node in an artificial neural network ...

8:55
Perceptron Algorithm with Code Example - ML for beginners!

134,309 views

4 years ago

Asia Odyssey Travel
The Most Powerful Dam in the World--Three Gorges Dam

The Three Gorges Dam is a monumental hydroelectric dam located in China. It is one of the largest and most ambitious ...

0:31
The Most Powerful Dam in the World--Three Gorges Dam

216,760 views

1 year ago

codebasics
Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

In this Python machine learning tutorial for beginners, we will look into, 1) What is overfitting, underfitting 2) How to address ...

19:21
Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

366,410 views

5 years ago

2MinutesPy
asyncio in Python - Async/Await

async #asyncawait #asynchronousprogramming #python #pythonprogramming In this video, we will talk about asynchronous ...

2:03
asyncio in Python - Async/Await

41,017 views

1 year ago

codebasics
Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

In this video we will understand how K nearest neighbors algorithm work. Then write python code using sklearn library to build a ...

15:42
Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

256,907 views

4 years ago

AILETIC
Python XOR | Exclusive OR

Can you guess the output of a given code? The answer might surprise you! We dive into the binary representation of numbers and ...

0:45
Python XOR | Exclusive OR

17,088 views

2 years ago

Matt Rittman
How a Revolver Works

A 3D animation showing how a 2020 Colt Python revolver works. Cinema 4D was used to create each individual part, as well as ...

3:57
How a Revolver Works

3,351,794 views

2 years ago

Qiskit
What's the Difference Between a Gate and an Instruction? 1 Minute Qiskit

Qiskit Version 0.20.0 Python Version 3.7.9 Read more about the Gate class: https://qiskit.org/documentation/stubs/qiskit.circuit.

3:39
What's the Difference Between a Gate and an Instruction? 1 Minute Qiskit

3,194 views

5 years ago

Amulya's Academy
Python Tutorials - Class method and Static method Decorators | Instance and Class Variable

In this Python programming video tutorial we will learn about the class method and static method decorator in detail. Class method ...

16:50
Python Tutorials - Class method and Static method Decorators | Instance and Class Variable

72,184 views

6 years ago

Google Cloud Tech
Transformers, explained: Understand the model behind GPT, BERT, and T5

Dale's Blog → https://goo.gle/3xOeWoK Classify text with BERT → https://goo.gle/3AUB431 Over the past five years, Transformers, ...

9:11
Transformers, explained: Understand the model behind GPT, BERT, and T5

1,174,894 views

4 years ago

codebasics
Vanishing and exploding gradients | Deep Learning Tutorial 35 (Tensorflow, Keras & Python)

Vanishing gradient is a commong problem encountered while training a deep neural network with many layers. In case of RNN ...

9:53
Vanishing and exploding gradients | Deep Learning Tutorial 35 (Tensorflow, Keras & Python)

148,177 views

4 years ago

3Blue1Brown
Where my explanation of Grover’s algorithm failed

Addressing viewer questions from the last video: https://youtu.be/RQWpF2Gb-gU These lessons are funded directly by viewers: ...

16:23
Where my explanation of Grover’s algorithm failed

584,841 views

8 months ago

CodeWithHarry
Static Methods in Python | Python Tutorial - Day #65

Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...

7:37
Static Methods in Python | Python Tutorial - Day #65

186,597 views

2 years ago

Qiskit
How do I Convert a Circuit to a Gate? 1 Minute Qiskit

How do I convert a circuit to a gate? Qiskit Version 0.18.0 Python Version 3.7.6 For more information on this topic from the Qiskit ...

1:39
How do I Convert a Circuit to a Gate? 1 Minute Qiskit

46,367 views

5 years ago

Piyush Wairale IITM
GATE DA 2024 Solution Q25 | GATE Data Science PYQ | #artificialintelligence   | #gateda  #gate

GATE DA 2025 Course & Test Series Visit: https://www.piyushwairale.com/ Have any questions? Join our telegram group ...

4:39
GATE DA 2024 Solution Q25 | GATE Data Science PYQ | #artificialintelligence | #gateda #gate

1,561 views

1 year ago

CodeWithHarry
Regular Expressions in Python | Python Tutorial - Day #95

Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...

13:03
Regular Expressions in Python | Python Tutorial - Day #95

229,933 views

2 years ago

Gate Smashers
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

Greedy techniques are one of the most intuitive and powerful problem-solving approaches in algorithms. In this video, Varun sir ...

7:32
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

1,284,600 views

5 years ago

Qiskit
How can I implement a multi control Toffoli gate? 1 Minute Qiskit

Qiskit Version 0.20.0 Python Version 3.7.9 Hosted and Researched by - Frank Harkins “Q-Bot” Directed and Edited by - Clinton ...

1:47
How can I implement a multi control Toffoli gate? 1 Minute Qiskit

5,360 views

5 years ago

codebasics
Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

Bias variance trade off is a popular term in statistics. In this video we will look into what bias and variance means in the field of ...

10:50
Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

112,076 views

4 years ago

3Blue1Brown
But what is quantum computing?  (Grover's Algorithm)

Qubits, state vectors, and Grover's algorithm for search. Instead of sponsored ad reads, these lessons are funded directly by ...

36:54
But what is quantum computing? (Grover's Algorithm)

2,841,993 views

8 months ago

codebasics
Simple Explanation of LSTM | Deep Learning Tutorial 36 (Tensorflow, Keras & Python)

LSTM or long short term memory is a special type of RNN that solves traditional RNN's short term memory problem. In this video I ...

14:37
Simple Explanation of LSTM | Deep Learning Tutorial 36 (Tensorflow, Keras & Python)

557,106 views

4 years ago

GeeksforGeeks
Python Programming Tutorial | Python String Methods - Part 1 | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: ...

5:24
Python Programming Tutorial | Python String Methods - Part 1 | GeeksforGeeks

36,061 views

8 years ago