Skip to content

Graph construction from data using Non Negative Kernel Regression

License

Notifications You must be signed in to change notification settings

STAC-USC/NNK_graph_construction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4dfc9e · Nov 8, 2021

History

10 Commits
Nov 8, 2021
Nov 5, 2021
Nov 5, 2021
Jan 24, 2020
Jan 24, 2020
Feb 6, 2020
Nov 5, 2021
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020

Repository files navigation

NNK Graph

Matlab source code for the paper: Graph Construction from Data using Non Negative Kernel regression (NNK Graphs).

Citing this work

@article{shekkizhar2020graph,
    title={Graph Construction from Data by Non-Negative Kernel regression},
    author={Sarath Shekkizhar and Antonio Ortega},
    year={2020},
    booktitle={IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, 
}
@misc{shekkizhar2019graph,
    title={Graph Construction from Data using Non Negative Kernel regression (NNK Graphs)},
    author={Sarath Shekkizhar and Antonio Ortega},
    year={2019},
    eprint={1910.09383},
    archivePrefix={arXiv},
    primaryClass={cs.LG}
}

Update Nov, 2021

Approximate NNK neighbors

  • Solves a batched iterative version of NNK optimization for data points using knnsearch and pagemtimes functions.
  • The test demo file provides an example of how the code can be used with feature vectors using a normalized cosine kernel (range in [0,1]) or Gaussian kernel similarity metric.

About

Graph construction from data using Non Negative Kernel Regression

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages