go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function LE should have comment or be unexported
Open

func LE(a *Symbol, rv interface{}) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function BcastAdd should have comment or be unexported
Open

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

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

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

exported function Concat should have comment or be unexported
Open

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

exported function Sigmoid should have comment or be unexported
Open

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

exported function Ones should have comment or be unexported
Open

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

exported function Zeros should have comment or be unexported
Open

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

exported function Dropout should have comment or be unexported
Open

func Dropout(a *Symbol, rate float32) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported type Network should have comment or be unexported
Open

type Network struct {
Severity: Minor
Found in network.go by golint

exported type OptimizerConf should have comment or be unexported
Open

type OptimizerConf interface {
Severity: Minor
Found in optimizer.go by golint

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

func (prd *ParamsReader) Next() (n string, out []float32, err error) {
Severity: Minor
Found in params.go by golint

exported type SGD should have comment or be unexported
Open

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

2: cannot find package "go4ml.xyz/nn/mx" in any of:
Open

    "go4ml.xyz/nn/mx"
Severity: Minor
Found in activation.go by govet

exported function ReshapeLike should have comment or be unexported
Open

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

exported function Stack should have comment or be unexported
Open

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

exported function Pool should have comment or be unexported
Open

func Pool(a *Symbol, kernel, stride, padding Dimension, ceil bool, maxpool bool) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Channel should have comment or be unexported
Open

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

exported function Inherit should have comment or be unexported
Open

func Inherit(context mx.Context, nn Block, inputdim mx.Dimension, params iokit.Input, batchSize int, seed int) (*Network, error) {
Severity: Minor
Found in network.go by golint

exported method Slice.Combine should have comment or be unexported
Open

func (ly Slice) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in slice.go by golint

func resetSymbolId should be resetSymbolID
Open

func resetSymbolId(first int) {
Severity: Minor
Found in symbol.go by golint
Severity
Category
Status
Source
Language