tensorflow/swift-apis
A Swift library enabling differentiable programming and deep learning model development using TensorFlow backend.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides Swift bindings for TensorFlow’s deep learning capabilities, enabling developers to define neural network layers, compute gradients via automatic differentiation, and run training loops. It offers protocol-oriented abstractions like Layer for model composition, built-in optimizers such as SGD, and tensor operations for both forward and backward passes. The library integrates directly with Swift for TensorFlow toolchains.