Add package exprgrad (#2065)

This commit is contained in:
Can Lehmann 2021-11-13 15:49:30 +01:00 committed by GitHub
parent 40138bbced
commit 606aa35e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24230,5 +24230,24 @@
"description": "Easy specification of text formats for structured data",
"license": "ISC",
"web": "https://github.com/ggonnella/textformats"
},
{
"name": "exprgrad",
"url": "https://github.com/can-lehmann/exprgrad",
"method": "git",
"tags": [
"machine-learning",
"nn",
"neural",
"tensor",
"array",
"matrix",
"ndarray",
"dsl",
"automatic-differentiation"
],
"description": "An experimental deep learning framework",
"license": "Apache License 2.0",
"web": "https://github.com/can-lehmann/exprgrad"
}
]