go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function DefaultModelMap should have comment or be unexported
Open

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

exported const ActivReLU should have comment (or a comment on this block) or be unexported
Open

    ActivReLU ActivationType = iota
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 ReshapeLike should have comment or be unexported
Open

func ReshapeLike(a, b *Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.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 Stack1 should have comment or be unexported
Open

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

exported function FullyConnected should have comment or be unexported
Open

func FullyConnected(a, weight, bias *Symbol, size int, flatten bool) *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 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 OnesLike should have comment or be unexported
Open

func OnesLike(a *Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.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 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

var _symbolId should be _symbolID
Open

var _symbolId = 0
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

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 Transpose should have comment or be unexported
Open

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

exported function ZerosLike should have comment or be unexported
Open

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

exported function New should have comment or be unexported
Open

func New(context mx.Context, nn Block, inputdim mx.Dimension, loss mx.Loss, batchSize int, seed int) *Network {
Severity: Minor
Found in network.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 function NextSymbolId should have comment or be unexported
Open

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