We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56c65e commit d5c8dcdCopy full SHA for d5c8dcd
README.md
@@ -1,10 +1,9 @@
1
# Tensor Safe
2
3
-`tensor-safe` is a framework to define deep learning models which structure is verified on
4
-compilation time. If the models are valid, these can be compiled to Keras framework in Python
5
-or JavaScript.
+`tensor-safe` is a dependently typed framework to define deep learning models which structure is verified on
+compilation time. If the models are valid, these can be compiled to Keras framework in Python or JavaScript.
6
7
-## Instalation instructions
+## Building instructions and development tools
8
9
1. Install `ghc-mod`, `hpack` and `stylish-haskell` with `stack install`
10
0 commit comments