Bibtex – [LINK to PDF]
1
2
3
4
5
6
|
@misc{2015DeepLearningKit,
author = {Amund Tveit , Torbjørn Morland and Thomas Brox Røst},
title = {DeepLearningKit - an Open Source Deep Learning Framework for Apple's iOS, OS X and tvOS developed in Metal and Swift},
url = {<a href="https://arxiv.org/abs/1605.04614">https://arxiv.org/abs/1605.04614},
howpublished = {Online}
}
|
Abstract
In this paper we present DeepLearningKit – an open source framework that sup- ports using pre- trained deep learning models (convolutional neural networks) for iOS, OS X and tvOS. DeepLearningKit is developed in Metal in order to utilize the GPU efficiently and Swift for integration with applications, e.g. iOS-based mobile apps on iPhone/iPad, tvOS-based apps for the big screen, or OS X desktop applications. The goal is to support using deep learning models trained with popular frameworks such as Caffe, Torch, TensorFlow, Theano, Pylearn, Deeplearning4J and Mocha. Given the massive GPU resources and time required to train Deep Learning models we suggest an App Store like model to distribute and download pretrained and reusable Deep Learning models.