NeuralMesh
  • Class
  • Tree

Classes

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

Class synapse

Synapse class

Author: Louis Stowasser
Located at nm-admin/lib/proxy/nmesh.class.php

Methods summary

public
# cleanup( )

Cleanup unnecessary variables to save memory and serialization time

Cleanup unnecessary variables to save memory and serialization time

public
# randomize_weight( $weightrange )

Generate a random weight for the synapse

Generate a random weight for the synapse

Parameters

$weightrange
to generate in
public
# synapse( $weightrange )

Synapse constructor

Synapse constructor

Parameters

$weightrange
of random weights

Properties summary

public $input

Input value

Input value

#
public $weight

Weight of the synapse

Weight of the synapse

#
public $momentum

Momentum value

Momentum value

#
NeuralMesh API documentation generated by ApiGen