go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function Log should have comment or be unexported
Open

func Log(a *Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function ReLU should have comment or be unexported
Open

func ReLU(a *Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Reshape should have comment or be unexported
Open

func Reshape(a *Symbol, dim ...int) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported method Network.Train should have comment or be unexported
Open

func (network *Network) Train(data interface{}, label interface{}, opt Optimizer) {
Severity: Minor
Found in network.go by golint

exported function SaveSymbol should have comment or be unexported
Open

func SaveSymbol(inputdim mx.Dimension, sym *mx.Symbol, output iokit.Output) (err error) {
Severity: Minor
Found in symbol.go by golint
Severity
Category
Status
Source
Language