Skip to content

Commit 84a02a1

Browse files
committed
Added synopsis, categories and description for library
1 parent 9bb559f commit 84a02a1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: tensor-safe
22
version: 0.1.0.0
33
github: "leopiney/tensor-safe"
44
license: BSD3
5-
author: "Leonardo Pineyro"
6-
maintainer: "[email protected]"
7-
copyright: "2019 Leonardo Pineyro"
5+
author: Leonardo Pineyro
6+
maintainer: [email protected]
7+
copyright: 2019 Leonardo Pineyro
8+
synopsis: Create valid deep neural network architectures
9+
description: TensorSafe provides a very simple API to create deep neural networks structures which are validated using Dependent Types. Given a list of Layers and an initial Shape, TensorSafe is able to check and corroborate the structure of the network. Also, it's possible to extract the definition and compile it to a target language like Python and JavaScript.
10+
category: AI, Dependent Types, Language, Library, Program
811

912
extra-source-files:
1013
- README.md

0 commit comments

Comments
 (0)