Skip to content
#

polynomial-regression

Here are 20 public repositories matching this topic...

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

Starting from a dataset, which concerns two years gas consumption trend in Italy in function of two parameters (day of the year, day of the week), we want to identify the model which represents our data in the better way. Afterwards, we created a function that predicts the gas consumption value, using the best identified model, once you insert a…

  • Updated May 18, 2021
  • MATLAB

This is a repository for CS4ML. It is a general framework for active learning in regression problems. It approximates a target function arising from general types of data, rather than pointwise samples.

  • Updated Jul 15, 2024
  • MATLAB

Improve this page

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

Learn more