hi All :)
i have protein sequences data, then i wanna to train it with neural network backpropagation, but i have a problem with data training.. because,the number of input unit and output unit are different and heterogeneus, how to equalize the number of input unit and output unit?? for example input: HKJMMLLKNJHVHVHCVGVJKLHCVGCGCH output: JMMLL
input: fdsfnhldglsfhldsfhidjgfodjgijidshfjzhnjfndjngvfngidjgxbvfgd output: idjg
there are poeple who suggest to use sliding window, but i'm so confused how to implement it
thx for ur suggestion before :)

3 comentarios

Chandra Kurniawan
Chandra Kurniawan el 15 de En. de 2012
Hi,miftahurrahma.
Are you sure you want to treat HKJMMLLKNJHVHVHCVGVJKLHCVGCGCH as input of neural network?
As we know that neural network takes numerical input.
Greg Heath
Greg Heath el 29 de Oct. de 2015
What do the input and output sequences represent?
Annette K.
Annette K. el 16 de Ag. de 2024
MtoZ Biolabs is dedicated to delivering high-quality C-Terminal Sequencing Service.
MtoZ Biolabs is an integrate contract research organization (CRO) providing advanced proteomics, metabolomics, bioinformatics, and biopharmaceutical analysis services to researchers in biochemistry, biotechnology, and biopharmaceutical fields.

Iniciar sesión para comentar.

 Respuesta aceptada

Greg Heath
Greg Heath el 15 de Feb. de 2012

0 votos

In general, the number of elements in the input vector, I, and the number of elements in the corresponding output vector, O, are different.
Decide what the output sequence should be given the corresponding input sequence. Then encode each so that it is a column vector of length I and O, respectively.
Finally form input and output matrices from N i/o pairs to have dimensions
[ I N ] = size(inputmatrix)
[ O N ] = size(outputmatrix)
Hope this helps.
Greg

Más respuestas (2)

miftahurrahma rosyda
miftahurrahma rosyda el 12 de Feb. de 2012

0 votos

i will encode that sequence with its protein properties, so, the input is numeric..
lei Xiao
lei Xiao el 29 de Oct. de 2015

0 votos

It is a complex biology process and need professional technology to support you. It would be helpful to visit http://www.creative-proteomics.com/about-us.htm

Categorías

Más información sobre Genomics and Next Generation Sequencing en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de En. de 2012

Comentada:

el 16 de Ag. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by