Skip to content

Matrix Factorization Analysis #16

@patriacaelum

Description

@patriacaelum

We have the functions defined to use matrix factorization. There are a few things we should look into before expanding for all actions.

  • How to normalize the output matrix of probabilities. Since it is a linear sum, it may be as simple as dividing by the number of features
  • How to use those probabilities to decide on an action. Since there is a probability to fund every proposal, do we sample from a random proposal at each time step? Or do we roll on the most probable proposal? Or do we sample from each proportionally?
  • Create a graph output that shows the probabilities are working as intended, and that the wallets that are funding are more likely to fund proposals within their interests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions