NeuralMesh
  • Class
  • Tree

Classes

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

Class AbstractNetwork

Direct known subclasses

ManagedNetwork, UnmanagedNetwork

Abstract
Located at nm-controller.php

Methods summary

abstract 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
abstract public
# train( $inputs, $outputs, $epochs = 30 )

Training function must comply with these

Training function must comply with these

NeuralMesh API documentation generated by ApiGen