During my thesis, I read a bunch of books and papers. Sometimes, we have a rough memory about one paper. This list has two purposes:
I may try to add a comment, and some keywords, but sometimes, no time for that.
Malware detection with opcode graph analysis
A survey on Malicious URL detection
White Box Cryptography and AES implementation
A Survey on Multi-View Clustering, 2018 Too much about maths and detail. Not good as an introduction
Good intro to the problem.
Relationship between ensemble clustering and multiview clustering
three assumptions:
Co training, fusion
Separation of clustering outcomes reduce the overall entropy
New Approaches in Multi-View Clustering, http://dx.doi.org/10.5772/intechopen.75598
Multivew clustering is kind of equivalent to datafusion. Get different inputs or views from the data (for web pages: page content, page hyperlink), and combien them together
For instance with KMeans, the features of each views do not interact (no way to compute distnace between them) However, clusters must contains the same items in each view.
MCMC,
User study: example on predicting appartment prices. Give clues to user, how to compute, VS a model. Because too many features, users tend to not follow advices. Explainable model doesn’t help that much.
TODO