ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,275 results

codebasics
How to build logic in programming | Tips to improving logic building in programming

To be a better programmer, learning just the syntax of coding is not enough. One needs to have solid logic building or thinking ...

16:12
How to build logic in programming | Tips to improving logic building in programming

93,439 views

5 years ago

codebasics
Regular Expression Tutorial Python | Python Regex Tutorial

Regular expression python tutorial. I will take a real life example of extracting information out of tesla's company filing and show ...

25:29
Regular Expression Tutorial Python | Python Regex Tutorial

202,484 views

4 years ago

codebasics
Linked List - Data Structures & Algorithms Tutorials in Python #4

Linked list is a data structure similar to array in a sense that it stores bunch of items. But unlike array, linked lists are not stored in ...

28:16
Linked List - Data Structures & Algorithms Tutorials in Python #4

1,004,391 views

6 years 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)

588,615 views

5 years ago

codebasics
FastAPI Tutorial | FastAPI vs Flask

FastAPI is a Python based web framework that allows you to write backend server in a matter of minutes. It can be used as a ...

16:13
FastAPI Tutorial | FastAPI vs Flask

221,097 views

4 years ago

codebasics
Machine Learning Tutorial Python -1: What is Machine Learning?

Want to map your data analysis process clearly? Try Wondershare EdrawMax :https://event.wondershare.com/api/s/3Mj What is ...

6:51
Machine Learning Tutorial Python -1: What is Machine Learning?

1,739,128 views

8 years ago

codebasics
Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

Ensemble learning is all about using multiple models to combine their prediction power to get better predictions that has low ...

23:37
Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

136,481 views

4 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

120,293 views

4 years ago

codebasics
Machine Learning Tutorial Python - 19: Principal Component Analysis (PCA) with Python Code

PCA or principal component analysis is a dimensionality reduction technique that can help us reduce dimensions of dataset that ...

24:09
Machine Learning Tutorial Python - 19: Principal Component Analysis (PCA) with Python Code

276,746 views

4 years 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

273,530 views

4 years ago

codebasics
What is Word2Vec? A Simple Explanation | Deep Learning Tutorial 41 (Tensorflow, Keras & Python)

A very simple explanation of word2vec. This video gives an intuitive understanding of how word2vec algorithm works and how it ...

18:28
What is Word2Vec? A Simple Explanation | Deep Learning Tutorial 41 (Tensorflow, Keras & Python)

237,466 views

5 years ago

codebasics
Introduction | NLP Tutorial For Beginners In Python  -  Season 1 Episode 1

We are starting an Natural Language Processing tutorial for beginners series in Python. This will be the first episode in season 1.

10:07
Introduction | NLP Tutorial For Beginners In Python - Season 1 Episode 1

586,069 views

4 years 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

388,811 views

5 years ago

codebasics
Build language translator with 3 lines of python code

In just 3 lines of python code you can translate a statement from one language to another. I will show you how in this video.

4:58
Build language translator with 3 lines of python code

97,417 views

5 years ago

codebasics
Simple Explanation of Recursion | Recursion Python| Data Structures & Algorithms Tutorial Python #20

Recursion in Python: This video provides a very simple explanation of recursion such that even a high school student can ...

14:51
Simple Explanation of Recursion | Recursion Python| Data Structures & Algorithms Tutorial Python #20

137,211 views

5 years ago

codebasics
Why is Python slow?

Many times people argue that python is slow compared to C++ or JAVA. They even argue that look at Javascript, it is also an ...

4:45
Why is Python slow?

10,569 views

5 years ago

codebasics
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7

An end to end NLP project consists of many steps. These steps together forms an NLP pipeline. The pipeline has various stages ...

15:00
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7

138,746 views

4 years ago

codebasics
Text Representation Using TF-IDF: NLP Tutorial For Beginners - S2 E6

TF-IDF (term frequency, inverse document frequency) is a text representation technique in NLP that tackles the word count ...

36:18
Text Representation Using TF-IDF: NLP Tutorial For Beginners - S2 E6

100,092 views

3 years ago

codebasics
Cosine similarity, cosine distance explained | Math, Statistics for data science, machine learning

Cosine similarity, cosine distance explained in a way that high school student can also understand it easily. If you have ...

12:28
Cosine similarity, cosine distance explained | Math, Statistics for data science, machine learning

93,165 views

4 years ago

codebasics
Converting words to numbers, Word Embeddings | Deep Learning Tutorial 39 (Tensorflow & Python)

Machine learning models don't understand words. They should be converted to numbers before they are fed to RNN or any other ...

11:32
Converting words to numbers, Word Embeddings | Deep Learning Tutorial 39 (Tensorflow & Python)

134,250 views

5 years ago