Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 <?xml version="1.0" encoding="UTF-8"?>
002 <network version="0.3">
003 
004 <header>
005  <author>Andre dot dos dot Anjos at cern dot ch</author>
006  <name>XOR example</name>
007  <version>1.0</version>
008  <created>2004-03-17T10:41:00</created>
009  <lastSaved>2004-03-17T10:41:00</lastSaved>
010  <comment>Implements the classical XOR problem</comment>
011 </header>
012 
013 <layout>
014   <input id="1"></input>
015   <input id="2"></input>
016   <output id="3">
017    <backPropagation activationFunction="tanh" />
018   </output>
019   <synapse id="1" from="1" to="3">
020    <weight>0.5</weight>
021    <backPropagation learnRate="0.1"/>
022   </synapse>
023   <synapse id="2" from="2" to="3">
024    <weight>0.5</weight>
025    <backPropagation learnRate="0.1"/>
026   </synapse>
027 </layout>
028 
029 </network>

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!