Spaces:
Build error
Build error
| package nn | |
| import "github.com/Jensen-holm/ml-from-scratch/alg" | |
| type NN struct { | |
| alg.Alg | |
| } | |
| func New(rp *RequestPayload) { | |
| } | |
| package nn | |
| import "github.com/Jensen-holm/ml-from-scratch/alg" | |
| type NN struct { | |
| alg.Alg | |
| } | |
| func New(rp *RequestPayload) { | |
| } | |