0% found this document useful (0 votes)
31 views2 pages

MATLAB Command Window

This MATLAB document shows the results of running a neural network training algorithm called tarea. It displays the input data X, weights W, biases b, and network outputs net at each step of training as it works to correctly classify the target outputs y for each example. The network weights and biases are updated iteratively until the network outputs net correctly match the target outputs y.

Uploaded by

ErRobert Ch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

MATLAB Command Window

This MATLAB document shows the results of running a neural network training algorithm called tarea. It displays the input data X, weights W, biases b, and network outputs net at each step of training as it works to correctly classify the target outputs y for each example. The network weights and biases are updated iteratively until the network outputs net correctly match the target outputs y.

Uploaded by

ErRobert Ch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

19/01/16 17:31 MATLAB Command Window 1 of 2

>> tarea

X =

0.5900 1.7200
-2.6700 2.5000
1.4300 -3.1900
3.2500 -2.8800
-1.3800 1.1400

W =

10.7400 1.3500
-4.8100 2.9600

b =

2.6800 -3.9500

net =

0.7434 1.9377

y =

1 1
0 0
0 0
0 0
0 0

net =

-38.0208 -0.1545

y =

1 1
0 0
0 0
0 0
0 0

net =
19/01/16 17:31 MATLAB Command Window 2 of 2

33.3821 -11.4619

y =

1 1
0 0
1 0
0 0
0 0

net =

51.4378 -8.0873

y =

1 1
0 0
1 0
1 0
0 0

net =

-17.6246 -2.4386

y =

1 1
0 0
1 0
1 0
0 0

>>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy