Versions in this module Expand all Collapse all v1 v1.0.1 Jul 20, 2021 v1.0.0 Jun 16, 2021 Changes in this version + type AA struct + Memoria []Neurona + func (ml *AA) Analizar() + func (ml *AA) Aprender(patron string, conocimiento string) + func (ml *AA) Entrenar() + func (ml *AA) Iniciar() + func (ml *AA) Predecir() + func (ml *AA) Recordar(patron string) + type Neurona struct + Conocimiento string + ID string