mark1

package
v0.0.0-...-5f2bfed Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Width is the width of the model
	Width = 16
	// Window is the size of the window
	Window = 16
	// Discrete discrete mode
	Discrete = false
	// Batch size is the size of the batch
	Batch = 75
)

Variables

This section is empty.

Functions

func Mark1

func Mark1()

Mark1 model

Types

type Input

type Input struct {
	Input  []float32
	Labels []int
	Epoch  int64
	Done   bool
}

Input is the input into the second layer

type Inputs

type Inputs struct {
	Inputs [][4]float32
	Labels []int
	Epoch  int64
	Done   bool
}

Inputs is the input to the first layer

type Loss

type Loss struct {
	Loss  float32
	Epoch int64
}

Loss is a neural network output loss

Jump to

Keyboard shortcuts

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