and

command
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2020 License: MIT Imports: 8 Imported by: 0

README

Multilayer perceptron for solving AND-task (for two arguments)

Possible input and output values:

0 ^ 0 = 0
0 ^ 1 = 0
1 ^ 0 = 0
1 ^ 1 = 1

Theory

See ref. https://en.wikipedia.org/wiki/Logical_conjunction

Neural network's architecture

alt text

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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