Listen

Description

The logistic regression algorithm is used for classification tasks in supervised machine learning, distinguishing items by class (such as "expensive" or "not expensive") rather than predicting continuous numerical values. Logistic regression applies a sigmoid or logistic function to a linear regression model to generate probabilities, which are then used to assign class labels through a process involving hypothesis prediction, error evaluation with a log likelihood function, and parameter optimization using gradient descent.

Links

Classification versus Regression in Supervised Learning

The Role and Nature of Logistic Regression

How Logistic Regression Works

Example Application: Housing Spreadsheet

Steps in Logistic Regression

The Mathematical Foundation

Practical Considerations

Composability in Machine Learning

Building Toward Advanced Topics

Resource Recommendations