Hacker News new | ask | show | jobs
by tylerjwilk00 2910 days ago
You're missing the point. Much of the "intelligence" that AI/ML is touted as solving could be accomplished through standard SQL queries on well normalized data. But no one will invest in a company because we have proper data structures and accurate SQL reports that we learn from.
1 comments

That's been done for ages. The point of AI is to adapt to the world instead of having humans spend time understanding the problem set.

SQL can apply a human understood model to data points. AI lets us develop new models and adapt them.

AI lets us solve problems that have abstraction, or problems that change over time. You can't have SQL detect cats in an image or drive a car.

Cleaning the data, choosing the right ML algorithm, selecting the features, tuning the parameters, etc. ML also involves a lot of human time thinking to the problem.