Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Basic Neural Network in PDL

by mxb (Pilgrim)
on May 15, 2018 at 11:37 UTC ( [id://1214548]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    use warnings;
    ...
    # Display output
    say "Expected output:", $y; 
    say "Output After Training:", $l1;
    
  2. or download this
    % perl nn_tutorial.pl
    Expected output:
    [
    ...
     [  0.99358927]
     [  0.99211856]
    ]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-23 20:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found