Skip to content

Commit

Permalink
workshop hybrid update
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuminigunaratne committed Nov 27, 2024
1 parent ad38379 commit 1d436e0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified assets/img/Workshop1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/Workshop2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/events/Workshop1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/events/Workshop2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/events/workshop3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/workshop3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ document.addEventListener('DOMContentLoaded', function() {
{
date: '2024-12-07',
title: 'TinyML in Action',
image: 'assets/img/events/Workshop2.png'
image: 'assets/img/events/workshop1.png'
},
{
date: '2024-12-08',
title: 'Exploring Spiking Neural Networks',
image: 'assets/img/events/Workshop1.png'
image: 'assets/img/events/workshop2.png'
},
{
date: '2024-12-11',
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ <h4><a href="">Exploring the use of Spiking Neural Networks in AI Applications</
Artificial Spiking Neural Networks (ASNNs), inspired by the brain's efficiency in operating on just 20 watts of power, aim to emulate biological learning through precisely timed spikes. This workshop explores leveraging brain-like plasticity mechanisms, such as Spike Time Dependent Plasticity and Intrinsic Plasticity, to enhance ASNN performance.
<br><br>
</p>
<img class="zoomableImg" src="assets/img/Workshop1.png" alt="Workshop Poster" style="width:100%; cursor:pointer;">
<img class="zoomableImg" src="assets/img/workshop1.png" alt="Workshop Poster" style="width:100%; cursor:pointer;">
</div>
</div>

Expand All @@ -911,7 +911,7 @@ <h4><a href="">Tiny Machine Learning (TinyML) in Action</a></h4>
This hands-on Tiny Machine Learning (TinyML) workshop focuses on embedding intelligence into resource-constrained devices, covering techniques such as quantization, pruning, and knowledge distillation to optimize models for microcontrollers like the Arduino Nano BLE. The session will take you through end-to-end TinyML applications, offering live demonstrations.
<br><br>
</p>
<img class="zoomableImg" src="assets/img/Workshop2.png" alt="Workshop Poster" style="width:100%; cursor:pointer;">
<img class="zoomableImg" src="assets/img/workshop2.png" alt="Workshop Poster" style="width:100%; cursor:pointer;">
</div>
</div>

Expand Down

0 comments on commit 1d436e0

Please sign in to comment.