Added connect.bat, made minor changes to kgsGtp.ini. ScratchGo can now easily connect to gokgs.com's server.
It will look for room whf4cs6999 as whf4human (to avoid creating more accounts) and will connect to or wait for whf4cs6999.
This commit is contained in:
42
pass.net
Normal file
42
pass.net
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<multiLayerPerceptron biased="true" name="PassFilter9">
|
||||
<activationFunction name="Sigmoid"/>
|
||||
<connections dest="3" src="0" weight="1.9322455294572656"/>
|
||||
<connections dest="3" src="1" weight="0.0859943747020325"/>
|
||||
<connections dest="3" src="2" weight="0.8394414489841715"/>
|
||||
<connections dest="4" src="0" weight="1.5831613048108952"/>
|
||||
<connections dest="4" src="1" weight="0.8667080746254153"/>
|
||||
<connections dest="4" src="2" weight="-3.204930958551688"/>
|
||||
<connections dest="5" src="0" weight="-1.4223906119706369"/>
|
||||
<connections dest="5" src="3" weight="-2.1292730695450857"/>
|
||||
<connections dest="5" src="4" weight="-2.5861434868493607"/>
|
||||
<neurons id="0">
|
||||
<activationFunction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="activationFunction" name="Linear"/>
|
||||
</neurons>
|
||||
<neurons id="1">
|
||||
<activationFunction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="activationFunction" name="Linear"/>
|
||||
</neurons>
|
||||
<neurons id="2">
|
||||
<activationFunction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="activationFunction" name="Linear"/>
|
||||
</neurons>
|
||||
<neurons id="3">
|
||||
<activationFunction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="activationFunction" name="Tanh"/>
|
||||
</neurons>
|
||||
<neurons id="4">
|
||||
<activationFunction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="activationFunction" name="Tanh"/>
|
||||
</neurons>
|
||||
<neurons id="5">
|
||||
<activationFunction name="Sigmoid"/>
|
||||
</neurons>
|
||||
<layers>
|
||||
<neuronIds>1</neuronIds>
|
||||
<neuronIds>2</neuronIds>
|
||||
</layers>
|
||||
<layers>
|
||||
<neuronIds>3</neuronIds>
|
||||
<neuronIds>4</neuronIds>
|
||||
</layers>
|
||||
<layers>
|
||||
<neuronIds>5</neuronIds>
|
||||
</layers>
|
||||
</multiLayerPerceptron>
|
||||
Reference in New Issue
Block a user