Skip to content

Commit 81e4e04

Browse files
committed
feat: blog: Add author bios and contributor info
1 parent 823eb73 commit 81e4e04

File tree

3 files changed

+6
-10
lines changed
  • content
    • blog
      • efficient-compression-event-based-data-neuromorphic-applications
      • truenorth-deep-dive-ibm-neuromorphic-chip-design
    • contributors/alexandre-marcireau

3 files changed

+6
-10
lines changed

content/blog/efficient-compression-event-based-data-neuromorphic-applications/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ author:
1010
- Alexandre Marcireau
1111
image: file_read_benchmark.png
1212
tags: ["file encoding", "events", "event camera", "compression"]
13+
show_author_bios: true
1314
---
1415

1516
## Datasets grow larger in size
@@ -40,10 +41,5 @@ The authors of this post have released [Expelliarmus](/neuromorphic-computing/so
4041
## Summary
4142
When training spiking neural networks on event-based data, we want to be able to feed new data to the network as fast as possible. But given the high data rate of an event camera, the amount of data quickly becomes an issue itself, especially for more complex tasks. So we want to choose a good trade-off between a dataset size that's manageable and reading speed. We hope that this article will help future groups that record large-scale datasets to pick a good encoding format.
4243

43-
## Authors
44-
* [Gregor Lenz](https://lenzgregor.com) is a research engineer at SynSense, where he works on machine learning pipelines that can train and deploy robust models on neuromorphic hardware. He holds a PhD in neuromorphic engineering from Sorbonne University in Paris, France.
45-
* [Fabrizio Ottati](https://fabrizio-ottati.dev) is a Ph.D. student in the HLS Laboratory of the Department of Electronics and Communications, Politecnico di Torino. His main interests are event-based cameras, digital hardware design and neuromorphic computing. He is one of the maintainers of two open source projects in the field of neuromorphic computing, [Tonic](/neuromorphic-computing/software/data-tools/tonic/) and [Expelliarmus](/neuromorphic-computing/software/data-tools/expelliarmus/), and one of the founders of [Open Neuromorphic](https://open-neuromorphic.org).
46-
* [Alexandre Marcireau](https://github.com/aMarcireau).
47-
4844
## Comments
4945
The aedat4 file contains IMU events as well as change detection events, which increases the file size artificially in contrast to the other benchmarked formats.

content/blog/truenorth-deep-dive-ibm-neuromorphic-chip-design/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ author:
99
tags: ["research", "hardware", "digital", "neuromorphic"]
1010
showTableOfContents: true
1111
math: true
12+
show_author_bios: true
1213
---
1314

1415
## Why do we want to emulate the brain?
@@ -236,10 +237,6 @@ What we have discussed until now is the model of a TrueNorth core: in this, 256
236237

237238
*Stay tuned for episode II, in which we will dive in the theory behind the asynchronous design of TrueNorth :)*
238239

239-
## Authors
240-
241-
- [Fabrizio Ottati](https://fabrizio-ottati.dev) is a Ph.D. student in the HLS Laboratory of the Department of Electronics and Communications, Politecnico di Torino. His main interests are event-based cameras, digital hardware design and neuromorphic computing. He is one of the maintainers of two open source projects in the field of neuromorphic computing, [Tonic](https://tonic.readthedocs.io) and [Expelliarmus](https://expelliarmus.readthedocs.io), and one of the founders of [Open Neuromorphic](https://open-neuromorphic.org).
242-
243240
## Bibliography
244241
* [*TrueNorth: Design and Tool Flow of a 65 mW 1 Million Neuron Programmable Neurosynaptic Chip*](https://redwood.berkeley.edu/wp-content/uploads/2021/08/Akopyan2015.pdf), Filipp Akopyan et al.
245242
* [*Foundations of neuroscience - The neuron*](https://openbooks.lib.msu.edu/neuroscience/chapter/the-neuron/), Casey Henley, Michigan State University.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: "Alexandre Marcireau"
33
description: "Software developer in neuromorphic computing, recognized for his contributions to the Faery event processing library for event-based camera data."
4-
social: []
4+
social:
5+
- icon: "fa-brands fa-github"
6+
link: "https://github.com/aMarcireau"
7+
title: "github"
58
draft: false
69
---
710
Alexandre Marcireau is a software developer and contributor in the neuromorphic computing space, known for his work on the Faery event processing library.

0 commit comments

Comments
 (0)