Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
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 making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-26 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found