<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>YouTube on Dr Mahamadou KANTE</title>
    <link>/resources/workshop/module3-analyse-reseaux/section4-youtube/</link>
    <description>Recent content in YouTube on Dr Mahamadou KANTE</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-US</language>
    <atom:link href="/resources/workshop/module3-analyse-reseaux/section4-youtube/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Channel Network</title>
      <link>/resources/workshop/module3-analyse-reseaux/section4-youtube/chaines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/resources/workshop/module3-analyse-reseaux/section4-youtube/chaines/</guid>
      <description>&lt;h1 id=&#34;youtube-channel-network&#34;&gt;YouTube Channel Network&lt;/h1&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2 id=&#34;concept&#34;&gt;Concept&lt;/h2&gt;
&lt;p&gt;The YouTube channel network focuses on subscription relations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Nodes&lt;/strong&gt;: YouTube channels.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edges&lt;/strong&gt;: a link is created when one channel subscribes to another, suggesting affinity or shared interest.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;objectives-of-the-analysis&#34;&gt;Objectives of the Analysis&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identify &lt;strong&gt;thematic communities&lt;/strong&gt; of channels within a specific niche such as technology, fashion, education, or journalism.&lt;/li&gt;
&lt;li&gt;Discover &lt;strong&gt;key influencers&lt;/strong&gt; or bridging channels that connect different communities.&lt;/li&gt;
&lt;li&gt;Visualize &lt;strong&gt;potential collaborations&lt;/strong&gt; or influence ties between channels.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;example-of-a-practical-case&#34;&gt;Example of a Practical Case&lt;/h2&gt;
&lt;h3 id=&#34;practical-steps&#34;&gt;Practical Steps&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Data collection&lt;/strong&gt;: extract subscriptions between channels through the YouTube API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data preparation&lt;/strong&gt;: organize subscriptions as source and target pairs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Visualization with Gephi&lt;/strong&gt;: import the data into Gephi to identify communities and visualize relations.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/mkantem/practice-datasets/tree/main/Gephi/Channel%20network&#34; target=&#34;_blank&#34;&gt;Test your knowledge with real data here.&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video Co-Commenting Network</title>
      <link>/resources/workshop/module3-analyse-reseaux/section4-youtube/co-commentaire/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/resources/workshop/module3-analyse-reseaux/section4-youtube/co-commentaire/</guid>
      <description>&lt;h1 id=&#34;co-commenting-concept&#34;&gt;Co-Commenting Concept&lt;/h1&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Co-commenting&lt;/strong&gt; 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.&lt;/p&gt;
&lt;h2 id=&#34;in-graph-terms&#34;&gt;In Graph Terms&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Nodes&lt;/strong&gt;: each node represents a YouTube video.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edges&lt;/strong&gt;: a link is created between two videos if at least one user commented on both.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edge weights&lt;/strong&gt;: the weight of each link is proportional to the number of users who co-commented on the two videos.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Such a network is often analyzed to identify clusters or communities of videos attracting similar audiences.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video Comment Network</title>
      <link>/resources/workshop/module3-analyse-reseaux/section4-youtube/commentaire/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/resources/workshop/module3-analyse-reseaux/section4-youtube/commentaire/</guid>
      <description>&lt;h1 id=&#34;comment-network-on-a-youtube-video&#34;&gt;Comment Network on a YouTube Video&lt;/h1&gt;
&lt;p&gt;This section focuses on the analysis of interactions between users commenting on a YouTube video in order to visualize engagement around specific content.&lt;/p&gt;
&lt;h2 id=&#34;concept&#34;&gt;Concept&lt;/h2&gt;
&lt;p&gt;The comment network on a video represents the connections between users sharing their opinions on the same content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Nodes&lt;/strong&gt;: users who commented on the video.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edges&lt;/strong&gt;: a link is created between two users if one replied to the other.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;objectives-of-the-analysis&#34;&gt;Objectives of the Analysis&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identify &lt;strong&gt;sub-communities&lt;/strong&gt; of users engaged in similar discussions.&lt;/li&gt;
&lt;li&gt;Detect the videos generating the most interaction and shared interest.&lt;/li&gt;
&lt;li&gt;Understand recurring &lt;strong&gt;discussion themes&lt;/strong&gt; and shared views around a video.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;example-of-a-practical-case&#34;&gt;Example of a Practical Case&lt;/h2&gt;
&lt;h3 id=&#34;practical-steps&#34;&gt;Practical Steps&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Data extraction&lt;/strong&gt;: use the YouTube API to retrieve comments from a specific video.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data preparation&lt;/strong&gt;: organize the comments to create user pairs linked through the same video.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Visualization with Gephi&lt;/strong&gt;: import the data into Gephi to identify sub-communities and analyze interactions.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/mkantem/practice-datasets/tree/main/Gephi/Comment%20network&#34; target=&#34;_blank&#34;&gt;Test your knowledge with real data here.&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
