ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,234 results

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

187,901 views

4 years ago

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

What is Machine Learning? This is an introduction to machine learning to begin the python machine learning tutorial series.

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

1,624,406 views

7 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

544,726 views

3 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

200,768 views

4 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

128,330 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

956,465 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

131,229 views

3 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

131,486 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

256,127 views

4 years ago

codebasics
Data Science Projects For Resume | Machine Learning Projects With Source Code

5 Essential end to end data science projects for a data scientist resume. 3 of these projects are machine learning projects and 2 of ...

14:07
Data Science Projects For Resume | Machine Learning Projects With Source Code

693,334 views

4 years ago

codebasics
What is BERT? | Deep Learning Tutorial 46 (Tensorflow, Keras & Python)

What is BERT (Bidirectional Encoder Representations From Transformers) and how it is used to solve NLP tasks? This video ...

23:03
What is BERT? | Deep Learning Tutorial 46 (Tensorflow, Keras & Python)

350,929 views

4 years ago

codebasics
What is Recurrent Neural Network (RNN)? Deep Learning Tutorial 33 (Tensorflow, Keras & Python)

RNN or Recurrent Neural Network are also known as sequence models that are used mainly in the field of natural language ...

16:00
What is Recurrent Neural Network (RNN)? Deep Learning Tutorial 33 (Tensorflow, Keras & Python)

441,962 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

111,731 views

4 years ago

codebasics
8 Skills to get a data analyst job | Skills to become successful data analyst

In this video I discuss top 8 skills that you need to get a data analyst job. These are the skills that will make you successful data ...

8:45
8 Skills to get a data analyst job | Skills to become successful data analyst

643,056 views

5 years ago

codebasics
Simple explanation of A/B Testing

Simple explanation of A/B Testing Such that even a high school student can understand it easily Do you want to learn technology ...

5:49
Simple explanation of A/B Testing

188,205 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

262,180 views

4 years ago

Tech With Tim
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...

10:34
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

480,454 views

7 months ago

codebasics
End To End Cricket Data Analytics Project Using Web Scraping, Python, Pandas and Power BI

End-to-end sports data analytics project for your resume. In this project, we will cover web scraping (from the ESPN Cricinfo ...

1:40:13
End To End Cricket Data Analytics Project Using Web Scraping, Python, Pandas and Power BI

980,623 views

3 years ago

freeCodeCamp.org
Data Analysis with Python - Full Course for Beginners (Numpy, Pandas, Matplotlib, Seaborn)

Learn Data Analysis with Python in this comprehensive tutorial for beginners, with exercises included! NOTE: Check description ...

4:22:13
Data Analysis with Python - Full Course for Beginners (Numpy, Pandas, Matplotlib, Seaborn)

3,995,246 views

5 years ago

codebasics
Tokenization in Spacy: NLP Tutorial For Beginners - S1 E8

Word and sentence tokenization can be done easily using the spacy library in python. In this NLP tutorial, we will cover ...

35:46
Tokenization in Spacy: NLP Tutorial For Beginners - S1 E8

99,793 views

3 years ago

codebasics
Data Analysis Project | Large Scale Data Analysis | Switching from Pandas to FireDucks

Exploratory data analysis (EDA) is an important skill for AI as well as data analytics aspirants. In this data analysis project, we will ...

52:11
Data Analysis Project | Large Scale Data Analysis | Switching from Pandas to FireDucks

28,403 views

10 months ago

codebasics
Regex For NLP: NLP Tutorial For Beginners In Python - S1 E3

NLP problems are solved either using heuristics/rule based approach or using machine learning. Regex offers a powerful rule ...

44:27
Regex For NLP: NLP Tutorial For Beginners In Python - S1 E3

257,512 views

3 years ago

Kevin Stratvert
👩‍💻 Python for Beginners Tutorial

In this step-by-step Python for beginner's tutorial, learn how you can get started programming in Python. In this video, I assume ...

1:03:21
👩‍💻 Python for Beginners Tutorial

4,185,291 views

4 years ago

codebasics
Image classification vs Object detection vs Image Segmentation | Deep Learning Tutorial 28

Using a simple example I will explain the difference between image classification, object detection and image segmentation in this ...

2:32
Image classification vs Object detection vs Image Segmentation | Deep Learning Tutorial 28

178,600 views

5 years ago

Ishan Sharma
The ONLY Data Science & AI Roadmap You NEED [Step-by-Step Guide]

Resources: AI Career selection guide: https://codebasics.io/resources/ai-career-selection-guide AI Engineer Roadmap: ...

1:09:17
The ONLY Data Science & AI Roadmap You NEED [Step-by-Step Guide]

365,565 views

1 year ago