ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

150,416 results

Mısra Turp
Quick explanation: One-hot encoding

What is one-hot encoding? It is a way to feed categorical data to Machine Learning models. Why do we use one-hot encoding?

1:43
Quick explanation: One-hot encoding

61,201 views

2 years ago

StatQuest with Josh Starmer
One-Hot, Label, Target and K-Fold Target Encoding, Clearly Explained!!!

In theory, discrete variables, or features, are easy to use with machine learning algorithms. However, in practice, it's not always so ...

15:23
One-Hot, Label, Target and K-Fold Target Encoding, Clearly Explained!!!

91,502 views

2 years ago

Ryan & Matt Data Science
One Hot Encoder with Python Machine Learning (Scikit-Learn)

Don't miss out! Get FREE access to my Skool community — packed with resources, tools, and support to help you with Data, ...

9:03
One Hot Encoder with Python Machine Learning (Scikit-Learn)

49,169 views

2 years ago

deeplizard
One-hot Encoding explained

In this video, we discuss what one-hot encoding is, how this encoding is used in machine learning and artificial neural networks, ...

6:00
One-hot Encoding explained

121,835 views

7 years ago

codebasics
Machine Learning Tutorial Python - 6: Dummy Variables & One Hot Encoding

Machine learning models work very well for dataset having only numbers. But how do we handle text information in dataset?

21:35
Machine Learning Tutorial Python - 6: Dummy Variables & One Hot Encoding

482,256 views

7 years ago

Google for Developers
Principles behind neural networks and one hot encoding

Learn how neurons can be networked together to learn complex patterns and perform tasks like computer vision and natural ...

7:32
Principles behind neural networks and one hot encoding

16,482 views

3 years ago

TensorFlow
A demo of One Hot Encoding (TensorFlow Tip of the Week)

There are lots of questions out there about machine learning. In this episode of TensorFlow Tip of the Week, Laurence tells you ...

4:33
A demo of One Hot Encoding (TensorFlow Tip of the Week)

38,221 views

7 years ago

People also watched

Magicalbat
coding a machine learning library in c from scratch

corrections: 23:23 - Forgot to change a cols to a rows in for loop 1:35:10 - You should also check if cur does not require gradient ...

2:26:17
coding a machine learning library in c from scratch

135,260 views

5 days ago

Rocio Chavez Ciencia de Datos
Pre-Procesamiento de Datos en Python: Variables Dummy (One-Hot Encoding)

Curso Data Cleaning and Preprocessing using Python ...

14:04
Pre-Procesamiento de Datos en Python: Variables Dummy (One-Hot Encoding)

16,005 views

5 years ago

Rachit Toshniwal
Using One Hot Encoder for creating dummy variables & encoding categorical columns | Machine Learning

In this tutorial, we'll go over One Hot Encoding, a very popular technique for encoding "nominal" categorical variables, i.e. ones ...

22:39
Using One Hot Encoder for creating dummy variables & encoding categorical columns | Machine Learning

6,181 views

5 years ago

Pro Ciencia
Cambiar de variable categórica a numérica en un DataFame - Python

En esta ocasión les muestro como cambiar de variable categórica a numérica en un DataFrame utilizando dos métodos. El primer ...

6:19
Cambiar de variable categórica a numérica en un DataFame - Python

12,824 views

4 years ago

Raúl Valerio - Statistics
Segmentación de Clientes Paso a Paso: Descubre el RFM y K-means en Acción | Tutorial Python Cluster

... faltantes: https://youtu.be/ibRKZ1dlics ## 3.5 Codificacion de variables y el one hot encoding: https://youtu.be/HbOFz3Qcgo4 ...

23:07
Segmentación de Clientes Paso a Paso: Descubre el RFM y K-means en Acción | Tutorial Python Cluster

5,488 views

2 years ago

DigitalSreeni
137 - What is one hot encoding in machine learning?

Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_for_microscopists.

12:18
137 - What is one hot encoding in machine learning?

9,122 views

5 years ago

Daniel Hirsch
Coding Unbreakable Encryption in C | One-Time Pad

People keep asking for my terminal setup. Here it is: $9 → https://hirschdaniel.gumroad.com/l/daniel-terminal ✘ Patreon: ...

17:42
Coding Unbreakable Encryption in C | One-Time Pad

18,413 views

1 year ago

Diarmuid Early
Cracking the 'indecipherable cipher' in Excel

The long-overdue solution to my challenge from here: https://youtube.com/shorts/aVuRQx-6UpE Sections 00:00 Introduction 02:07 ...

43:08
Cracking the 'indecipherable cipher' in Excel

409 views

14 hours ago

Data School
How do I encode categorical features using scikit-learn?

