go-ml-dev/nn

View on GitHub
activation.go

Summary

Maintainability
A
0 mins
Test Coverage
F
13%

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

func SoftSign(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function Softmax should have comment or be unexported
Open

func Softmax(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function Sin should have comment or be unexported
Open

func Sin(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function HardSigmoid should have comment or be unexported
Open

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

exported function Tanh25 should have comment or be unexported
Open

func Tanh25(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function Tanh should have comment or be unexported
Open

func Tanh(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function ChannelSoftmax should have comment or be unexported
Open

func ChannelSoftmax(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported type Activation should have comment or be unexported
Open

type Activation struct {
Severity: Minor
Found in activation.go by golint

exported function ReLU should have comment or be unexported
Open

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

exported function SoftReLU should have comment or be unexported
Open

func SoftReLU(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function Sigmoid should have comment or be unexported
Open

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

exported function Swish should have comment or be unexported
Open

func Swish(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

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

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

There are no issues that match your filters.

Category
Status