Skip to content

Commit 1897066

Browse files
author
Dhruva Shaw
committed
some updates
1 parent e197a6c commit 1897066

File tree

7 files changed

+9
-28
lines changed

7 files changed

+9
-28
lines changed

_projects/mcba.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ The dataset captured brainwave signals corresponding to the following activities
141141
8. **Rest**: Recorded between each task to capture the resting state [3] [4].
142142

143143
### 3. Feature Extraction and Classification
144-
Feature extraction and activity classification were performed using **transfer learning** with **YamNet** [5], a deep neural network model.
145-
* **Audio Representation**: Audio files were imported into **MATLAB** using an **Audio Datastore** [6]. Mel-spectrograms, a time-frequency representation of the audio signals, were extracted using the yamnetPreprocess [7] function [8].
144+
Feature extraction and activity classification were performed using **transfer learning** with **YamNet** <d-cite key="yamnet_github"></d-cite>, a deep neural network model.
145+
* **Audio Representation**: Audio files were imported into **MATLAB** using an **Audio Datastore** [6]. Mel-spectrograms, a time-frequency representation of the audio signals, were extracted using the yamnetPreprocess <d-cite key="yamnetpreprocess"></d-cite> function <d-cite key="transferlearning_matlab"></d-cite>.
146146
* Dataset Split: The data was divided into **training (70%)**, **validation (20%)**, and **testing (10%)** sets.
147-
Transfer Learning with YamNet [5] [8]:
148-
- The **pre-trained YamNet model** (86 layers) was adapted for an 8-class classification task:
149-
+ The initial layers of YamNet [5] were **frozen** to retain previously learned representations [8].
150-
+ A **new classification layer** was added to the model [8].
147+
Transfer Learning with YamNet <d-cite key="yamnet_github"></d-cite> <d-cite key="transferlearning_matlab"></d-cite>:
148+
- The **pre-trained YamNet model** (86 layers) <d-cite key="yamnet_github"></d-cite> was adapted for an 8-class classification task:
149+
+ The initial layers of YamNet <d-cite key="yamnet_github"></d-cite> were **frozen** to retain previously learned representations <d-cite key="transferlearning_matlab"></d-cite>.
150+
+ A **new classification layer** was added to the model <d-cite key="transferlearning_matlab"></d-cite>.
151151
- Training details:
152-
+ **Learning Rate**: Initial rate of **3e-4**, with an exponential learning rate decay schedule [8].
152+
+ **Learning Rate**: Initial rate of **3e-4**, with an exponential learning rate decay schedule <d-cite key="transferlearning_matlab"></d-cite>.
153153
+ **Mini-Batch Size**: 128 samples per batch.
154154
+ **Validation**: Performed every **651 iterations**.
155155

@@ -175,7 +175,7 @@ _Future Directions_:
175175
Here is the protocol(steps) to reproduce our work with ease.
176176
<iframe src="https://www.protocols.io/widgets/doi?uri=dx.doi.org/10.17504/protocols.io.n92ldr869g5b/v1" style="width: 100%; height: 300px; border: 1px solid transparent;"></iframe>
177177
<div class="container">
178-
<object data='{{ "/assets/pdf/protocol_mcba.pdf" | relative_url }}' class="responsive-iframe" type='application/pdf'/>
178+
<object data='{{ "/assets/pdf/protocol_mcba.pdf" | relative_url }}' class="responsive-iframe" type='application/pdf'></object>
179179
</div>
180180

181181
---

_projects/profile/about_arittrabha.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/profile/about_bhavya.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

_projects/profile/about_dhruva.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

_projects/profile/about_jaykhaple.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

_projects/profile/about_raamdheep.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ @misc{transferlearning_matlab
1515
title={Transfer Learning with Pretrained Audio Networks}
1616
}
1717

18-
@misc{classify_sounds_using_yamnet_2021,
18+
@misc{yamnetpreprocess,
1919
url={https://in.mathworks.com/help/audio/ref/yamnetpreprocess.html},
2020
journal={Mathworks.com},
2121
year={2021},

0 commit comments

Comments
 (0)