Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pyret tensorflow documentation #44

Open
wants to merge 27 commits into
base: horizon
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7e167c0
Add tensorflow docs
ZacharyEspiritu Jul 11, 2018
8f119e1
Add arithmetic operations examples and documentation
ZacharyEspiritu Jul 11, 2018
c36a503
Add more tensorflow documentation
ZacharyEspiritu Jul 11, 2018
1e0be4b
Add external links to machine learning function descriptions
ZacharyEspiritu Jul 12, 2018
2d2e7c8
Add more documentation to tensorflow reduction functions
ZacharyEspiritu Jul 12, 2018
2a985a3
Rewrite some reducer docs for clarity
ZacharyEspiritu Jul 12, 2018
c28fa3f
Add more testing examples to tensorflow methods
ZacharyEspiritu Jul 12, 2018
3f0022e
Add more docs to tensorflow
ZacharyEspiritu Jul 12, 2018
c48dbd7
Add restructure layer docs
ZacharyEspiritu Jul 12, 2018
7fa06e0
Add pooling, normalization, and merge layer documentation
ZacharyEspiritu Jul 13, 2018
347b0c0
Add stochastic gradient descent example for cubic functions
ZacharyEspiritu Jul 13, 2018
87a085b
Add chaining arithmetic operations to Tensors and minimize documentat…
ZacharyEspiritu Jul 16, 2018
6c3e1d2
Add examples to Tensor constructor documentation
ZacharyEspiritu Jul 28, 2018
8426c63
Rename data-sync to data-now
ZacharyEspiritu Aug 9, 2018
4355cf2
Remove deprecated note about data-sync
ZacharyEspiritu Aug 9, 2018
a8b14f4
Add a boatload of testcases
ZacharyEspiritu Aug 9, 2018
9ec6b1d
Add a whole bunch of examples to tensor operations
ZacharyEspiritu Aug 11, 2018
2916ceb
Reorder TensorBuffer functions so Tensor operations are located close…
ZacharyEspiritu Aug 11, 2018
e145b43
Add LayerConfig information
ZacharyEspiritu Aug 12, 2018
f316471
Add a whole bunch of Layer documentation
ZacharyEspiritu Aug 12, 2018
d881f1f
Improve docs example programs
ZacharyEspiritu Aug 13, 2018
0f64144
Add 'Trigonometry Operations' section to TF docs
ZacharyEspiritu Aug 13, 2018
c895551
Rename reduction functions to fix type errors
ZacharyEspiritu Aug 13, 2018
84681ae
Add more examples to TF docs
ZacharyEspiritu Aug 14, 2018
7354e33
Fill in remaining documentation
ZacharyEspiritu Aug 14, 2018
a7d3ad6
Remove example programs
ZacharyEspiritu Aug 14, 2018
54a8012
Add examples for Tensor arithmetic methods
ZacharyEspiritu Aug 14, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libraries.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ This section contains information on libraries that come with Pyret.
@include-section["trove/plot.js.rkt"]
@include-section["trove/statistics.scrbl"]
@include-section["trove/math.scrbl"]
@include-section["trove/tensorflow.scrbl"]
Loading