Difference between revisions of "Team:SEU/Software"

Line 121: Line 121:
 
                                         <center>
 
                                         <center>
 
                                         <img src="https://static.igem.org/mediawiki/2019/a/a8/T--SEU--tool.png" style="background-color: transparent;width:80%"><br><br>
 
                                         <img src="https://static.igem.org/mediawiki/2019/a/a8/T--SEU--tool.png" style="background-color: transparent;width:80%"><br><br>
 +
                                        </center>
 +
                                        <center>
 
                                         Number:
 
                                         Number:
 
                                         <input type="text" id="number" name="number" value="">
 
                                         <input type="text" id="number" name="number" value="">
Line 128: Line 130:
 
                                         <button onclick="clearCanvas();drawSubNeuron([2*DNAseperate,2*DNAseperate]);" class="buttonActivation">Click to show: Activation</button>
 
                                         <button onclick="clearCanvas();drawSubNeuron([2*DNAseperate,2*DNAseperate]);" class="buttonActivation">Click to show: Activation</button>
 
                                         <button onclick="clearCanvas();drawBackprop([2*DNAseperate,2*DNAseperate]);" class="buttonBackpropagation">Click to show: Backpropagation</button><br>
 
                                         <button onclick="clearCanvas();drawBackprop([2*DNAseperate,2*DNAseperate]);" class="buttonBackpropagation">Click to show: Backpropagation</button><br>
 
+
                                        </center>
 +
                                    </div>
 +
                                    <div>
 
                                                 <div class="diagram" id="words">
 
                                                 <div class="diagram" id="words">
 
                                                     <canvas id="canvas"  width="800" height="25000"></canvas><br>
 
                                                     <canvas id="canvas"  width="800" height="25000"></canvas><br>
Line 138: Line 142:
 
                                                 <!-- <script type="text/javascript">draw();</script> -->
 
                                                 <!-- <script type="text/javascript">draw();</script> -->
 
                                                 </div>
 
                                                 </div>
                                        </center>
 
 
                                     </div>
 
                                     </div>
 
                                 </div>
 
                                 </div>

Revision as of 06:32, 3 October 2019









User Instruction

This tool is developed to generate DNA-based neural networks and corresponding DNA sequences. We simply provide the reactions that are required in a single neuron, as a layer of neural network can be directly implemented by combining each neuron.

To use this tool, users should firstly specify the number of inputs to a neuron by typing the value in the Number frame and click Submit. After clicking the Submit button, sequences will be generated and shown in the lower diagram. Users can also click the Download Sequences button to download the generated sequences as a .txt file.

By cliking on the three figures below the Number frame, reactions utilized in the three parts of the neuron will be shown respectively. Structures of DNA strands will be given in the upper diagram.

Our theory is able to construct a neuron with arbitrary inputs. However, due to the limitation of computation capacity of web browsers, we limit the number of inputs of each neuron to 8 (generation of a DNA-based neuron might take 0-20 seconds depending on the input size).



Number: