Machine learning toolkit is an Android library that enables local machine learning computations on the phone. The library preserves the state of a learner over the application lifecycle. I.e. it allows saving the state on a persistent file, and loading it once the application restarts. It also allows external file loading, thus enables learner sharing among multiple devices.
https://github.com/vpejovic/MachineLearningToolkit/
To use Machine Learning Toolkit in your Android project, simply put:
compile 'si.uni_lj.fri.lrss.machinelearningtoolkit:mltoolkit:1.2'
in your app's build.gradle file
Copyright (c) 2013, University of Birmingham, UK Veljko Pejovic, [email protected]
This library was developed as part of the EPSRC Ubhave (Ubiquitous and Social Computing for Positive Behaviour Change) Project. For more information, please visit http://www.ubhave.org
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.