Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

๐Ÿ‘พ ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—–๐—น๐—ฎ๐˜€๐˜€๐—ถ๐—ณ๐—ถ๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐—š๐—ฟ๐—ฎ๐—ฝ๐—ต ๐—ก๐—ฒ๐˜๐˜„๐—ผ๐—ฟ๐—ธ๐˜€

License

Notifications You must be signed in to change notification settings

go-outside-labs/ml-complex-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

59 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MLNet - Classifying Complex Graph Networks with ML


Summary


The study of complex networks pervades all of the science. We can assign complex networks into four general classes (although there is some overlap between them): technological networks (e.g., Internet, the telephone network, power grids, transportation network), information networks (e.g., the world wide web, citation networks), biological networks (e.g., biochemical network, neutral networks, ecological networks), and social networks.

Characterizing complex network's structure is a key to understand any unifying principles underlying their topology. Several previous works have shown that many topological properties can vary for different types of system. However these works generally focus only a few characteristics at time. In this project, we present the first part of a method to characterize complex networks by performing an extensive analysis of the global and local topological features of networks. In a second part, these features are used into input vectors for a SVN classifier, establishing an efficient way of learning the classification of complex networks.




Data


To use this software you can extract the data and calculate the features with this repository. Cleanse the data with this repository.



Features


The feature vectors were extracting using MNet in this repository.

We have vectors for different normalization (Snowball and Metropolis Hastings Random Walk samplings) for different sizes. We also have vectors for the entire graphs for some of the features (that were possible to be calculated). These vectors are parsed and cleansed using this repository.




Feature Section and Classifiers


We perform classification of the network features using many classifiers:

  • SVM (supervised)
  • Logistic Regression (supervised)
  • Adaboost (supervised)
  • EM (unsupervised)


Analysis and Plots


The comparisons of the the many classifiers and the plots are available under each classifier's folder.



Installation


Install dependencies in a virtual environment:

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt


This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

๐Ÿ‘พ ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—–๐—น๐—ฎ๐˜€๐˜€๐—ถ๐—ณ๐—ถ๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐—š๐—ฟ๐—ฎ๐—ฝ๐—ต ๐—ก๐—ฒ๐˜๐˜„๐—ผ๐—ฟ๐—ธ๐˜€

Topics

Resources

License

Stars

Watchers

Forks