update
This commit is contained in:
61
html/graphclassification.html
Normal file
61
html/graphclassification.html
Normal file
@@ -0,0 +1,61 @@
|
||||
<h1 id="awesome-graph-classification">Awesome Graph Classification</h1>
|
||||
<p><a href="https://github.com/sindresorhus/awesome"><img
|
||||
src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
|
||||
alt="Awesome" /></a> <a href="http://makeapullrequest.com"><img
|
||||
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"
|
||||
alt="PRs Welcome" /></a> <img
|
||||
src="https://img.shields.io/github/license/benedekrozemberczki/awesome-graph-embedding.svg?color=blue"
|
||||
alt="License" /> <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/archive/master.zip"><img
|
||||
src="https://img.shields.io/github/repo-size/benedekrozemberczki/awesome-graph-classification.svg"
|
||||
alt="repo size" /></a> <a
|
||||
href="https://twitter.com/intent/follow?screen_name=benrozemberczki"><img
|
||||
src="https://img.shields.io/twitter/follow/benrozemberczki?style=social&logo=twitter"
|
||||
alt="benedekrozemberczki" /></a></p>
|
||||
<p>A collection of graph classification methods, covering embedding,
|
||||
deep learning, graph kernel and factorization papers with reference
|
||||
implementations.</p>
|
||||
<p>Relevant graph classification benchmark datasets are available <a
|
||||
href="https://github.com/shiruipan/graph_datasets">[here]</a>.</p>
|
||||
<p>Similar collections about <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-community-detection">community
|
||||
detection</a>, <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-decision-tree-papers">classification/regression
|
||||
tree</a>, <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-fraud-detection-papers">fraud
|
||||
detection</a>, <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-monte-carlo-tree-search-papers">Monte
|
||||
Carlo tree search</a>, and <a
|
||||
href="https://github.com/benedekrozemberczki/awesome-gradient-boosting-papers">gradient
|
||||
boosting</a> papers with implementations.</p>
|
||||
<p align="center">
|
||||
<img width="400" src="atlas.png">
|
||||
</p>
|
||||
<hr />
|
||||
<h2 id="contents">Contents</h2>
|
||||
<ol type="1">
|
||||
<li><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/chapters/matrix_factorization.md">Matrix
|
||||
Factorization</a><br />
|
||||
</li>
|
||||
<li><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/chapters/fingerprints.md">Spectral
|
||||
and Statistical Fingerprints</a></li>
|
||||
<li><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/chapters/deep_learning.md">Deep
|
||||
Learning</a><br />
|
||||
</li>
|
||||
<li><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/chapters/kernels.md">Graph
|
||||
Kernels</a></li>
|
||||
</ol>
|
||||
<hr />
|
||||
<p><strong>License</strong></p>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/LICENSE">CC0
|
||||
Universal</a></li>
|
||||
</ul>
|
||||
<p><a
|
||||
href="https://github.com/benedekrozemberczki/awesome-graph-classification">graphclassification.md
|
||||
Github</a></p>
|
||||
Reference in New Issue
Block a user