An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# nn
[![Go Report Card](https://goreportcard.com/badge/github.com/task4233/nn)](https://goreportcard.com/report/github.com/task4233/nn)
![GitHub Actions](https://github.com/task4233/nn/workflows/Static%20check%20with%20PR%20and%20Add%20comment%20each%20error/badge.svg)

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