Contents of this section
3 pages
YouTube Channel Network This section explores the creation of a YouTube channel network based on mutual subscriptions. This type of network helps reveal connections and possible collaborations between channels working in similar areas.
Concept The YouTube channel network focuses on subscription relations:
Nodes: YouTube channels. Edges: a link is created when one channel subscribes to another, suggesting affinity or shared interest. Objectives of the Analysis Identify thematic communities of channels within a specific niche such as technology, fashion, education, or journalism. Discover key influencers or bridging channels that connect different communities. Visualize potential collaborations or influence ties between channels. Example of a Practical Case Practical Steps Data collection: extract subscriptions between channels through the YouTube API. Data preparation: organize subscriptions as source and target pairs. Visualization with Gephi: import the data into Gephi to identify communities and visualize relations. Test your knowledge with real data here.
Co-Commenting Concept Introduction Co-commenting is a concept used to explore relations between YouTube videos based on user interactions in comment sections. If a user comments on several videos, a connection is established between those videos, reflecting possible affinity or thematic similarity.
In Graph Terms Nodes: each node represents a YouTube video. Edges: a link is created between two videos if at least one user commented on both. Edge weights: the weight of each link is proportional to the number of users who co-commented on the two videos. Such a network is often analyzed to identify clusters or communities of videos attracting similar audiences.
Comment Network on a YouTube Video This section focuses on the analysis of interactions between users commenting on a YouTube video in order to visualize engagement around specific content.
Concept The comment network on a video represents the connections between users sharing their opinions on the same content:
Nodes: users who commented on the video. Edges: a link is created between two users if one replied to the other. Objectives of the Analysis Identify sub-communities of users engaged in similar discussions. Detect the videos generating the most interaction and shared interest. Understand recurring discussion themes and shared views around a video. Example of a Practical Case Practical Steps Data extraction: use the YouTube API to retrieve comments from a specific video. Data preparation: organize the comments to create user pairs linked through the same video. Visualization with Gephi: import the data into Gephi to identify sub-communities and analyze interactions. Test your knowledge with real data here.