I wanted to try out machine learning algorithms on iOS - to start with say, linear regression. I was advised to use octave for the PC which would make stuff like matrix operations easier. I was wondering if I could find a library for the iOS to perform those operations.
Any suggestions welcome.
Thanks.
Edit:
To not sound vague, consider solving a linear regression problem which would involve computing transpose of a matrix, inverse of a matrix. I would be happy if I have a library with API's for it. openCV does have it but using it would be completely off context then.