NeuralMesh
  • Class
  • Tree

Classes

  • AbstractNetwork
  • Controller
  • layer
  • ManagedNetwork
  • Model
  • mysql
  • Navigation
  • network
  • NeuralMesh
  • neuron
  • nmesh
  • synapse
  • train
  • UnmanagedNetwork
  • users
  • validation

Class ManagedNetwork

ManagedNetwork is a pre-existing network that is more volatile and logs history, gets cached etc

AbstractNetwork
Extended by ManagedNetwork
Author: Louis Stowasser
Located at nm-controller.php

Methods summary

public
# ManagedNetwork( $id, $lr, $nn )
public
# train( $inputs, $outputs, $epochs = 30 )

Quickly train network

Quickly train network

Parameters

$inputs
of inputs
$outputs
of desired outputs
$epochs
of times to train pattern
public array
# run( $inputs )

Run the network or grab from the cache

Run the network or grab from the cache

Parameters

$inputs
of inputs

Returns

array
of outputs
NeuralMesh API documentation generated by ApiGen