aa

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Aprendizaje Automatizado

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AA

type AA struct {
	Memoria []Neurona
}

func (*AA) Analizar

func (ml *AA) Analizar()

func (*AA) Aprender

func (ml *AA) Aprender(patron string, conocimiento string)

func (*AA) Entrenar

func (ml *AA) Entrenar()

func (*AA) Iniciar

func (ml *AA) Iniciar()

func (*AA) Predecir

func (ml *AA) Predecir()

func (*AA) Recordar

func (ml *AA) Recordar(patron string)

type Neurona

type Neurona struct {
	ID           string
	Conocimiento string
}

Jump to

Keyboard shortcuts

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