go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported method NDArray.ValuesF32 should have comment or be unexported
Open

func (a *NDArray) ValuesF32() []float32 {
Severity: Minor
Found in mx/ndarray.go by golint

don't use underscores in Go names; const OpDepend_ should be OpDepend
Open

    OpDepend_ capi.MxnetOp = -11
Severity: Minor
Found in mx/symbol.go by golint

exported function Nograd should have comment or be unexported
Open

func Nograd(_hidden_nograd_) {}
Severity: Minor
Found in mx/symbol.go by golint

exported method Symbol.SetName should have comment or be unexported
Open

func (s *Symbol) SetName(name string) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Bound should have comment or be unexported
Open

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

exported function Not should have comment or be unexported
Open

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

exported function Activation should have comment or be unexported
Open

func Activation(a *Symbol, actType ActivationType) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

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

func (network *Network) Forward(data interface{}, out []float32) {
Severity: Minor
Found in network.go by golint

exported method ParamsReader.HasMore should have comment or be unexported
Open

func (prd *ParamsReader) HasMore() bool {
Severity: Minor
Found in params.go by golint

exported function NextSymbolId should have comment or be unexported
Open

func NextSymbolId() int {
Severity: Minor
Found in symbol.go by golint

exported type ModelMapFunction should have comment or be unexported
Open

type ModelMapFunction func(network *Network, features []string, predicts string) model.MemorizeMap
Severity: Minor
Found in train.go by golint

exported function Flatten should have comment or be unexported
Open

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

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

func (network *Network) Predict(data interface{}) [][]float32 {
Severity: Minor
Found in network.go by golint

exported function MeanKd should have comment or be unexported
Open

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

exported function HardSigmoid should have comment or be unexported
Open

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

exported function OnesLike should have comment or be unexported
Open

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

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

func (network *Network) Update(opt Optimizer) {
Severity: Minor
Found in network.go by golint

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

func (network *Network) SaveParams(output iokit.Output, only ...string) (err error) {
Severity: Minor
Found in params.go by golint

func NextSymbolId should be NextSymbolID
Open

func NextSymbolId() int {
Severity: Minor
Found in symbol.go by golint

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

func (network *Network) SaveSymbol(output iokit.Output) (err error) {
Severity: Minor
Found in symbol.go by golint
Severity
Category
Status
Source
Language