mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 14:43:57 -05:00
update readme
This commit is contained in:
10
README.md
10
README.md
@@ -2,7 +2,9 @@
|
||||
|
||||
For something in between a grad and a karpathy/micrograd
|
||||
|
||||
The Tensor class is a wrapper around a numpy array
|
||||
This may not be the best deep learning framework, but it is a deep learning framework.
|
||||
|
||||
The Tensor class is a wrapper around a numpy array, except it does Tensor things.
|
||||
|
||||
### Example
|
||||
|
||||
@@ -33,3 +35,9 @@ print(x.grad) # dz/dx
|
||||
print(y.grad) # dz/dy
|
||||
```
|
||||
|
||||
|
||||
### TODO (to make real neural network library)
|
||||
|
||||
* Implement convolutions
|
||||
* Implement Adam optimizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user