DeepLearningKit is an Open Source – with Apache 2.0 Licence – Deep Learning Framework for Apple’s iOS, OS X and tvOS available at github.com/DeepLearningKit/DeepLearningKit.
1
2
3
4
5
6
7
|
@misc{2015DeepLearningKit,
author = {Amund Tveit, Torbjørn Morland and Thomas Brox Røst},
title = {<a href="https://arxiv.org/abs/1605.04614">DeepLearningKit - an Open Source Deep Learning Framework for
Apple's iOS, OS X and tvOS developed in Metal and Swift</a>},
url = {<a href="https://arxiv.org/abs/1605.04614">https://arxiv.org/abs/1605.04614},
howpublished = {Online}
}
|
1. DeepLearningKit for iOS – Video Tutorial
2. DeepLearning for tvOS (Apple TV) – Video Tutorial
3. DeepLearningKit for OS X – Video Tutorial
4. Image Handling in DeepLearningKit – Tutorial
[Link to Tutorial – Image Handling in DeepLearningKit]
5. Goals of DeepLearningKit?
The goal is to support using pre-trained Deep Learning models on all Apple’s devices that have GPU(s). It is developed in Swift – to easily run on all platforms (iOS, OS X and tvOS) – and Metal – to efficiently use on-device GPU to ensure low-latency Deep Learning calculations. DeepLearningKit currently supports using (Deep) Convolutional Neural Networks (e.g. for image recognition) trained with the Caffe Deep Learning Framework (using this tool) but the long term goal is to support (perhaps with your help?) using deep learning models trained with the most popular Deep Learning frameworks (e.g. TensorFlow and Torch) as shown in figure below.
DeepLearningKit Resources
- Open source Code – https://github.com/deeplearningkit/deeplearningkit
- Tutorials
-
Publication – DeepLearningKit – an Open Source Deep Learning
Framework for Apple’s iOS, OS X and tvOS developed in Metal and Swift - Press Kit – DeepLearningKit logos in 932×522 pixels – JPG, PNG – 300×300 pixels PNG
Contribute to DeepLearningKit?
Check out this page if you want to contribute to DeepLearningKit
Best regards,
Amund Tveit