ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

334 results

ML Explained
logistic regression visualisation

Welcome to ML Explained – your ultimate resource for mastering Machine Learning, AI, and Software Engineering! What We ...

0:47
logistic regression visualisation

91 views

1 year ago

The Debug Zone
How to Replicate PySpark Logistic Regression Model in Scikit-Learn

In this video, we'll explore the process of replicating a PySpark logistic regression model using Scikit-Learn. As data science ...

1:50
How to Replicate PySpark Logistic Regression Model in Scikit-Learn

3 views

7 months ago

The Debug Zone
Logistic Regression with One-Hot Encoding: Common Challenges & Solutions

In this video, we dive into the world of logistic regression and explore the powerful technique of one-hot encoding. While these ...

3:43
Logistic Regression with One-Hot Encoding: Common Challenges & Solutions

48 views

11 months ago

Roel Van de Paar
Code Review: Inefficient Regularized Logistic Regression with Numpy (2 Solutions!!)

Code Review: Inefficient Regularized Logistic Regression with Numpy Helpful? Please support me on Patreon: ...

3:31
Code Review: Inefficient Regularized Logistic Regression with Numpy (2 Solutions!!)

1 view

3 years ago

Henri Kauhanen
NLS fit of logistic function

A nonlinear least squares (Gauss-Newton) fit of a logistic function to a set of mock data. Bottom panel shows the error.

1:00
NLS fit of logistic function

425 views

7 years ago

CampusX
Why Logistic Regression is called Regression? | ML Interview Question

In this video, we talk about why logistic regression is called regression and not classification. We also discuss how to tackle the ...

2:48
Why Logistic Regression is called Regression? | ML Interview Question

9,819 views

3 years ago

MLQs Café
Today’s Question: Can logistic regression be used for more than two classes? #interviewprep

Learn the concept clearly in under 1 minutes, explained step-by-step with examples! About MLQ Café Welcome to MLQ Café ...

0:47
Today’s Question: Can logistic regression be used for more than two classes? #interviewprep

70 views

7 months ago

Nilakantasrinivasan J's Client Centric Growth Tips
Logistic Regression

Author: Nilakantasrinivasan J (Neil) Learn concepts which will be useful for Lean Six Sigma Certification (CSSBB and CSSGB) of ...

1:33
Logistic Regression

23 views

6 years ago

Roel Van de Paar
How to display all logistic regression hyperparameters in Scikit-Learn? (3 Solutions!!)

How to display all logistic regression hyperparameters in Scikit-Learn? Helpful? Please use the *Thanks* button above! Or, thank ...

2:29
How to display all logistic regression hyperparameters in Scikit-Learn? (3 Solutions!!)

6 views

1 year ago

Roel Van de Paar
I am having trouble understanding (and implementing) logistic regression for classifying into...

I am having trouble understanding (and implementing) logistic regression for classifying into three classes Helpful? Please ...

2:45
I am having trouble understanding (and implementing) logistic regression for classifying into...

1 view

4 years ago

Roel Van de Paar
Code Review: C++ - Logistic Regression Backpropagation with Gradient Descent

Code Review: C++ - Logistic Regression Backpropagation with Gradient Descent Helpful? Please support me on Patreon: ...

3:04
Code Review: C++ - Logistic Regression Backpropagation with Gradient Descent

20 views

3 years ago

Nilakantasrinivasan J's Client Centric Growth Tips
Performing Logistic Regression

Author: Nilakantasrinivasan J (Neil) Learn concepts which will be useful for Lean Six Sigma Certification (CSSBB and CSSGB) of ...

1:24
Performing Logistic Regression

36 views

6 years ago

Mikko Rönkkö
Probit regression

The probit regression is a model that is related a logistical regression analysis. Both these models are used for binary dependent ...

3:13
Probit regression

38,337 views

6 years ago

Ai Guru
From Linear to Logistic 📈➡️📊 | Machine Learning Explained #MLConcepts #DeepLearning #SigmoidFunction

AIML Lecture Series : https://www.youtube.com/playlist?list=PLMIHypEMTeA9GK8RgT-OlJ-BK29vDMf8n AI Math and ...

0:40
From Linear to Logistic 📈➡️📊 | Machine Learning Explained #MLConcepts #DeepLearning #SigmoidFunction

215 views

4 weeks ago

MLQs Café
Today’s Question: What is Logistic Regression & how does it work? #interviewprep #machinelearning

Learn the concept clearly in under 1 minutes, explained step-by-step with examples! About MLQ Café Welcome to MLQ Café ...

0:45
Today’s Question: What is Logistic Regression & how does it work? #interviewprep #machinelearning

76 views

8 months ago

CodeEmporium
Multiple Regression Explained #machinelearning

This is linear regression but most real world problems have many covariates in such a case we would want to use the extension of ...

0:41
Multiple Regression Explained #machinelearning

14,849 views

2 years ago

MLQs Café
Today’s Question: What is Logistic Regression? #interviewprep #machinelearning #datascience #ai

Learn the concept clearly in under 1 minutes, explained step-by-step with examples! About MLQ Café Welcome to MLQ Café ...

0:37
Today’s Question: What is Logistic Regression? #interviewprep #machinelearning #datascience #ai

103 views

7 months ago

Roel Van de Paar
Code Review: Compute logistic regression on tweet objects

Code Review: Compute logistic regression on tweet objects Helpful? Please support me on Patreon: ...

2:59
Code Review: Compute logistic regression on tweet objects

27 views

3 years ago

DataVerse Studio
Spam Detector in 5 Lines Using Python NLP Mini Project

Can AI detect spam messages using just 5 lines of Python code? YES! Using Text Vectorization + Logistic Regression, we can ...

0:50
Spam Detector in 5 Lines Using Python NLP Mini Project

9 views

7 days ago

Developers Hutt
Softmax Activation Function || Softmax Function || Quick Explained || Developers Hutt

Here is another one in the Quick Explained series. The softmax function is widely used to make multi-class classifiers. In this video ...

2:18
Softmax Activation Function || Softmax Function || Quick Explained || Developers Hutt

109,045 views

5 years ago

100 Days to ML
Day 4 of 100 Days to ML | Binary Classification

In this video I demonstrated how to use Sci-kit learn linear model's logistic regression. The ipynb notebook and the data I have ...

3:30
Day 4 of 100 Days to ML | Binary Classification

77 views

7 years ago

Dr. Baker SDSU Marketing
Logistic Regression Parameter Play Illustrated (Cold Call Case Excel Sheet)

Supplemental video showing the Excel sheet in use. Supporting document (Excel Sheet showing the Cold Call Case Logistic ...

3:49
Logistic Regression Parameter Play Illustrated (Cold Call Case Excel Sheet)

170 views

5 years ago

Apeiron Portal
Normalise Your Data - from scratch python linear regression comparison

Python, pandas, and from built from scratch algorithm inspired by @codingtrain9695 javascript implementation.

0:46
Normalise Your Data - from scratch python linear regression comparison

20 views

3 years ago

Mansoor Alam
23 Machine learning in python |  Model Complexity | Overfitting

Machine learning in python Coursera course Machine learning in python Artificial Intelligence Scikit.

2:58
23 Machine learning in python | Model Complexity | Overfitting

202 views

6 years ago

Damianos Christophides
Comparison of naïve Bayesian probabilities and logistic regression

Presented at the International Conference on the use of Computers in Radiation Therapy, London, 2016.

3:06
Comparison of naïve Bayesian probabilities and logistic regression

815 views

9 years ago