NeuralMesh
  • Class
  • Tree

Classes

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

Class UnmanagedNetwork

UnmanagedNetwork is a network that doesn't get viewed in the Manager and is usually temporary

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

Methods summary

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

Quickly train network. Don't log the epoch

Quickly train network. Don't log the epoch

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
public
# destory( )

Properties summary

public $authkey
#
NeuralMesh API documentation generated by ApiGen