MustachedLobster
MustachedLobster t1_j47oa1s wrote
Reply to comment by chief167 in [D] Has ML become synonymous with AI? by Valachio
It exactly matches Mitchell's definition of ml though.
> A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.
Localisation error decreases the more data you have.
MustachedLobster t1_j46hfdz wrote
Reply to comment by chief167 in [D] Has ML become synonymous with AI? by Valachio
Slam exactly fits the definition of ml.
The more data you give it, the better the map gets, and the better we expect localisation to be.
It has no generalisation at all, but it is learning something very specific about a particular environment.
MustachedLobster t1_j45dp6k wrote
Reply to comment by [deleted] in [D] Has ML become synonymous with AI? by Valachio
A thermostat responds to the environment. It turns on the heating when it gets too cold.
and the ML definition is just repeating the formal definition by Mitchell:
> A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.”
MustachedLobster t1_iz09bzl wrote
Reply to comment by Massive_bull_worm in [P] Save your sklearn models securely using skops by unofficialmerve
Because some people make processed data/pretrained models available online as pickle files.
It'd be nice to be able to open them without having to worry about bad actors nuking my home directory.
MustachedLobster t1_j931ot4 wrote
Reply to [R] difference between UAI and AISTATS ? by ArmandDerech
Both good.
A bit easier to get into than neurips, icml, or iclr, and also seen as less prestigious. They're generally a good fit for less trendy ml topics.
I would submit to either depending on when the work was ready.