Skip to content
#

regularized-linear-regression

Here are 49 public repositories matching this topic...

Sequential adaptive elastic net (SAEN) approach, complex-valued LARS solver for weighted Lasso/elastic-net problems, and sparsity (or model) order detection with an application to single-snapshot source localization.

  • Updated Mar 5, 2020
  • MATLAB
regularized-linear-regression-deep-dive

Explanations and Python implementations of Ordinary Least Squares regression, Ridge regression, Lasso regression (solved via Coordinate Descent), and Elastic Net regression (also solved via Coordinate Descent) applied to assess wine quality given numerous numerical features. Additional data analysis and visualization in Python is included.

  • Updated Jan 20, 2021
  • Jupyter Notebook

Here, we implement regularized linear regression to predict the amount of water flowing out of a dam using the change of water level in a reservoir. In the next half, we go through some diagnostics of debugging learning algorithms and examine the effects of bias v.s. variance.

  • Updated Jun 21, 2020
  • MATLAB

The course studies fundamentals of distributed machine learning algorithms and the fundamentals of deep learning. We will cover the basics of machine learning and introduce techniques and systems that enable machine learning algorithms to be efficiently parallelized.

  • Updated Jan 16, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the regularized-linear-regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the regularized-linear-regression topic, visit your repo's landing page and select "manage topics."

Learn more