https://github.com/task4233/nn
Matrix Operation Library(Testing)
https://github.com/task4233/nn
go
Last synced: 3 months ago
JSON representation
Matrix Operation Library(Testing)
- Host: GitHub
- URL: https://github.com/task4233/nn
- Owner: task4233
- License: mit
- Created: 2020-02-13T15:05:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T15:08:38.000Z (over 4 years ago)
- Last Synced: 2024-06-20T06:38:01.498Z (almost 2 years ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nn
[](https://goreportcard.com/report/github.com/task4233/nn)

Implements matrix operation from scratch in Go
## Description
Minor target is to implement matrix operation
## Features
- GitHub Actions for static analysis
- see: [.github](https://github.com/task4233/nn/tree/master/.github)
## Requirement
- go >= 1.13.7
- run `$ go mod download` for installing modules
## LICENSE
MIT