1. Cluster the subject areas of faculty using the Louvain algorithm (k=5)
Explanation:
Louvain Clustering Algorithm
It is a method to extract communities from a large networks
One of the fastest modularity-based algorithm
Works well with large graphs
Step 1: Construct network using publication subject areas
Step 2(i) : Read the network data from csv file
Step 2(ii): Convert the dataframe into a graph dataframe
Step 3: Use cluster_louvain() function for Louvain Clustering clusters = cluster_louvain(graph_df)
Step 4: Save the clusters object into a csv file
Step 5: Use wordcloud () function to represent the clusters
Sample output
2. Generate a bar plot for
• number of publications per subject area per continent pre-2014,
• number of publications per subject area per continent post-2014,
• The difference of above graphs 3.Generate a bar plot for
• number of publications per CIP category per continent pre-2014,
• number of publications per CIP category per continent post-2014,
• the difference of above graphs
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme