Research work done for Computational Intelligence Magazine
Hilt-Reseach/CIM
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This folder comprises of the work which has been carried out as a part of the research for Computational Intelligence Magazine. The Dataset folder comprises of the following files: 1) Followers_Clean.csv - The user id and their followers along with their relationships with the delimiter as ----- 1) Followings_Clean.csv - The user id and their followings along with their relationships with the delimiter as ----- Example : robozear-----nirmsnanthgmai1,kathir_singaraj,SatheeshHritick,aravinth_4443,Shajansn,Diaz_Wellington,linoth001,hotcandy2-----NULL-----NULL-----nirmsnanthgmai2: NEIGHBOUR,om198:FACEBOOK FRIEND In the example, robozear refers to the user, the names after the first delimiter (-----) correspond to the friends, the names after the second delimiter are the relatives, the names after the third delimiter are the colleagues, and finally we have the others category. For the others category the relationship with the user is mentioned explicitely after the colon (:). To execute all the codes you need to extract the tweets of the users with the help of the crawler (which is available in the codes folder). The codes folder comprises of most of the codes which are majorly used for the experimentation purpose. HOMOPHILY ANALYSIS This folder comprises of various classifiers that has been used as a part of this work - age, gender, personality, values and the codes are in the respective folders named after the classifiers. The Twitter Data Crawler has been developed using Twitter4j (http://twitter4j.org/en/). The API keys has been removed for security reasons. Place your own security keys and tokens. Filename: Extract_Twitter_Data.java COMMUNITY DETECTION Python 2 has been used for community detection The baseline code for community using CESNA which was used in the experiment is available in : https://github.com/snap-stanford/snap/tree/master/examples/cesna Filename: F1_communities.py LINK PREDICTION Model (ii) in the manuscript for link prediction can be done with the help of gephi api (https://gephi.org/ ). Download the tool from http://linkpredictiontool.blogspot.com/2016/11/link-prediction-tool-10.html and add it to gephi so that you get a wide variety of operations which can be helpful in performing link prediction through gephi. Model (i) from the manuscript has been the implementation of Node2Vec Algorithm by Aditya-Grover (https://github.com/aditya-grover/node2vec). Filename: n2v.py NOTE: Comment the code which includes the node properties Model (iii) is an extended version of the baseline Node2Vec model. Filename: n2v.py NOTE: Uncomment the code which includes the node properties
About
Research work done for Computational Intelligence Magazine
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published