зеркало из https://github.com/microsoft/EdgeML.git
Merge branch 'master' of github.com:Microsoft/EdgeML
This commit is contained in:
Коммит
f0da2eec97
|
@ -1,5 +1,13 @@
|
|||
## Edge Machine Learning
|
||||
|
||||
This library provides code for machine learning algorithms for edge devices developed by Microsoft Research India Lab. These algorithms train extremely small models for binary, multiclass and multilabel classification tasks. These models can be used on edge and IoT devices with little or no connectivity.
|
||||
|
||||
Currently, this repository implements [Bonsai](publications/Bonsai.pdf) and [ProtoNN](publication/ProtoNN.pdf) algorithms published in ICML'17. And there's more to come :)
|
||||
|
||||
*Contributors*: The first version of the code was written by Chirag Gupta, Aditya Kusupati, Ashish Kumar, and [Harsha Vardhan Simhadri](github.com/harsha-simhadri).
|
||||
|
||||
We welcome contributions, comments and criticism. For questions, please send an [email](mailto:harshasi@microsoft.com).
|
||||
|
||||
### Requirements
|
||||
- Linux. We developed the code on Ubuntu 16.04LTS.
|
||||
The code can also compiled in Windows with Visual Studio 2015, but this release does not include makefile.
|
||||
|
|
Загрузка…
Ссылка в новой задаче