tensorflow/swift
Swift for TensorFlow
ArchivedIntegrated language-level automatic differentiation into Swift's type system via the `Differentiable` protocol, enabling gradient computation for custom data structures beyond tensors. Developed a value-semantics deep learning API and XLA-based GPU/CPU runtime, while establishing 30+ reference models spanning computer vision, NLP, and other domains. Influenced Swift's evolution with proposals like dynamic member lookup and callable types, with spinoff projects like PythonKit and swift-jupyter extending interoperability.
6,145 stars. No commits in the last 6 months.
Stars
6,145
Forks
612
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jan 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tensorflow/swift"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...
hollance/Forge
A neural network toolkit for Metal