gotrain

command module
v0.0.0-...-7d54316 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2015 License: GPL-3.0 Imports: 10 Imported by: 0

README

Gotrain fits feedforward backpropigation neural networks to classification data.

Usage

Create a toy dataset and train a multilayer perceptron network (MLP):

$ cat > ./xor.csv <<EOF
1,0,1
1,1,0
0,0,0
0,1,1
EOF
$ ./gotrain -datapath ./xor.csv MLP

For help on global flags and available artificial neuro networks (ANNs):

$ ./gotrain -h

For help on model specific flags:

$ ./gotrain MLP -h

Future enhancements

  • Support model persistence in PMML.
  • Describe network topology outside of code.
  • Mutate network topology during training to minimize neuron count.
  • Optimize hyperparameters during training to converge faster.
  • Implement more training algorithms.

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