MaxMcGlinnPoole / TermDocumentTensor

For creating a Term Document Tensor
1 stars 2 forks source link

Improve Tensor Construction #14

Open MaxMcGlinnPoole opened 6 years ago

MaxMcGlinnPoole commented 6 years ago

Currently using the heatmap approach we can see some basic success from the tensor decomposition (word documents are classified with word docs, malware is classified with malware), however we can do better.

This probably starts at rethinking the construction of our tensor. How should we best represent this data as a tensor?

We might also be able to do a 4th order tensor, a list of third order tensors that encompass multiple different constructions.

MaxMcGlinnPoole commented 6 years ago

A new tensor construction has been added in #31

New tensor constructions will still be appreciated going forward