node-red-contrib-neuralnetwork
Version:
SmartNode node package, provided by MakerCollider
31 lines (26 loc) • 1.56 kB
HTML
<!--
Copyright 2015 Maker Collider
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-help-name="neuralNetwork">
<h3 id="Robot node"><a name="Robot node" href="#Robot node"></a>Robot node</h3>
<p>The node can train robot through the use of neural networks, in order to make the robot have the ability to self-learning.</p>
<h4 id="Configuration parameters"><a name="Configuration parameters" href="#Configuration parameters"></a>Configuration parameters</h4>
<ol>
<li>name:The node name</li>
<li>brainType: It has two types, training and running, training will produce neural network data.</li>
<li>learningRate:The number of the updated wights.</li>
<li>hiddenLayers:The hidden layers which defines neural network.This is a list of positive integer, 1 for each hidden layer.Separated by commas.</li>
<li>errorThresh:</li>
<li>iterations:The training iterations, if the set is non-zero then the network can be terminated earlier.</li>
<li>logPeriod:The time required for one iteration in milliseconds.</li>
</ol>
</script>