Numpy-Neuron / alg /alg.go
Jensen-holm's picture
splitting up code into seperate modules
dfd3544
raw
history blame
45 Bytes
package alg
type Alg interface {
Train()
}