8000 GitHub - subwaystation/sgd2: header-only large graph layout via stochastic gradient descent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

subwaystation/sgd2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header-only s_gd2

This is a simple refactoring of the C++ code from https://github.com/jxz12/s_gd2 into a header-only library.

It updates the code to use 64 bit integers throughout.

An example src/main.cpp demonstrates usage of unweighted SGD based layout.

todo

  • Use STL templates rather than uint64_t* arrays.

About

header-only large graph layout via stochastic gradient descent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Makefile 0.3%
0