The Training Example Lie Bracket
pbement.com
The Training Example Lie Bracket
1–10 of 18 posts
Re: The Training Example Lie Bracket
#2Re: The Training Example Lie Bracket
#3Could this be used for batch filtering?
Re: The Training Example Lie Bracket
#4Re: The Training Example Lie Bracket
#5Eventually ML folks will discover fiber bundles.
Re: The Training Example Lie Bracket
#6Re: The Training Example Lie Bracket
#7One of Andrew Gelman's favorite points to make about science 'as practiced' is that researchers fail to behave this way. There's a gigantic bias in favor of whatever information is published first.
Re: The Training Example Lie Bracket
#8Could this be used for batch filtering?
Lie brackets are bi-linear so whatever you do per example automatically carries over to sums, the bracket for the batch is just the pairwise brackets for elements in the batch, i.e. {a + b + c, d} = {a, d} + {b, d} + {c, d}. Similarly for the second component.
Hmm.
{a + b, c + d} = {a, c + d} + {b, c + d} = {a, c} + {a, d} + {b, c} + {b, d}.
{a + b + c, x + y + z} = {a, x + y + z} + {b, x + y + z} + {c, x + y + z} = (a sum of nine direct brackets).
This doesn't look like it will scale well.
Re: The Training Example Lie Bracket
#9Earlier quoted context omitted.
Lie brackets are bi-linear so whatever you do per example automatically carries over to sums, the bracket for the batch is just the pairwise brackets for elements in the batch, i.e. {a + b + c, d} = {a, d} + {b, d} + {c, d}. Similarly for the second component.
> Similarly for the second component. Hmm. {a + b, c + d} = {a, c + d} + {b, c + d} = {a, c} + {a, d} + {b, c} + {b, d}. {a + b + c, x + y + z} = {a, x + y + z} + {b, x + y + z} + {c, x + y + z} = (a sum of nine direct brackets). This doesn't look like it will scale well.
Re: The Training Example Lie Bracket
#10Eventually ML folks will discover fiber bundles.