-1

I want to do some on-device analysis on data provided by Coremotion. Are there any lightweight machine learning libraries that can be integrated into iOS apps?

Smart Home
  • 801
  • 7
  • 26
  • I am just asking for example of open source libraries..not the best library or asking about pros-cons between different libraries. How will this lead to opinionated answers? – Smart Home Mar 01 '16 at 06:47

1 Answers1

1

Microsoft open sourced theirs and it's in C++ which you may be able to get to work with that Objective-C++ compiler. Not sure though

heres some details: http://www.wired.com/2016/01/microsoft-tries-to-one-up-google-in-the-open-source-ai-race/

heres the github: https://github.com/Microsoft/CNTK

heres help on using the C++ in iOS: Is it possible to program iPhone in C++

Community
  • 1
  • 1
Coty Embry
  • 958
  • 1
  • 11
  • 24