Hyun Jae Cho
Hyun Jae Cho
When working with imbalanced data, it may be possible that a batch of the training data may not have a positive or negative sample (depending on in which way the...
Hello, Since DeepLift outputs different contribution scores for each input data, what is the suggested way to aggregate the DeepLift outputs? For example, with input neurons A and B, samples...
I am very new to using sentencepiece. I am trying to convert DNA sequences into sentencepiece. My file contains a list of sequences. For example, two sequences would look like...
I am trying to train the model on my own data, which consists of 10-mers. Running part 2.2 with the following command: > cd examples > > export KMER=10 >...
My CNN model takes input of size (batch, 1, 40000). When I try to use data with that size for the `inputs` argument of `DeepLift(model).attribute()`, I get `TypeError: chunk(): argument...
Is there a way to access the JUND HepG2 data for more than chromosome 22 that is currently available (hopefully for all chromosomes 1-22 and/or X, Y)?