Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jensen-holm
/
Numpy-Neuron
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a4aa491
Numpy-Neuron
/
alg
/
alg.go
Jensen-holm
re configured the Alg interface and the NN sttuct, now we have to work
a4aa491
over 1 year ago
raw
Copy download link
history
blame
52 Bytes
package
alg
type
Alg
interface
{
New()
Train()
}