Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.11 KB

Social_Computing_Project1

This project is going to analyze two animals' social networks and the properties of these networks.The properties include small world effect, transitivity, degree distribution, degree correlations. We are going to analyze and compare with these two social networks by Centrality and Community Detection.


File Introduction

  • data_set

    It contains two data sets about animals social network.

    Data resources from:

    @inproceedings{nr,
     title={The Network Data Repository with Interactive Graph Analytics and Visualization},
     author={Ryan A. Rossi and Nesreen K. Ahmed},
     booktitle={AAAI},
     url={https://networkrepository.com},
     year={2015}
    }
  • Social_Computing_HW1.pdf

    The requirement of this project.

  • Social_Computering_HW1_report.pdf

    The final report of this project.

  • data_set/aves-weaver-social-16/buildNetwork.ipynb

    It is the code to complete this project requirements in weaver network.

  • data_set/soc-dolphins/buildNetwork.ipynb

    It is the code to complete this project requirements in dolphins network.