In order to include categorical features in your Machine Learning model, you have to encode them numerically using "dummy" or ...

27:59
How do I encode categorical features using scikit-learn?

142,584 views

6 years ago

Prof. Ryan Ahmed
Normalization Vs. Standardization (Feature Scaling in Machine Learning)

In this video, we will cover the difference between normalization and standardization. Feature Scaling is an important step to take ...

19:48
Normalization Vs. Standardization (Feature Scaling in Machine Learning)

102,624 views

3 years ago

AMP Tech
Qué es One hot encoding

One hot encoding es una manera muy práctica de convertir una columna categórica en texto a numero.

0:33
Qué es One hot encoding

4,628 views

2 years ago

CampusX
One Hot Encoding | Handling Categorical Data | Day 27 | 100 Days of Machine Learning

One Hot Encoding is a method to convert categorical data into a binary matrix, addressing the challenges posed by categorical ...

30:12
One Hot Encoding | Handling Categorical Data | Day 27 | 100 Days of Machine Learning

196,296 views

4 years ago

Stats Wire
Data Preprocessing 06: One Hot Encoding python | Scikit Learn | Machine Learning

Data Preprocessing 06: One Hot Encoding python | Scikit Learn | Machine Learning GitHub Jupyter Notebook: ...

10:45
Data Preprocessing 06: One Hot Encoding python | Scikit Learn | Machine Learning

60,007 views

4 years ago

Biomedical AI Basics
One Hot Encoding explained for NLP | Deep learning | NLP

One hot encoding is a text vectorization technique coomonly used in NLP. Text vectorization converts text to numbers which can ...

2:23
One Hot Encoding explained for NLP | Deep learning | NLP

2,481 views

1 year ago

codebasics
Text Representation: Label & One Hot Encoding: NLP Tutorial For Beginners - S2 E2

Label encoding and one hot encoding are primitive ways of representing text as numbers. These methods are not popular in NLP ...

14:56
Text Representation: Label & One Hot Encoding: NLP Tutorial For Beginners - S2 E2

47,816 views

3 years ago

Krish Naik
Feature Engineering-How to Perform One Hot Encoding for Multi Categorical Variables

Hi All, After Completing this video you will understand how we can perform One hot Encoding for Multi Categorical Features.

12:32
Feature Engineering-How to Perform One Hot Encoding for Multi Categorical Variables

306,354 views

6 years ago

Techdose
One hot encoding | Why do we need one hot encoding

This video lecture explains one hot encoding, why do we need one hot encoding and how can we make one hot encoding.

7:18
One hot encoding | Why do we need one hot encoding

12,506 views

6 years ago

Raúl Valerio - Statistics
One Hot Encoding hecho fácil: Aprende a codificar tus datos categóricos con Python y Scikit-learn

Transformando datos categóricos en numéricos con One Hot Encoder en Python: - Que es codificacion One Hot Encoder? ohe?

15:20
One Hot Encoding hecho fácil: Aprende a codificar tus datos categóricos con Python y Scikit-learn

3,075 views

2 years ago

Kunaal Naik | AI Agents
One Hot Encoding visually explained using Excel

Some algorithms can work directly with categorical data. For example, a decision tree can be learned directly from categorical ...

9:36
One Hot Encoding visually explained using Excel

6,779 views

4 years ago

Udacity
One-Hot Encoding

This video is part of the Udacity course "Deep Learning". Watch the full course at https://www.udacity.com/course/ud730.

0:49
One-Hot Encoding

28,272 views

9 years ago

AiML Mastery Club
How to Create Dummy Variables (One-Hot Encoding) in Pandas | #24 of 53: The Complete Pandas Course

Course materials Github: https://github.com/machinelearningplus/pandas_course Join Pandas course on ML+: ...

2:04
How to Create Dummy Variables (One-Hot Encoding) in Pandas | #24 of 53: The Complete Pandas Course

882 views

3 years ago

Escuela De Bayes
Aprende a realizar pre-procesamiento de Datos en Python: Variables Dummy (One Hot Encoding)

Muchos algoritmos de Machine Learning no pueden funcionar directamente con variables categóricas. En este video te muestro ...

20:39
Aprende a realizar pre-procesamiento de Datos en Python: Variables Dummy (One Hot Encoding)

7,818 views

5 years ago

Greg Hogg
Variable Encodings for Machine Learning | Categorical, One-Hot, Dummy, Ordinal | ML Fundamentals 4

Thank you for watching the video! You can learn Data Science FASTER at https://mlnow.ai/ :) Master Python at ...

8:56
Variable Encodings for Machine Learning | Categorical, One-Hot, Dummy, Ordinal | ML Fundamentals 4

10,294 views

3 years ago