I'm not using it at this moment, but in a couple of weeks I'll have a newborn, and I was thinking of taking pictures of him every time he is upset, and then tagging the photo with what ends up being the resolution (feed, change, or nap) and seeing if I could build a classifier that could figure out what he needs just from a picture of his angry face. Semi-related, but if anyone is using the AWS tools for their AI, pl…
Suggestion from a new father: you'll have a better chance analyzing your newborn's voice. They have very little control over their facial expression, but there might be some useful information in their crying. Good luck with your new projects!
Ask HN: What do you use Machine Learning for?
151–160 of 165 posts
Re: Ask HN: What do you use Machine Learning for?
#152Re: Ask HN: What do you use Machine Learning for?
#153Trying to predict horse racing
Re: Ask HN: What do you use Machine Learning for?
#154Earlier quoted context omitted.
Hey, sounds interesting. Would you share the name of your company/ startup?
At this point, it is university research. The work has been published, and we are in clinical trials in prep for commercialization.
Re: Ask HN: What do you use Machine Learning for?
#155I've been working with clustering algorithms to create a personal news aggregator from sitemaps and RSS feeds, using an NLP library (Stanford CoreNLP) to do feature extraction. [1] I'd like to extend it to classify articles into different categories so I could filter things like transcripts, opinion columns, web scrapes gone wrong, but I'm not sure how to set that up yet. [1] Very rough prototype: https://confabulato…
a friend and I are working on a tech investment news aggregator (manually curated right now -- http://circulaat.com), and I think your clustering algorithm might be really useful for it. I can't figure out how to DM you via the HackerNews system but would love to get in contact
Re: Ask HN: What do you use Machine Learning for?
#156Earlier quoted context omitted.
Machine learning is very good at solving certain types of problems -- classification being chief among them. I think the current hype is a little overblown. Yeah, great scientific advancements have been made, but that doesn't mean"AI" is about to replace all programmers. It's just another family of algorithms we have in our toolbox for when we need them.
ML can certainly do continuous problems as well, but for many problems, classification works well to solve them. Plus, most problems can be devolved to classification, and classification problems can usually be solved by simpler "classic statistical" methods (regression methods), so are easy and fast to code for (no need for any fancy neural network or deep learning or such, or massive datasets). I don't think ML or…
Re: Ask HN: What do you use Machine Learning for?
#157I've been working with clustering algorithms to create a personal news aggregator from sitemaps and RSS feeds, using an NLP library (Stanford CoreNLP) to do feature extraction. [1] I'd like to extend it to classify articles into different categories so I could filter things like transcripts, opinion columns, web scrapes gone wrong, but I'm not sure how to set that up yet. [1] Very rough prototype: https://confabulato…
Hi writeslowly, a friend and I are working on a tech investment news aggregator (manually curated right now -- http://circulaat.com ), and I think your clustering algorithm might be really useful for it. I can't figure out how to DM you via the HackerNews system but would love to get in contact
Re: Ask HN: What do you use Machine Learning for?
#158Re: Ask HN: What do you use Machine Learning for?
#159Earlier quoted context omitted.
Lending Club?
hedge fund
Re: Ask HN: What do you use Machine Learning for?
#160Replacing project managers and introducing reward/score based AI bots that keep track of progress of individuals as function of stories they are working on, and these bots send out reminders (slack chat bots perhaps). This will can help improve productivity at large firms with multiple (and sometimes unnecessary) levels of manager hierarchies such as IBM, Dell, HP, oil companies etc. Let's be honest a certain program…