gograd

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 3 Imported by: 0

README

gograd

A simple go library to build a neural network model.

To run the main function, run:

go run main.go

To run all tests, run:

go test -count=1 -v ./...

Note that -count=1 disables caching. To run a single test, run:

go test -count=1 -v -run TestValue1 ./...

For the -run option, one can use a regex expression too.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL