Help for this page

Select Code to Download


  1. or download this
    unit module ann;
    
    use ann::HopfieldSynaps;
    ...
    
    
    }
    
  2. or download this
    unit module ann;
    
    use ann::HopfieldNeuron;
    ...
            }
    
    };
    
  3. or download this
    unit module ann;
    
    use ann::HopfieldNeuron;
    ...
    
                    }
            }
    
  4. or download this
            method start2(@inputs) {
                    ### without any traning, first neurons are for the inp
    +ut pattern
    ...
                    }
            }
    };