Skip to content

Commit

Permalink
Update projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
melissadonati authored Oct 21, 2024
1 parent 75dc444 commit 3533c14
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,24 @@ <h3 class="section-subsubheading text-muted">
Build a hebbian learning python class<br />
Test module with one hot vectors labels<br /> </p>
<hr>


<h3 class="section-heading">Bayes and Bach: An RNN-powered affair <br/> <a href="https://github.com/qtabs/BayesPlusBach/"> (@qtabs)</a> </h3>

<p class="text-muted"> In this project will train RNNs to perceive sequences of tones or chords from noisy versions of Bach's compositions and study whether the networks learn to predict the next tone. </p>
<h3 class="section-subsubheading text-muted">
Goals</h3>
<p class="text-muted"> Train RNNs to perceive sequences of tones or chords from noisy versions of Bach's compositions <br />
Study whether the networks learn to predict the next tone <br />
Learn how to curate and retrieve data Learn how to train state-of-the-art neural network models<br />
Learn how to curate and retrieve data Learn how to train state-of-the-art neural network models<br /> </p>
<hr>

<h3 class="section-heading"> EEL-Hack: Learning to develop an mTRF pipeline with eelbrain <br/> <a href=""> (@)</a> </h3>

<p class="text-muted"> n this project we will learn how to use the Python toolbox ‘Eelbrain’, addressing all the necessary steps to compute mTRF (data organization, predictor setting, etc.) on a publicly available EEG dataset. </p>
<h3 class="section-subsubheading text-muted">
<hr>

<!-- division for button -->
<hr>
<div class="container">
Expand Down

0 comments on commit 3533c14

Please sign in to comment.