Skip to content

sunnerzs/graph-learning

 
 

Repository files navigation

Graph Learning

This repository compiles some solutions for the problem of learning a graphical representation of a set of data points.

Currently, learn-graph implements algorithms from the following papers:

The code is released under the terms of the MIT license.

Installation

  1. Clone this repository.

    git clone https://github.com/rodrigo-pena/graph-learning
    cd graph-learning
  2. Install the dependencies.

    pip install -r requirements.txt
  3. Try the Jupyter notebooks.

    jupyter notebook

Usage

To use this code on your data, you need:

  1. An n-by-m data matrix of n variable observations in an m-dimensional space. Your graph will have n nodes.

See any of the jupyter notebooks for examples on how to call the methods using fabricated data. Please get in touch if you are unsure about how to adapt the code to different settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%