annad

command module
v0.0.0-...-a0027d1 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2016 License: BSD-3-Clause Imports: 3 Imported by: 0

README

maturity build status code coverage Go Report Card motivation GoDoc

annad

The annad package implements a command line tool to run the neural network of the anna project. Anna, Artificial Neural Network Aspiration, aims to be self-learning and self-improving software.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
object
service
clg
Package clg provides CLGs that implement basic behaviour leveraged in the neural network.
Package clg provides CLGs that implement basic behaviour leveraged in the neural network.
clg/divide
Package divide implements spec.CLG and provides the mathematical operation of division.
Package divide implements spec.CLG and provides the mathematical operation of division.
clg/greater
Package greater implements spec.CLG and provides a method to identify which of the given numbers is greater than the other.
Package greater implements spec.CLG and provides a method to identify which of the given numbers is greater than the other.
clg/input
Package input implements spec.CLG and provides the entry to the neural network.
Package input implements spec.CLG and provides the entry to the neural network.
clg/isbetween
Package isbetween implements spec.CLG and provides a method to identify if a given number is between a given range.
Package isbetween implements spec.CLG and provides a method to identify if a given number is between a given range.
clg/isgreater
Package isgreater implements spec.CLG and provides a method to identify if the first given number is greater than the later.
Package isgreater implements spec.CLG and provides a method to identify if the first given number is greater than the later.
clg/islesser
Package islesser implements spec.CLG and provides a method to identify if the first given number is lesser than the later.
Package islesser implements spec.CLG and provides a method to identify if the first given number is lesser than the later.
clg/lesser
Package lesser implements spec.CLG and provides a method to identify which of the given numbers is lesser than the other.
Package lesser implements spec.CLG and provides a method to identify which of the given numbers is lesser than the other.
clg/multiply
Package multiply implements spec.CLG and provides the mathematical operation of multiplication.
Package multiply implements spec.CLG and provides the mathematical operation of multiplication.
clg/output
Package output implements spec.CLG and provides one of the two very special CLGs.
Package output implements spec.CLG and provides one of the two very special CLGs.
clg/pairsyntactic
Package pairsyntactic implements spec.CLG and provides pairing of information sequences.
Package pairsyntactic implements spec.CLG and provides pairing of information sequences.
clg/readinformationid
Package readinformationid implements spec.CLG and provides functionality to read the information sequence stored under a specific information ID.
Package readinformationid implements spec.CLG and provides functionality to read the information sequence stored under a specific information ID.
clg/readseparator
Package readseparator implements spec.CLG and provides functionality to read a separator stored in association to a specific behaviour ID.
Package readseparator implements spec.CLG and provides functionality to read a separator stored in association to a specific behaviour ID.
clg/round
Package round implements spec.CLG and provides a method to round the given number using the given precision.
Package round implements spec.CLG and provides a method to round the given number using the given precision.
clg/splitfeatures
Package splitfeatures implements spec.CLG and provides functionality to split information sequences into features.
Package splitfeatures implements spec.CLG and provides functionality to split information sequences into features.
clg/subtract
Package subtract implements spec.CLG and provides the mathematical operation of subtraction.
Package subtract implements spec.CLG and provides the mathematical operation of subtraction.
clg/sum
Package sum implements spec.CLG and provides the mathematical operation of addition.
Package sum implements spec.CLG and provides the mathematical operation of addition.
feature
Package feature provides feature detection within sequences.
Package feature provides feature detection within sequences.
network
Package network implements spec.NetworkService to provide a neural network based on dynamic and self improving CLG execution.
Package network implements spec.NetworkService to provide a neural network based on dynamic and self improving CLG execution.

Jump to

Keyboard shortcuts

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