NeuralMesh
  • Class
  • Tree

Classes

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

Class NeuralMesh

Neural Mesh Factory pattern. Instance based on existing or new

Author: Louis Stowasser
Located at nm-controller.php

Methods summary

public static NeuralMesh
# getNetwork( $authkey )

Get a nmesh instance from authkey

Get a nmesh instance from authkey

Parameters

$authkey
key to network

Returns

NeuralMesh
instance (singleton)
public static unknown_type
# createNetwork( $input, $output, $hidden, $layers, $bias,…, $weightrange,… )

Create a new network and store it

Create a new network and store it

Parameters

$input
$output
$hidden
$layers
$bias,…
$weightrange,…

Returns

unknown_type

Properties summary

public static $app
# null
NeuralMesh API documentation generated by ApiGen