Four lessons from a year building tools for machine learning
1–10 of 20 posts
Re: Four lessons from a year building tools for machine learning
#2Re: Four lessons from a year building tools for machine learning
#3Not how i intended to kick off the discussion but is anyone else seeing really messed up formatting? Like this https://ibb.co/5LF2fY0 (bit of mare today getting ghost on a subdirectory...)
Re: Four lessons from a year building tools for machine learning
#4I also wish it was 'one lesson from four years of building tools for ML'.
On a serious note, there is a book on Human-In-The-Loop ML by Robert Monarch, published just a few weeks ago [2], where concepts like "active learning" are elucidated. Also, Andrew Ng recently started 'Data-Centric AI' competition, focusing on improving the data but keeping the model fixed[3].
There seems to be a growing emphasis on data quality while models become commoditized and outsourced to 'ML as a service' (MLAAS) platforms. If I understood correctly humanloop project aspires to be 'all-in-one' MLAAS serving both the models/predictions but also taking care of data annotations, targeting the market currently served by e.g. Scale.AI and Salesforce Einstein.
[1] Bayesian Reasoning and Machine Learning http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=...
[2] Human-in-the-Loop Machine Learning https://www.manning.com/books/human-in-the-loop-machine-lear...
[3] https://https-deeplearning-ai.github.io/data-centric-comp/
Re: Four lessons from a year building tools for machine learning
#5they have a kick-ass ML team including David Barber[1] but could use a good web designer it seems. I also wish it was 'one lesson from four years of building tools for ML'. On a serious note, there is a book on Human-In-The-Loop ML by Robert Monarch, published just a few weeks ago [2], where concepts like "active learning" are elucidated. Also, Andrew Ng recently started 'Data-Centric AI' competition, focusing on imp…
You seem to be pretty clued up on the area, what do you see as the pros and cons of an end-to-end approach?
Re: Four lessons from a year building tools for machine learning
#6they have a kick-ass ML team including David Barber[1] but could use a good web designer it seems. I also wish it was 'one lesson from four years of building tools for ML'. On a serious note, there is a book on Human-In-The-Loop ML by Robert Monarch, published just a few weeks ago [2], where concepts like "active learning" are elucidated. Also, Andrew Ng recently started 'Data-Centric AI' competition, focusing on imp…
Hi Andy, thanks for the feedback on the site! We're actually redesigning at the moment so it should hopefully be fresher soon :P. Also great pointer to Rob Munroe's book. He actually used to be CTO at figure 8 before they were acquired. You seem to be pretty clued up on the area, what do you see as the pros and cons of an end-to-end approach?
Normally we do this kind of benchmark internally by sending the same dataset to each service and running some stats on the results, but if a vendor comes in with a ready to use comparison report that would be easier sale.
As for end-to-end you would be competing with large internal ML teams and revenue bringing internal ML engines, i'm probably not the right audience for that type of product. Salesforce seems to be doing alright on that front, but from my discussions with them there is a lot of hand-holding and customizations for each client use case, it's a high-touch thing.
Re: Four lessons from a year building tools for machine learning
#7Earlier quoted context omitted.
Hi Andy, thanks for the feedback on the site! We're actually redesigning at the moment so it should hopefully be fresher soon :P. Also great pointer to Rob Munroe's book. He actually used to be CTO at figure 8 before they were acquired. You seem to be pretty clued up on the area, what do you see as the pros and cons of an end-to-end approach?
I'm actually using Scale.AI and few other annotation products, if you can provide a clear example how your product stands out/compares to existing annotations services that would be great. Specifically focusing on quality of annotations. Normally we do this kind of benchmark internally by sending the same dataset to each service and running some stats on the results, but if a vendor comes in with a ready to use compa…
One of the main differences is that we've pretty exclusively focussed on language rather than vision which has quite a different tech stack.
We also view human-in-the-loop not just as a way to get better data but actually as a better deployment paradigm.
P.s You're right that David is awesome btw!
Re: Four lessons from a year building tools for machine learning
#8they have a kick-ass ML team including David Barber[1] but could use a good web designer it seems. I also wish it was 'one lesson from four years of building tools for ML'. On a serious note, there is a book on Human-In-The-Loop ML by Robert Monarch, published just a few weeks ago [2], where concepts like "active learning" are elucidated. Also, Andrew Ng recently started 'Data-Centric AI' competition, focusing on imp…
Re: Four lessons from a year building tools for machine learning
#9Re: Four lessons from a year building tools for machine learning
#10I find #1 "Subject matter experts have as much impact as data scientists" surprising only in that it was considered surprising.
Almost all data science workflows treat the annotators or subject matter experts as secondary. The tooling isn't set up to put them at the centre of the process and make it easy for them to collaborate with the more technical folks.
Perhaps it should be obvious but its definitely over looked in much of academic ML and in MLops.