Search code examples
androidmachine-learningnlpartificial-intelligencetext-mining

Machine Learning Libraries For Android


I am trying build a small text mining tool for my android app. I am checking for a machine learning library that will allow me to cluster, classify etc.

Are there any machine learning libraries for android? I came across tensorflow but I need a bit more access to common ML functions.


Solution

  • You can try these ports of weka for android (they do not use the latest weka version, but it may be sufficient for your needs):

    https://github.com/rjmarsan/Weka-for-Android

    https://github.com/andrecamara/weka-android