@@ -26,7 +26,7 @@ offline.
26
26
A tool that adapts models trained by above algorithms to be inferred by fixed point arithmetic.
27
27
- ** SeeDot** : Floating-point to fixed-point quantization tool.
28
28
29
- Applications demonstrating usecases of these algorithms.
29
+ Applications demonstrating usecases of these algorithms, such as [ GesturePod ] ( /docs/publications ) .
30
30
31
31
### Organization
32
32
- The ` tf ` directory contains the ` edgeml_tf ` package which specifies these architectures in TensorFlow,
@@ -41,16 +41,18 @@ Please see install/run instructions in the README pages within these directories
41
41
42
42
### Details and project pages
43
43
For details, please see our
44
- [ project page] ( https://microsoft.github.io/EdgeML/ ) and
45
- [ Microsoft Research page] ( https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/ ) .
46
- our ICML'17 publications on [ Bonsai] ( docs/publications/Bonsai.pdf ) and
47
- [ ProtoNN] ( docs/publications/ProtoNN.pdf ) algorithms,
48
- NeurIPS'18 publications on [ EMI-RNN] ( docs/publications/emi-rnn-nips18.pdf ) and
49
- [ FastGRNN] ( docs/publications/FastGRNN.pdf ) ,
50
- and PLDI'19 publication on [ SeeDot] ( docs/publications/SeeDot.pdf ) .
51
-
52
-
53
- Checkout the [ ELL] ( https://github.com/Microsoft/ELL ) project which can
44
+ [ project page] ( https://microsoft.github.io/EdgeML/ ) ,
45
+ [ Microsoft Research page] ( https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/ ) ,
46
+ the ICML'17 publications on [ Bonsai] ( /docs/publications/Bonsai.pdf ) and
47
+ [ ProtoNN] ( /docs/publications/ProtoNN.pdf ) algorithms,
48
+ the NeurIPS'18 publications on [ EMI-RNN] ( /docs/publications/emi-rnn-nips18.pdf ) and
49
+ [ FastGRNN] ( /docs/publications/FastGRNN.pdf ) ,
50
+ the PLDI'19 publication on [ SeeDot compiler] ( /docs/publications/SeeDot.pdf ) ,
51
+ the UIST'19 publication on [ Gesturepod] ( /docs/publications/ICane-UIST19.pdf ) ,
52
+ and the NeurIPS'19 publication on [ S-RNN] ( /docs/publications/SRNN.pdf ) .
53
+
54
+
55
+ Also checkout the [ ELL] ( https://github.com/Microsoft/ELL ) project which can
54
56
provide optimized binaries for some of the ONNX models trained by this library.
55
57
56
58
### Contributors:
0 commit comments