(no title)
purple-again | 5 years ago
That narrow problem space where ML has become revolutionary is classification problems where the cost of a false positive is marginal. In the industry we frequently refer to it as “professional judgement” and anyone who has ever referred to that statement in the course of their work should be concerned because ML is coming for you. As far as the false positive part of it, we’ll no on bats an eye when a surgeon loses a patient, but we’re unlikely to accept the same from a computer any time soon.
The biggest area where I can think of that this narrow problem space exists to be capitalized on is...search. Not surprising then that Google became a king of ML because to them it was actually a revolutionary leap forward to their core problem.
nikanj|5 years ago
"We are going to challenge existing players in $market" gets you nothing, "We are going to disrupt $market with blockchain/ML" gets you a eight-digit seed round.
hodgesrm|5 years ago
underdeserver|5 years ago
ML has been used and is being used to significantly advance image processing, video processing, image classification, speech-to-text, natural language understanding, medical imaging interpretation, medical notes and differential diagnosis, warehouse management, shipping and delivery, transportation, networking, agriculture, biomedical research, insurance, law practice (document scanning), journalism, politics (through better polling, targeting, gerrymandering, whatever), probably other things I'm missing.
ssivark|5 years ago
Yes, ML has been applied to all those topics, but to narrow/superficial applications & with limited success (in most of those areas, any how). The applications have also been explored in relatively ad-hoc ways, with little improvement in systematic understanding/knowledge of any of those fields.
whatever1|5 years ago
If you had any idea about medical diagnosis, biomedical research, supply chain optimization, politics and journalism you would know that machine learning is a laughing stock in these fields.
ML had 2 big wins: (image & data) Classification & NLP. It is stupid to not use ML for these problems, but it equally stupid to try to fit ML in fields that it cannot work.
wardnath|5 years ago
mrtksn|5 years ago
Any intuitive skill that can be built through hard work and years of experience seems to be within the realms of what AI/ML can learn to do. Separating background from the subjects, guessing the 3D shape of an object from a 2D image etc. Anything that people can master through experience, including stuff like "sensing that there's something fishy but can't tell exactly what" kind of intuition.
I bet that there would be welding machines that can help an amateur to weld like a master by learning and imitating the way a master welder does its job.
tchalla|5 years ago
mattkrause|5 years ago
A human can say “I’ve been instructed to group these data into those categories, but this particular example doesn’t fit into any them.” and then devise a way to handle special cases.
By construction, an ML system can’t. At the end of the day, a classifier needs to assign one of the predefined labels to each example. At best, it might give you a confidence value, or a probability distribution over labels. However, interpreting those is usually outside of the system itself.