Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorgonia/golgi
Golgi is a library built on top of Gorgonia that provides neural network components
https://github.com/gorgonia/golgi
Last synced: 3 days ago
JSON representation
Golgi is a library built on top of Gorgonia that provides neural network components
- Host: GitHub
- URL: https://github.com/gorgonia/golgi
- Owner: gorgonia
- License: mit
- Created: 2017-04-12T00:42:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T00:53:49.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T17:46:05.095Z (5 months ago)
- Language: Go
- Size: 200 KB
- Stars: 39
- Watchers: 16
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golgi #
Golgi is a package that makes creating neural networks with Gorgonia simpler. Common neural network patterns are supported. It is best used with the qol package (gorgonia.org/qol).
# High Level Goals #
The high-level goals of this package is to make simple things easy, and yet not sacrificing the options for customization.