Commit Graph

10 Commits

Author SHA1 Message Date
Dan Zheng
51ebf99f5d [Docs] Fix typos in differentiable programming manifesto.
- Fix `Sequential` function builder usage.
- Fix grammatical error.
- `powerful machine learning` -> `expressive machine learning`
2019-12-02 12:39:50 -08:00
swift-ci
4c00d97b99 Merge pull request #28491 from dan-zheng/docs 2019-12-02 11:05:28 -08:00
Dan Zheng
292d76461a [Docs] Fix typos in differentiable programming manifesto.
- `Differentiable operators` -> `Differential operators`
- Fix incorrect `gradient(at:in:)` result type.
2019-11-26 18:15:56 -08:00
Richard Wei
7a9be4f09c Update markdown headers.
Co-Authored-By: Dan Zheng <danielzheng@google.com>
2019-11-22 23:06:46 -08:00
Richard Wei
ac16ac3b5a [Docs] [AutoDiff] Rename '@differentiating' and '@transposing' attributes.
In the code review for #28321, the main developers of AutoDiff agreed to rename `@differentiating` and `@transposing` to `@derivative(of:)` and `@transpose(of:)`, respectively.  This PR updates the manifesto to reflect this change.
2019-11-22 22:35:43 -08:00
Richard Wei
01b53db1b2 Remove a redundant paragraph. 2019-11-16 16:28:52 -08:00
Richard Wei
fa6c07d31d [Docs] [AutoDiff] Rename '@nondiff' to '@noDerivative'.
We agreed to move to rename `@nondiff` to `@noDerivative` (in line with the `@noDerivative` declaration attribute) in #28278.
2019-11-16 16:27:10 -08:00
Aubrey Mills
cd8f545836 Update DifferentiableProgramming.md (#28230)
Changed "Numerical computing in Swift Swift is an
expressive..." to "Numerical computing in Swift is an
expressive..."
2019-11-13 10:48:30 -08:00
Dan Zheng
51d7d6aec1 [Docs] Minor edits to differentiable programming manifesto. (#28200)
Polish "zero tangent vector initialization" doc comments.
2019-11-11 18:17:52 -08:00
Dan Zheng
07880d168f [Docs] Differentiable programming manifesto. (#27034) 2019-10-30 12:14:23 -07:00