Hacker News new | ask | show | jobs
by jcrotor 2967 days ago
Not sure what you mean by that. Is there some industry standard around the term "Artificial Intelligence"? I agree that its become a bit of a buzzword, but I'm not sure that its being misused.
1 comments

When I hear AI I usually imagine deep learning, but many companies using the term don't specify.
But that's more "machine learning" which always seemed less "sexy" than AI -- basically just regression but better, not magical like AI.
I will say that when my company uses AI, they almost always just mean LSTM-based content generators - usually chatbots or "advisory"-style outputs - but the key idea is that it's generative and not just an evaluator.

I think that's probably the most helpful definition because your ML output has to go into some larger intelligence system (human or otherwise) to produce some decision / activity. So your choices are:

* Human * Expert system with rules of interpretation that include ML output as input * AI system which relies solely on inference and reinforcement / goal-seeking to produce output