palle-k/DL4S
Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift - from watchOS to Linux
This is a tool for developers who build applications requiring sophisticated calculations, especially for machine learning. It provides accelerated mathematical operations, like those needed for neural networks, directly within Swift applications. Developers use it to incorporate advanced computations into their apps, from mobile devices to servers.
109 stars. No commits in the last 6 months.
Use this if you are a Swift developer building an application that needs to perform fast, complex mathematical operations or implement deep learning models directly within your Swift code.
Not ideal if you are not a Swift developer or if you need a pre-built, off-the-shelf solution for data analysis or machine learning without writing code.
Stars
109
Forks
13
Language
Swift
License
MIT
Category
Last pushed
Nov 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/palle-k/DL4S"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hollance/Forge
A neural network toolkit for Metal
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...