Difference between revisions of "Team:HFLS H2Z Hangzhou/Software"

Line 11: Line 11:
 
<div class="vcenter" style="line-height: 1;">
 
<div class="vcenter" style="line-height: 1;">
 
<span>Software</span>
 
<span>Software</span>
 +
</div>
 +
</div>
 +
 +
<div class="line-sep"></div>
 +
 +
<div class="block white-bg">
 +
<div class="article article-font">
 +
<h1>Software - TellYouWhat</h1>
 +
 +
For iGEMers, successful experiments and valid results are already huge achievements. However, what follows next is usually another series of confusion and dejection: through discussions in the iGEM China online chat group and CGEM conference, we have found that, iGEM teams, especially high school teams, usually get lost in the various kinds of data process methods.
 +
<br><br>
 +
 +
To solve this problem, we design an application --- TellYouWhat. Basically, it discerns characteristics of datasets, and helps iGEM participants to select appropriate methods to process data. In addition, it contains three built-in model (Linear regression, Neural Network based on back propagation, and Neural Network based on logistic regression) and corresponding datasets to do the basic tasks for IGEM participants. Also, TellYouWhat serves as a manager for experiment data records.
 +
<br><br>
 +
 +
We sincerely hope that with the help of TellYouWhat, every participant of iGEM can have a good start with their datasets.
 +
<br><br>
 +
 +
TellYouWhat is a statistical software based on MATLAB GUI. Team HFLS_H2Z hopes that this application will help high school IGEM participants to better process data. Particularly, we want to make an improvement to the methods that high IGEM participants use to process data.
 +
<br><br>
 +
 +
TellYouWhat is built based on MATLAB GUI.
 +
 +
<img class="framed img" src="/wiki/images/a/ae/T--HFLS_H2Z_Hangzhou--img_software_software1.jpg"></img>
 +
<img class="framed img" src="/wiki/images/f/f3/T--HFLS_H2Z_Hangzhou--img_software_software2.jpg"></img>
 +
<img class="framed img" src="/wiki/images/8/89/T--HFLS_H2Z_Hangzhou--img_software_software3.jpg"></img>
 +
 +
<h1>Logistic Regression</h1>
 +
<h2>Before training</h2>
 +
<img class="framed img" src="/wiki/images/4/4e/T--HFLS_H2Z_Hangzhou--img_software_software4.jpg"></img>
 +
<h2>After training</h2>
 +
<img class="framed img" src="/wiki/images/2/2d/T--HFLS_H2Z_Hangzhou--img_software_software5.jpg"></img>
 +
 +
<h1>Logistic Regression</h1>
 +
<img class="framed img" src="/wiki/images/d/d3/T--HFLS_H2Z_Hangzhou--img_software_software6.jpg"></img>
 +
<h1>Neutral Network</h1>
 +
<img class="framed img" src="/wiki/images/c/c7/T--HFLS_H2Z_Hangzhou--img_software_software7.jpg"></img>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 12:01, 31 October 2017

Template loop detected: Template:HFLS H2Z Hangzhou<!DOCTYPE html>

Team Members

Jianan Li
Qingrui Sun
Yiming Rong
Jiayue Guo
Zhiyuan Lu
Meiqi Yuan
Zhengyao Lin
Caiyi Feng
Shuyun Zhang
Tenghao Huang
Yining Huang
Yanyue Zhu

Sponsors

Software

Software - TellYouWhat

For iGEMers, successful experiments and valid results are already huge achievements. However, what follows next is usually another series of confusion and dejection: through discussions in the iGEM China online chat group and CGEM conference, we have found that, iGEM teams, especially high school teams, usually get lost in the various kinds of data process methods.

To solve this problem, we design an application --- TellYouWhat. Basically, it discerns characteristics of datasets, and helps iGEM participants to select appropriate methods to process data. In addition, it contains three built-in model (Linear regression, Neural Network based on back propagation, and Neural Network based on logistic regression) and corresponding datasets to do the basic tasks for IGEM participants. Also, TellYouWhat serves as a manager for experiment data records.

We sincerely hope that with the help of TellYouWhat, every participant of iGEM can have a good start with their datasets.

TellYouWhat is a statistical software based on MATLAB GUI. Team HFLS_H2Z hopes that this application will help high school IGEM participants to better process data. Particularly, we want to make an improvement to the methods that high IGEM participants use to process data.

TellYouWhat is built based on MATLAB GUI.

Logistic Regression

Before training

After training

Logistic Regression

Neutral Network