go-ml-dev/nn

View on GitHub
sgd.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported type SGD should have comment or be unexported
Open

type SGD struct {
Severity: Minor
Found in sgd.go by golint

exported method SGD.Init should have comment or be unexported
Open

func (opt SGD) Init(e int) Optimizer {
Severity: Minor
Found in sgd.go by golint

There are no issues that match your filters.

Category
Status