Skip to content

wtipton/latticeregression

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Lattice Regression model.

The big idea is pretty straightforward. We want to model some function. We throw down a grid (i.e. a lattice) over the space of possible inputs and learn something like the values of the function at those points from some training data. We store those values and use them to predict the value of the function for new inputs via an interpolation scheme. For more info, see, e.g.:

http://www.mayagupta.org/publications/GarciaAroraGupta_lattice_regression_IEEETransImageProcessing2012.pdf

Uses batch gradient descent and a regularizer that penalizes differences between adjacent lattice points. Assumes features (i.e. inputs) are normalized to fall in [0,1]. The response variable (i.e. output) need not be normalized.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages