Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Hopfield Neural Network in perl6

by holyghost (Beadle)
on Jun 30, 2018 at 02:53 UTC ( [id://1217641]=CUFP: print w/replies, xml ) Need Help??

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
    ...
                    }
            }
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1217641]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found