forked from fabriziocosta/EDeN
-
Notifications
You must be signed in to change notification settings - Fork 0
Explicit Decomposition with Neighborhoods python version
License
pkohvaei/EDeN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
EDeN ================================================ The Explicit Decomposition with Neighborhoods (EDeN) is a decompositional kernel based on the Neighborhood Subgraph Pairwise Distance Kernel (NSPDK) that can be used to induce an explicit feature representation for graphs. This in turn allows the adoption of machine learning algorithm to perform supervised and unsupervised learning task in a scalable way (e.g. fast stochastic gradient descent methods in classification). Among the novelties introduced in EDeN is the ability to take in input real vector labels and to process weighted graphs. References ========== Costa, Fabrizio, and Kurt De Grave. "Fast neighborhood subgraph pairwise distance kernel." Proceedings of the 26th International Conference on Machine Learning. 2010. ([PDF](http://www.icml2010.org/papers/347.pdf)) P. Frasconi, F. Costa, K. De Grave, L. De Raedt,"kLog: A Language for Logical and Relational Learning with Kernels", Artificial Intelligence, 2014. ([PDF](http://www.sciencedirect.com/science/article/pii/S0004370214001064)) Examples ======== A few examples can be found as IPython Notebook inside of the examples folder. For example see here: *graph format* http://nbviewer.ipython.org/github/fabriziocosta/EDeN/blob/master/examples/graph_format.ipynb *annotation* http://nbviewer.ipython.org/github/fabriziocosta/EDeN/blob/master/examples/annotation.ipynb *classification* http://nbviewer.ipython.org/github/fabriziocosta/EDeN/blob/master/examples/classification.ipynb *RNA characterization* http://nbviewer.ipython.org/github/fabriziocosta/EDeN/blob/master/examples/RNA.ipynb http://nbviewer.ipython.org/github/fabriziocosta/EDeN/blob/master/examples/RNA_single_family.ipynb
About
Explicit Decomposition with Neighborhoods python version
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%