Skip to content

Commit a65f769

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 4935c8a + cd8f545 commit a65f769

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/DifferentiableProgramming.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,12 @@ Differentiation is the process of computing derivatives. See the
238238
["Math Introduction"](#math-introduction) section below for more details.
239239

240240
Derivatives are a fundamental tool in calculus and have applications in many
241-
domains, notably deep learning. Numerical computing in Swift Swift is an
242-
expressive, high-performance language that is a great fit for numerical
243-
applications. Recent proposals have paved the way for low-level numerical
244-
computing in Swift: [AdditiveArithmetic][SE-0233], SIMD [[1][SE-0229]]
245-
[[2][SE-0251]], [generic math functions][SE-0246]. However, high-level numerical
246-
computing applications, including machine learning and artificial intelligence,
247-
require more work.
241+
domains, notably deep learning. Numerical computing in Swift is an expressive,
242+
high-performance language that is a great fit for numerical applications. Recent
243+
proposals have paved the way for low-level numerical computing in Swift:
244+
[AdditiveArithmetic][SE-0233], SIMD [[1][SE-0229]] [[2][SE-0251]], [generic math
245+
functions][SE-0246]. However, high-level numerical computing applications,
246+
including machine learning and artificial intelligence, require more work.
248247

249248
We believe that first-class differentiable programming is a big step towards
250249
high-level numerical computing support and will make Swift a real contender in

0 commit comments

Comments
 (0)