Skip to content
/ gograd Public

A simple go library to build a neural network model (inspired by micrograd written in python)

License

Notifications You must be signed in to change notification settings

eissana/gograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple go library to build a neural network model (inspired by micrograd written in python)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages