Skip to content

Commit

Permalink
GITBOOK-37: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
raphkhan authored and gitbook-bot committed Sep 29, 2023
1 parent f5e8fd3 commit 81349b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A collection of standardized mathematical functions and operations that are used in the computation of neural network models.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td><strong>Tensor</strong></td><td>A full implementation of multi-dimensional array.</td><td><a href="tensor/">tensor</a></td></tr><tr><td align="center"></td><td><strong>Neural Network</strong></td><td>Neural Net (NN) operations</td><td><a href="neural-network/">neural-network</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td><strong>Tensor</strong></td><td>A full implementation of multi-dimensional array.</td><td><a href="tensor/">tensor</a></td></tr><tr><td align="center"></td><td><strong>Neural Network</strong></td><td>Neural Net (NN) operations</td><td><a href="neural-network/">neural-network</a></td></tr><tr><td align="center"></td><td><strong>Non-Neural ML</strong></td><td>Traditional Machine Learning operations</td><td><a href="machine-learning/">machine-learning</a></td></tr></tbody></table>
3 changes: 3 additions & 0 deletions docs/framework/operators/machine-learning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Machine Learning

This section refers to traditional Machine Learning operations.

0 comments on commit 81349b2

Please sign in to comment.