The Wayback Machine - https://web.archive.org/web/20220523204833/https://github.com/topics/sparse-regression
Skip to content
#

sparse-regression

Here are 34 public repositories matching this topic...

Contains a wide-ranging collection of compressed sensing and feature selection algorithms. Examples include matching pursuit algorithms, forward and backward stepwise regression, sparse Bayesian learning, and basis pursuit.
  • Updated Mar 28, 2022
  • Julia

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

Assignment: Linear and Sparse Regression Consider the attached dataset about advertising and sales. The attributes denote the investments on advertising in TV, radio etc and the target variable is the total sales. The aim is to predict the sales from the investments on advertising. 1) Randomly divide the dataset into training (75%) and testing (25%) subsets [1 mark] 2) Using Linear Regression, fit a model to predict the sales from investments using your own formula. Compare the coefficients as found by the python library function [3 marks] 3) Compute the mean squared error on the testing set [1 marks] 4) Using ridge regression with different values of lambda (0.5, 1, 5, 10, 50, 100) plot the coefficients against each other, and also compare the test set mean squared errors. [3 marks] 5) Use the library function of "LASSO regression" to find out which of the 3 features is most important, i.e. whose coefficient is furthest from 0
  • Updated Nov 22, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the sparse-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 sparse-regression topic, visit your repo's landing page and select "manage topics."

Learn more