Numpy-Neuron / go.mod
Jensen-holm's picture
going to use this branch to re make this program in go using the gota
da3cde4
raw
history blame
217 Bytes
module github.com/Jensen-holm/ml-from-scratch
go 1.19
require (
github.com/go-gota/gota v0.12.0 // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
gonum.org/v1/gonum v0.9.1 // indirect
)