-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
824 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
slides.html: Makefile presentation.md style.css | ||
pandoc -t revealjs -s presentation.md -o slides.html --slide-level=2 --mathml -V theme=white | ||
|
||
slides.pdf: Makefile presentation.md | ||
pandoc -t beamer -s presentation.md -o slides.pdf --slide-level=2 --mathml --dpi 144 | ||
|
||
all: slides.html slides.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# TinyML2020 | ||
# TinyML Summit 2021 | ||
|
||
https://tinyml.org/home/index.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
|
||
12 minutes speaking time. | ||
TED style | ||
|
||
1. Main point | ||
TinyML is challenging but worth it | ||
|
||
Around 12-24 slides. | ||
|
||
|
||
# Done | ||
- Registered with Jotform | ||
|
||
# PDF export | ||
|
||
With reveal.js, can add ?print-pdf to URL | ||
Note: must go before the #part | ||
|
||
# TODO | ||
|
||
- Import slides from ? | ||
- Make slide size fit TinyML. Page size 13.34 × 7.5 inches | ||
Default with Beamer was 5.04 × 3.78 inch | ||
Default with Chrome save to PDF was 20.00 × 11.25 inch | ||
1.777 aspect ratio | ||
When using Chrome print, system dialog. Can use custom paper format. | ||
Worked to get 13.34 × 7.5 inches | ||
|
||
- Add TinyML logo to title slide. Which logo? Email sent | ||
|
||
- Make slides respect outline | ||
- Send to organizers. | ||
Bette & Rosina | ||
Release form. DONE | ||
Mobile phone number. DONE | ||
Slides outline | ||
|
||
|
||
# Outline | ||
|
||
### Intro | ||
Me. Jon Nordby | ||
Soundsensing company | ||
|
||
### Noise | ||
The problem | ||
|
||
### Noise Monitoring | ||
IoT sensors. | ||
Why TinyML | ||
|
||
### Audio Classification | ||
Pipeline | ||
|
||
### Environmental Sound Classification | ||
Urbansound8k | ||
|
||
## CNNs for efficient audio classification | ||
Slides from SenseCamp | ||
|
||
1,2,3,4 slides | ||
|
||
## Research results | ||
From thesis | ||
|
||
Feasible areas | ||
|
||
## In real world | ||
PNB. Activity detection. Noise at population | ||
|
||
Trafficmix. Noise separated by source | ||
|
||
|
||
# Misc | ||
|
||
Outputs | ||
Audio Classification as first piece of bigger systems | ||
Bringing to market | ||
Deployments | ||
Challenges | ||
|
Oops, something went wrong.