Search Articles — Sudonull

Search Results

In this project

Linear Regression: OLS Method and Gradient Descent

https://sudonull.com/linear-regression-ols-method-and-gradient-descent

Master Linear Regression: from Least Squares to L1/L2 Regularization. Code, RMSE/R² Metrics, Outlier Handling. Practice for middle/senior dev.

Multiple Regression in Python: scikit-learn

https://sudonull.com/multiple-regression-in-python-scikit-learn

Study multiple linear regression on the Advertising dataset. Coefficients, RMSE/R² metrics, residual diagnostics. Code and interpretation for middle developers.

qtile widget: disk space prediction

https://sudonull.com/qtile-widget-disk-space-prediction

Integrate DiskSpaceAlert into qtile for disk exhaustion forecast by trend. Linear regression without numpy, alert colors, full code. For Linux developers.

System Card Mythos: RSP 3.0 and linear probes

https://sudonull.com/system-card-mythos-rsp-3-0-and-linear-probes

Analysis of System Card Claude Mythos: transition to Risk Reports, analysis of linear probes activations, USAMO benchmarks 97.6%. Practical conclusions for AI products. Study the changes in risk assessment.

Search Algorithms O(log n) vs O(n) in Python

https://sudonull.com/search-algorithms-o-log-n-vs-o-n-in-python

Breakdown of linear, binary, exponential search and hash tables. Code, complexity, selection checklist. For middle/senior developers. Benchmarks and LeetCode examples.

From other projects

Hantavirus on a cruise ship: lessons from the MV Hondius outbreak

https://ymaho.com/hantavirus-on-a-cruise-ship-lessons-from-the-mv-hondius-outbreak

The hantavirus outbreak on the MV Hondius cruise liner changes the rules for cruises and insurers. Learn why the low global risk does not cancel the new precedent, and what awaits the market.

From the web

Jun 4, 2026 ·

https://www.geeksforgeeks.org/machine-learning/ml-linear-regression/

Jun 4, 2026 · Linear Regression is a fundamental supervised learning algorithm used to model the relationship between a dependent variable and one or more independent variables. It predicts continuous values by fitting a straight line that best represents the data.

Jun 5, 2025 ·

https://www.statisticalaid.com/linear-regression/

Jun 5, 2025 · What is Linear Regression? Linear regression is a statistical method used to model the relationship between a dependent variable (also known as the response variable or outcome variable) and one or more independent variables (also known as predictor variables or explanatory variables).

Mar 5, 2026 ·

https://www.geeksforgeeks.org/maths/linear-regression-formula/

Mar 5, 2026 · Linear regression is a statistical method that is used in various machine learning models to predict the value of unknown data using other related data values. Linear regression is used to study the relationship between a dependent variable and an independent variable.

Jun 26, 2026 ·

https://www.datacamp.com/tutorial/simple-linear-regression

Jun 26, 2026 · Learn simple linear regression . Master the model equation, understand key assumptions and diagnostics, and learn how to interpret the results effectively.

Searches related to linear regression

https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html

LinearRegression fits a linear model with coefficients w = (w1, …, wp) to minimize the residual sum of squares between the observed targets in the dataset, and the targets predicted by the linear approximation.

Trending Now