Git Product home page Git Product logo

tsnet's Introduction

tsNET

Graph Layouts by t-SNE

usage: tsnet.py [-h] [--star] [--perplexity PERPLEXITY]
                [--learning_rate LEARNING_RATE] [--output OUTPUT]
                input_graph

Read a graph, and produce a layout with tsNET(*).

positional arguments:
  input_graph

optional arguments:
  -h, --help            show this help message and exit
  --star                Use the tsNET* scheme. (Requires PivotMDS layout in
                        ./pivotmds_layouts/ as initialization.) Note: Use
                        higher learning rates for larger graphs, for faster
                        convergence.
  --perplexity PERPLEXITY, -p PERPLEXITY
                        Perplexity parameter.
  --learning_rate LEARNING_RATE, -l LEARNING_RATE
                        Learning rate (hyper)parameter for optimization.
  --output OUTPUT, -o OUTPUT
                        Save layout to the specified file.

Example:

# Read the input graph dwt_72, and save the output in ./output.vna
./tsnet.py graphs/dwt_72.vna --output ./output.vna

Dependencies

Example

tsnet's People

Contributors

hankruiger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tsnet's Issues

Bundling and PivotMDS layouts

I came across your paper "Graph Layouts by t-SNE” from 2017 and found it most interesting! I was also happy to see that you had shared your code on GitHub. I’ve played around with the code a little bit and have a couple of questions that I hope you can answer:

  • How did you achieve the edge bundling discussed in Sect. 4.7 and shown in some of the figures? Some post-processing of the saved graphs?
  • I’m not sure how one could construct a PivotMDS layout for a new graph.

Göran Falkman

About perplexity

Hi, I'm recently doing some experiments on your algorithm. (Thanks for your sharing!)
And I have a question about how to choose a good perplexity parameter. when I use your algorithm on other dataset, sometimes it will always say "The perplexity is probably too low". As is suggested, it seems it only has one proper value. I don't know what's wrong with the X matrix.

License

Hello.
I am doing my university homework, part of which is to implement some graph layout algorithm on the plane. I found your very interesting article about tsNET algorithm and wanted to try to implement it in my work. But there is no license specified in your repository, so I have no possibility to use your code. Could you provide me with such an opportunity? Or just specify the license in the repository. I will be extremely grateful to you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.