Zhaowenxue (Talk | contribs) |
|||
Line 3: | Line 3: | ||
<div class="banner-content"> | <div class="banner-content"> | ||
<h2 class="title">Principle</h2> | <h2 class="title">Principle</h2> | ||
− | <p class="content"> | + | <p class="content">How does it work?</p> |
</div> | </div> | ||
<div class="container"> | <div class="container"> |
Revision as of 18:51, 17 October 2018
Principle
We built our research into websites to address the need for interaction.
First, we processed the update module of the data. We use python language to process the input of DNA sequences, and use the coding format of the triple base to encode the core sequence. Subsequently, 65 data of the occurrence frequency and promoter strength of the AAA~GGG sequence are input into the database through library “pymysql”.
Next, we dealt with the part of deep learning. After users set learning generation on the Internet, our program will automatically retrieve all the data stored in the database, calculate all parameters according to the model of supervised training, and finally export the calculation results to the database for future use.
Finally, we provide an interface for predicting promoter strength. The user only needs to input the core sequence, and our program will read all the parameters obtained after deep learning from the database and calculate the strength of the promoter through the neural network structure we present. If the user has added new data before, re-complete the deep learning before the prediction session to feed the added data back to the results.