Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
831bb32
update some things
EjbejaranosAI Mar 26, 2022
518cb2e
Random network updated
EjbejaranosAI Mar 26, 2022
4cf7ea7
Random network updated
EjbejaranosAI Mar 26, 2022
bd98d61
Merge pull request #14 from walzter/main
walzter Mar 26, 2022
5c24330
update
EjbejaranosAI Mar 27, 2022
9e55f25
update
EjbejaranosAI Apr 2, 2022
0cb6ce9
Updated all the project
EjbejaranosAI Apr 15, 2022
55d68d3
Project Updated
EjbejaranosAI Apr 15, 2022
558c590
cleaning up
walzter Apr 15, 2022
cc58402
updated metrics
walzter Apr 15, 2022
ff9bb2c
updated metrics, communityalgorithms-class
walzter Apr 16, 2022
2819727
Label rpopagation and Kcclique algorithm
EjbejaranosAI Apr 16, 2022
2054e05
Finished Girvan-Newmann + Fluid
walzter Apr 16, 2022
6b39dfa
Merge branch 'main' of github.com:EjbejaranosAI/Complex_Networks into…
walzter Apr 16, 2022
68d02ff
added Edison's LabelProp algorithm & k-clique to the class
walzter Apr 16, 2022
239870f
Metric compute function
EjbejaranosAI Apr 16, 2022
e4816af
finalized cleaner functions
walzter Apr 16, 2022
281a776
newupdates
walzter Apr 16, 2022
ea3b271
updated
walzter Apr 16, 2022
81ee869
updated load_graph_coords
walzter Apr 16, 2022
6427d9a
updated load_graph_coords
walzter Apr 16, 2022
41546b5
cleaned dataloading and plotting
walzter Apr 17, 2022
65e4e33
finished graphs for original and partition (provided)
walzter Apr 17, 2022
1c851d3
Class for igraph algoritms started
EjbejaranosAI Apr 17, 2022
ef2a2bd
Drwawing comminuties for the igraph class
EjbejaranosAI Apr 17, 2022
fdad1ef
finished graphs for original and partition (provided)
walzter Apr 17, 2022
aeae81d
Class community updated with the label_propagation and fast_greddy a…
EjbejaranosAI Apr 17, 2022
b722a65
Updated community script
EjbejaranosAI Apr 17, 2022
a3ee8eb
Readme updated
EjbejaranosAI Apr 17, 2022
2e58a2f
readme updated
EjbejaranosAI Apr 17, 2022
52ea511
updateds
EjbejaranosAI Apr 17, 2022
c413230
pp
walzter Apr 18, 2022
400bda7
pp
walzter Apr 18, 2022
4eb01f6
Backup code
EjbejaranosAI Apr 18, 2022
e386b7b
finalized
walzter Apr 18, 2022
600c4cc
finalized
walzter Apr 18, 2022
a560806
asd
walzter Apr 18, 2022
10e776c
cleaned
walzter Apr 18, 2022
dd1752b
cleaned
walzter Apr 18, 2022
069fc5f
cleaned
walzter Apr 18, 2022
52aae19
Airport cmmunities networks
EjbejaranosAI Apr 18, 2022
c756bb5
Airports communities
EjbejaranosAI Apr 18, 2022
bd56f38
Airports communities
EjbejaranosAI Apr 18, 2022
734956f
Airports notebook cleaned
EjbejaranosAI Apr 18, 2022
05e1885
Airports comunity detection
EjbejaranosAI Apr 18, 2022
1da31b6
Airports comunity detection
EjbejaranosAI Apr 18, 2022
3a375e4
test updated
EjbejaranosAI Apr 18, 2022
4912644
cleaned
walzter Apr 18, 2022
da7b04f
Merge branch 'main' of github.com:EjbejaranosAI/Complex_Networks into…
walzter Apr 18, 2022
fadad3f
updated load_graph_coords
walzter Apr 18, 2022
3de33f0
updated load_graph_coords
walzter Apr 18, 2022
1cddb8d
updated load_graph_coords
walzter Apr 19, 2022
cbfa643
FINAL REPORT
EjbejaranosAI Apr 19, 2022
b0896bf
FINAL REPORT
EjbejaranosAI Apr 19, 2022
2eec096
FINAL REPORT
EjbejaranosAI Apr 19, 2022
dafa4d6
First version of SIS
EjbejaranosAI Apr 28, 2022
a68c680
Final version
EjbejaranosAI Apr 28, 2022
766de9f
Final version of assigment 4
EjbejaranosAI May 3, 2022
b257086
requirement.txt created
EjbejaranosAI Jun 22, 2022
6caa70c
Structuring the dataset
EjbejaranosAI Jun 22, 2022
7709935
Drawing the process in the initial process
EjbejaranosAI Jun 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"jupyter.jupyterServerType": "remote"
}
Binary file added 1_Descriptors.zip
Binary file not shown.
Binary file added 1_Descriptors/.DS_Store
Binary file not shown.
Binary file added 1_Descriptors/CN_1.pdf
Binary file not shown.
Binary file added 1_Descriptors/images/.DS_Store
Binary file not shown.
Binary file added 2_Models_of_complex_networks/.DS_Store
Binary file not shown.
47 changes: 25 additions & 22 deletions 2_Models_of_complex_networks/Adapting_BA_from_NetworkX.ipynb

Large diffs are not rendered by default.

752 changes: 752 additions & 0 deletions 2_Models_of_complex_networks/ER_BA_Models.ipynb

Large diffs are not rendered by default.

373 changes: 373 additions & 0 deletions 2_Models_of_complex_networks/Main.ipynb

Large diffs are not rendered by default.

800 changes: 201 additions & 599 deletions 2_Models_of_complex_networks/Main_test.ipynb

Large diffs are not rendered by default.

117 changes: 117 additions & 0 deletions 2_Models_of_complex_networks/graph.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2_Models_of_complex_networks/graphs/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 2_Models_of_complex_networks/output/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 3_Community_detection.zip
Binary file not shown.
Binary file added 3_Community_detection/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions 3_Community_detection/A3-CD_Clean.ipynb

Large diffs are not rendered by default.

Loading