Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ <h2 class="secondary-header mb-30">
target="_blank" rel="noopener noreferrer">
<img
src="/static/images/bluesky_logo_icon.svg" style="height: 15px;"
alt="Bluesky"></a>

alt="Bluesky">
</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-06-21-ecmlpkdd-salha.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ More precisely, our contribution is threefold:
<ul>
<li> We introduce and study simpler versions of graph AE and VAE, replacing multi-layer GCN encoders by linear models w.r.t. the direct neighborhood (one-hop) adjacency matrix of the graph, involving a unique weight matrix to tune, fewer operations and no activation function. </li>
<li> Through an extensive empirical analysis on 17 real-world graphs with various sizes and characteristics, we show that these simplified models consistently reach competitive performances w.r.t. GCN-based graph AE and VAE on link prediction and node clustering tasks. We identify the settings where simple linear encoders appear as an effective alternative to GCNs, and as first relevant baseline to implement before diving into more complex models. We also question the relevance of current benchmark datasets (Cora, Citeseer, Pubmed) commonly used in the literature to evaluate graph AE and VAE. </li>
<li> We publicly release the code of these experiments, for reproducibility and easier future usages. </li>
<li> We publicly release the code of these experiments, for reproducibility and easier future use. </li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-09-22-recsys-bendada.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ promising research on these aspects to industrial-level applications.

In particular, many global mobile apps and websites, notably from the music streaming industry, currently
leverage <i>swipeable carousels</i> to display recommended content on their homepages. These carousels,
also referred to as <i>sliders</i> or <i>shelves</i>, consist in ranked lists of items or <i>cards</i> (albums,
also referred to as <i>sliders</i> or <i>shelves</i>, consist of ranked lists of items or <i>cards</i> (albums,
artists, playlists...). A few cards are initially displayed to the users, who can click on them or swipe on the
screen to see some of the additional cards from the carousel.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-12-05-ismir-afchar.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Music signals are difficult to interpret from their low-level features, perhaps
src="{{ '/static/images/publis/afchar22ismir/spec_2.png' | prepend: site.url }}"
alt="Spectrogram explanation"/>
<br><span style="color: #AAA; font-size: 0.6em; width:50%;">
These two images of a spectrogram and generated explanation were shamefully stolen from <a href="https://arxiv.org/pdf/1905.11760.pdf"><i>"Two-level Explanations in Music Emotion Recognition" </i> V. Praher et al (2019)</a> for demonstration purpose.</span>
These two images of a spectrogram and generated explanation were shamefully stolen from <a href="https://arxiv.org/pdf/1905.11760.pdf"><i>"Two-level Explanations in Music Emotion Recognition" </i> V. Praher et al (2019)</a> for demonstration purposes.</span>
</div>


Expand Down