-
[http://www.aclweb.org/anthology/C14-1156](http://www.aclweb.org/anthology/C14-1156)
-
Thanks for your great work!
maybe it will be a foul question, but where is the regurlazation loss which mentioned in your paper?I am intersting about the random transform, which can solve the "discri…
-
With QDA and/or logistic regression, try holding out one of the three existing classes. Then, see how well screening by confidence does at classifying the existing classes while detecting "outliers" …
-
in ./ESAM/test/center_loss.py,the function
def get_center_loss(features, labels, num_classes):
...
return (loss_0 + loss_1)/(2*10+2*2)
why divide by (2*10+2*2) ?
why is (2*10+2*2)?
-
Hi,
I've built a custom LCA database (using signature and taxonomy information) and now I have a lca.json file.
I would like to extract "genus-specific" kmers (the discriminative kmers for each g…
-
A list of short-term ideas to try for improving the masker:
- [ ] Implement shared DA discriminator operating on mask + latent vector -- Sun
- [ ] Use segmentation as target for real data (use inter…
-
hi,
I`m working on reimplementing "Learning a Discriminative Filter Bank Within a CNN for Fine-Grained Recognition" now, but I cannot get the result in the paper, do you get the same accuracy l…
-
Collins, M, *"Discriminative Training Methods for Hidden Markov Models: Theory and Experiments with Perceptron Algorithm"*, EMNLP, 2002 의 방법은 segmentation 이 포함된 문제에는 적합하지 않은 것으로 짐작됨.
Word sequence …
lovit updated
5 years ago
-
Just wondering if it can support discriminative model like conditional random fields and if I can build flexible and user-defined graph structure with this tool?
-
I saw in the second paper it was said that there are three components to discriminatory loss: variance, distance, and regulization loss. and you define reg_loss in your code. but you did not use it be…