Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I'm trying to figure out if there is any existing AI tools/frameworks/Library for Objective C or Cocos [well OpenGL + Obj C] in general that's good for a person who's never done any form of AI before [other than the simple checkers or tic-tac-toe AI's]. The scenario here is I've finished the basics control of a game for the iPad and works fine for multiplayer. The AI just needs to move around, similar to the classic game snakes and somehow 'trap' a human player. I now want to write an AI for this.

I found a thing called http://opensteer.sourceforge.net/ which appears to be pretty good, however, it was last updated in 2004. Which was 7 years ago, and I am not sure if I should use it if there are other ones.

If anyone has any other suggestions of things I should look at, please guide me to the right area.

1 Answer

0 votes
by (108k points)

Tensor/IO iOS is an Objective-C wrapper for machine learning with support for TensorFlow and TensorFlow Lite. It abstracts the work of copying bytes into and out of tensors and allows you to interact with native types instead, such as numbers, arrays, dictionaries, and pixel buffers. It supports packaging and deployment, inference, training, and federated learning. The implementation given in the below link is part of the Tensor/IO project with support for machine learning on iOS, Android, and React Native.

https://github.com/doc-ai/tensorio-ios

Browse Categories

...