Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print "Hooked $subcount subroutines\n\nNow exercise code...\n\n";
    
  2. or download this
    package AI::Neural;
    
    ...
    
        .....
    
  3. or download this
    Loading file 'Neural.pm' for processing
    Backing up file 'Neural.pm' to 'Neural.pm.bak'
    ...
    Hooked 37 subroutines
    
    Now exercise code...
    
  4. or download this
    total 21
    drwxr-xr-x+ 2 paul matthews mkgroup-l-d   0 Apr  1 20:21 .
    ...
        ...l.
    
        .....
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    }
    print "\n\n";
    
  6. or download this
    Creating tests for the following Subroutines
    
    GetNewVertexNumber add_edge add_input add_neuron add_output new run_ne
    +twork run_node set_edge_weights set_input_value
    
  7. or download this
    total 10
    drwxr-xr-x+ 2 paul matthews mkgroup-l-d  0 Apr  1 16:32 .
    ...
    -rw-r--r--  1 paul matthews mkgroup-l-d 37 Apr  1 16:34 run_node.t
    -rw-r--r--  1 paul matthews mkgroup-l-d 37 Apr  1 16:34 set_edge_weigh
    +ts.t
    -rw-r--r--  1 paul matthews mkgroup-l-d 37 Apr  1 16:34 set_input_valu
    +e.t