Skip to content

Commit 0c91fbb

Browse files
committed
Address agenda TBDs in Sessions #2 and #3, shuffle training topics
1 parent 37b9dbf commit 0c91fbb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

agenda/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848

4949
## Considerations for creating and deploying models
5050

51-
ℹ️ [Protecting ML models #67](https://github.com/w3c/machine-learning-workshop/issues/67) - @jasonmayes @tidoust @pyu10055 @jbingham
52-
- ❓ Some ML providers need to ensure their ML models cannot be extracted from a browser app.
53-
- ✔️ Proposal: Investigate existing access control mechanisms for video, learnings from 3D assets.
54-
5551
ℹ️ [ML model format #74](https://github.com/w3c/machine-learning-workshop/issues/74) - @cynthia @jbingham @wchao1115
5652
- ❓ There is no standard format for packaging and shipping ML models, model formats evolve rapidly.
5753
- ✔️ Proposal: Initially focus on defining a Web API for accelerating established reusable ML operations instead of standardizing a model format.
5854

55+
ℹ️ [Protecting ML models #67](https://github.com/w3c/machine-learning-workshop/issues/67) - @jasonmayes @tidoust @pyu10055 @jbingham
56+
- ❓ Some ML providers need to ensure their ML models cannot be extracted from a browser app.
57+
- ✔️ Proposal: Investigate existing access control mechanisms for video, learnings from 3D assets.
58+
5959
ℹ️ [In-browser training #82](https://github.com/w3c/machine-learning-workshop/issues/82) - @irealva @hapticdata @cynthia
6060
- ❓ The current in-browser efforts are focused on inference rather than training.
6161
- ✔️ Proposal: Understand successful real-world usages (e.g. Teachable Machine) and target transfer learning as the initial training use case for related browser API work.
@@ -70,7 +70,7 @@
7070
- ❓ Should libraries for browsers and/or Wasm execution environments be able to target WebNN and WASI-NN together?
7171
- ✔️ Proposal: TBD
7272

73-
ℹ️ [Heterogeneous parallel computing for the web #92](https://github.com/w3c/machine-learning-workshop/issues/92) - @jeffhammond @Kangz @abrown
73+
ℹ️ [Heterogeneous parallel computing for the web #92](https://github.com/w3c/machine-learning-workshop/issues/92) - @jeffhammond @Kangz
7474
- ❓ How do the heterogeneous parallel computing abstractions fit in with the web platform?
7575
- ✔️ Proposal: TBD
7676

@@ -94,12 +94,12 @@
9494

9595
## Improving web developer ergonomics
9696

97-
ℹ️ [JS Operator overloading for Machine Learning #73](https://github.com/w3c/machine-learning-workshop/issues/73) - @TBD
97+
ℹ️ [JS Operator overloading for Machine Learning #73](https://github.com/w3c/machine-learning-workshop/issues/73) - @cynthia @huningxin
9898
- ❓ Limitations in ECMAScript expressiveness impose ergonomics limitations for JS APIs on the web platform e.g. in vector matrix or tensor operations.
9999
- ✔️ Proposal: TBD
100100

101101
ℹ️ [WebGL garbage collection #63](https://github.com/w3c/machine-learning-workshop/issues/63) - @jasonmayes @Kangz @wchao1115 @huningxin
102-
- ❓ Garbage collection in the WebGL API affects multiple ML libraries.
102+
- ❓ Garbage collection in the WebGL API affects multiple ML libraries through side effects.
103103
- ✔️ Proposal: Identify any improvements in graphics APIs to alleviate the GC issue, ensure purpose-built APIs designed around computational graph abstraction (e.g. WebNN) optimize GC from library usage perspective.
104104

105105
ℹ️ [Neural network-oriented graph database #102](https://github.com/w3c/machine-learning-workshop/issues/102) - @WenheLI
@@ -109,11 +109,11 @@
109109
## Developing interactive web experiences with ML
110110

111111
ℹ️ [Action-Response Cycle bottlenecks in interactive music apps #97](https://github.com/w3c/machine-learning-workshop/issues/97) - @teropa
112-
- ❓ Action-Response Cycle in interactive (music) apps must execute within 20 ms.
112+
- ❓ Action-Response Cycle in interactive (music) apps must execute within 20 ms. Today, web developers need to do some API gymnastics to meet the requirement.
113113
- ✔️ Proposal: Investigate inference in AudioWorklet context and media integration e.g. fast streaming inputs from MediaStream.
114114

115-
ℹ️ Noise suppression with DSP+DNN, WebNN and Web Audio API feature gaps - @TBD
116-
-TBD
115+
ℹ️ [Noise suppression with DSP+DNN, WebNN and Web Audio API feature gaps #100](https://github.com/w3c/machine-learning-workshop/issues/100) - @jmvalin @teropa @huningxin
116+
-What areas needs work on the web platform to ensure noise suppression models perform? The need for primitives like Basic Linear Algebra Subprograms, Web Audio API enhancements to allow better analysis of waveforms?
117117
- ✔️ Proposal: TBD
118118

119119
## September 29, 2020, 2pm UTC [🗓️](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20200929T14)

0 commit comments

Comments
 (0)