pooling

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaxPooling

type MaxPooling struct {
	nn.BaseModel
	Rows    int
	Columns int
}

MaxPooling is a parameter-free model used to instantiate a new Processor.

func NewMax

func NewMax(rows, columns int) *MaxPooling

NewMax returns a new model.

func (*MaxPooling) Forward added in v0.2.0

func (m *MaxPooling) Forward(xs ...ag.Node) []ag.Node

Forward performs the forward step for each input node and returns the result. The max pooling is applied independently to each input.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL