docs: Remove Machine Learning Tools Page (#1203)

Closes #1201
This commit is contained in:
Andrei Stoian
2021-12-16 17:40:01 +01:00
committed by GitHub
parent eecf6c689d
commit 66b9d35095
2 changed files with 0 additions and 16 deletions

View File

@@ -9,5 +9,4 @@ Tutorial
working_with_floating_points.md
indexing.md
tensor_operations.ipynb
machine_learning_tools.md
compilation_artifacts.md

View File

@@ -1,15 +0,0 @@
```{warning}
FIXME(Andrei/Jordan): to be done
```
# Machine Learning Tools
Give examples with tensors, matrix multiplications, reshape, relu, sigmoid, flatten, clip, transpose, dot etc
Do we need to speak about batch norm?
Do we need to speak about sum?
Do we need to speak about pools?
Explain that convolution will come later