|
|
|
|
|
by psandersen
2246 days ago
|
|
I suspect we'll see causal techniques start merging with more traditional AI/ML tools over the coming years. Causal forests are an example that extends random forests, but I imagine a lot of the value in current pipelines would be to use causality as regulariser. This could be a parameter that controls the weight of established causal links, or it could be as a scaffold; e.g. a first 'causal pass' is used to establish constraints (monotonicity, conditional variable selection, reject changes that result in predictions inconsistent with the initial causal model when there is a strong causal model etc). RL is likely more promising. If agents could be made to search for causality in an environment these relationships could be made much harder to unlearn which would then enable more efficient exploration & incremental learning. Framed this way causality guides attention, limits the search space and locks in learning. I've got some quarantine reading/experiments to try! :) |
|