Help for this page

Select Code to Download


  1. or download this
    package Neuron;
    
    ...
       }
       
    1;  # so the require or use succeeds
    
  2. or download this
    package NeuralNet;
    
    ...
       }
       
    1;
    
  3. or download this
    require "Neuron.pm";
    require "NeuralNet.pm";
    ...
    $neuron->calculateValue();
    
    print $neuron->toString();