Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-simhadri authored Oct 20, 2019
1 parent 1d86e9d commit 2120eb9
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ offline.
A tool that adapts models trained by above algorithms to be inferred by fixed point arithmetic.
- **SeeDot**: Floating-point to fixed-point quantization tool.

Applications demonstrating usecases of these algorithms.
Applications demonstrating usecases of these algorithms, such as [GesturePod](/docs/publications).

### Organization
- The `tf` directory contains the `edgeml_tf` package which specifies these architectures in TensorFlow,
Expand All @@ -41,16 +41,18 @@ Please see install/run instructions in the README pages within these directories

### Details and project pages
For details, please see our
[project page](https://microsoft.github.io/EdgeML/) and
[Microsoft Research page](https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/).
our ICML'17 publications on [Bonsai](docs/publications/Bonsai.pdf) and
[ProtoNN](docs/publications/ProtoNN.pdf) algorithms,
NeurIPS'18 publications on [EMI-RNN](docs/publications/emi-rnn-nips18.pdf) and
[FastGRNN](docs/publications/FastGRNN.pdf),
and PLDI'19 publication on [SeeDot](docs/publications/SeeDot.pdf).


Checkout the [ELL](https://github.com/Microsoft/ELL) project which can
[project page](https://microsoft.github.io/EdgeML/),
[Microsoft Research page](https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/),
the ICML'17 publications on [Bonsai](/docs/publications/Bonsai.pdf) and
[ProtoNN](/docs/publications/ProtoNN.pdf) algorithms,
the NeurIPS'18 publications on [EMI-RNN](/docs/publications/emi-rnn-nips18.pdf) and
[FastGRNN](/docs/publications/FastGRNN.pdf),
the PLDI'19 publication on [SeeDot compiler](/docs/publications/SeeDot.pdf),
the UIST'19 publication on [Gesturepod](/docs/publications/ICane-UIST19.pdf),
and the NeurIPS'19 publication on [S-RNN](/docs/publications/SRNN.pdf).


Also checkout the [ELL](https://github.com/Microsoft/ELL) project which can
provide optimized binaries for some of the ONNX models trained by this library.

### Contributors:
Expand Down

0 comments on commit 2120eb9

Please sign in to comment.