Bender is an open source Swift library from Xmartlabs providing a machine learning abstraction library that utilizes the Metal for maximum performance.
As the readme states:
Bender allows you to easily define and run neural networks using the most common layers like Convolution, Pooling, FullyConnected and some normalizations among others. It is also flexible in the way it receives the parameters for these layers.
Bender provides support for TensorFlow currently including a TensorFlow adapter translating TensorFlow models supporting a subset of TensorFlow’s operations with more support coming.
You can find Bender on Github here.
A nice library for those looking to use neural networks on iOS devices, especially if you’ve worked with TensorFlow.
Original article: Bender – A Swift Based Machine Learning Framework That Utilizes Metal With TensorFlow Model Support
©2017 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.