2017-08-07 00:14:26 +03:00
|
|
|
## Edge Machine Learning
|
2017-08-23 19:13:49 +03:00
|
|
|
|
2017-08-30 09:21:11 +03:00
|
|
|
### Requirements
|
|
|
|
- Linux OS. We have tested the code on Ubuntu 16.04LTS
|
|
|
|
The code can also compiled in Windows with Visual Studio 2015, but this release does not include makefile.
|
|
|
|
- gcc version 5.4 (other versions above 5.0 could also work)
|
|
|
|
- [Intel(R) Math Kernel Library](https://software.intel.com/en-us/mkl). We use BLAS, sparseBLAS and VML routines.
|
|
|
|
|
2017-08-25 13:41:25 +03:00
|
|
|
### Microsoft Open Source Code of Conduct
|
2017-08-23 19:13:49 +03:00
|
|
|
This project has adopted the [Microsoft Open Source Code of
|
|
|
|
Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
|
|
For more information see the [Code of Conduct
|
|
|
|
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
|
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
|
|
|
|
with any additional questions or comments.
|