Difference between revisions of "Team:SEU/Attributions"

Line 157: Line 157:
  
 
   <!-----------------content-box-3-------------------->
 
   <!-----------------content-box-3-------------------->
  <section class="content-box boxstyle-1 box-3">
+
 
    <div class="zerogrid">
+
      <div class="row wrap-box"><!--Start Box-->
+
        <div class="row">
+
          <div class="col-1-4">
+
            <div class="wrap-col post">
+
              <p><a class="example-image-link" href="images/kids1.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Description.jpg" alt=""/></a></p>
+
              <p><a class="button" href='p1.html'>Description</a></p>
+
            </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post">
+
              <a class="example-image-link" href="images/kids2.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Design.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p2.html'>Design</a>
+
            </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post">
+
              <a class="example-image-link" href="images/kids3.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Experiment.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p3.html'>Experiment</a>
+
            </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post">
+
              <a class="example-image-link" href="images/kids4.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Notebook.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p4.html'>Notebook</a>
+
            </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post"> <a class="example-image-link" href="images/kids1.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Contribution.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p5.html'>Contribution</a> </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post"> <a class="example-image-link" href="images/kids1.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Results.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p6.html'>Results</a> </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post"> <a class="example-image-link" href="images/kids1.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Demonstrate.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p7.html'>Demonstrate</a> </div>
+
          </div>
+
          <div class="col-1-4">
+
            <div class="wrap-col post"> <a class="example-image-link" href="images/kids1.jpg" data-lightbox="example-set" data-title="Click the right half of the image to move forward."><img class="example-image" src="images/Improve.jpg" alt=""/></a>
+
              <h3>&nbsp;</h3>
+
              <a class="button" href='p8.html'>Improve</a> </div>
+
          </div>
+
        </div>
+
      </div>
+
    </div>
+
  </section>
+
  
  

Revision as of 11:31, 29 August 2019

Project Attributions

Description

This project is based on one of our previously published article [1]. Artificial intelligence is one prevailing research field in recent years, but most of the implementations are on traditional silicon-based computers or chips. Is it possible to use biochemical materials to implement such systems? Our previous paper provides one possible method, but it is validated by only simulations. In this project, we aim to implement such a system in wet experiments. Also, to aid the design of such systems, we will develop a small software to automatically generate required DNA topological structures.

In our system, the concentrations of some input DNA species will be regarded as the input to the neural network. Some mathematical calculations are performed in solutions (weighted summation, activation, etc.) and the output of the neural network is the concentration of some certain DNA strands, similarly.

There are various possible applications of this technology. For example, as it utilizes only DNA, a type of bio-friendly material, with small modifications it may be integrated to other biosystems to create biochemistry robots.

Preliminaries

DNA strands have been proved a powerful medium to perform computation. Previous researches [2], [3] have shown some interesting applicatoins of such materials, which implemented a "probabilistic switch" and a pattern recognition machine, respectively.

In this project, we plan to utilize a similar approach to conduct our experiment, implement a neural network using biochemical materials and validate our previous theory.


const el=document.getElementById('my-real-content'); document.body.appendChild(el);