Added package NimNN (#2314)

This commit is contained in:
xcodz-dot 2022-08-23 20:39:09 +05:30 committed by GitHub
parent 8082c0b70d
commit f6f3c2cdf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27067,6 +27067,21 @@
"license": "Unlicense",
"web": "https://github.com/VitorGoatman/geomancer"
},
{
"name": "NimNN",
"url": "https://github.com/xcodz-dot/NimNN",
"method": "git",
"tags": [
"neural",
"networks",
"simulator",
"native",
"genetic"
],
"description": "Neural Networks from scratch",
"license": "MIT",
"web": "https://github.com/xcodz-dot/NimNN"
},
{
"name": "simpleargs",
"url": "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs",