mirror of
https://github.com/BlackLight/neuralpp.git
synced 2024-11-16 06:47:16 +01:00
17 lines
894 B
XML
17 lines
894 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!DOCTYPE NETWORK SYSTEM "http://blacklight.gotdns.org/prog/neuralpp/network.dtd">
|
||
|
<!-- Automatically generated by BlackLight's Neural++ module -->
|
||
|
|
||
|
<network name="Put here the name for this neural network" epochs="2000" learning_rate="0.002" threshold="0">
|
||
|
<layer class="input" size="2"></layer>
|
||
|
<layer class="hidden" size="2"></layer>
|
||
|
<layer class="output" size="1"></layer>
|
||
|
|
||
|
<synapsis class="inhid" input="0" output="0" weight="0.681455"></synapsis>
|
||
|
<synapsis class="inhid" input="1" output="0" weight="0.770994"></synapsis>
|
||
|
<synapsis class="inhid" input="0" output="1" weight="0.656911"></synapsis>
|
||
|
<synapsis class="inhid" input="1" output="1" weight="0.763797"></synapsis>
|
||
|
<synapsis class="hidout" input="0" output="0" weight="0.751936"></synapsis>
|
||
|
<synapsis class="hidout" input="1" output="0" weight="0.68129"></synapsis>
|
||
|
</network>
|