Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 367 Bytes

kernel-smoothers

kernel smoothers in lua

This repository will eventually implement in torch 3 kernel smoothers:

  • Knn: k nearest neighbors
  • Kwavg: kernel-weighted average
  • Llr: local linear regression

All the smoothers are described in Trevor Hastie, Robert Tibsharani, and Jerome Friedman, The Elements of Statistical Learning, Springer, 2001.