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

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.

Releases

No releases published

Packages

No packages published

Languages