Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115858yWell, even the most advanced AI is basically lots and lots of if statements, just with some statistics thrown in :)
Implemented Kmeans clustering in our product and it also just a lot of aggregation/math and ifs. -
@Voxera the same thing can be said about machine learning - it's just a bunch of math, usually statistics maths and all kinds of regression 😄
-
Voxera115858y@AlmightyBaka currently AI is machine learning. We have a lot to cover before our AI's is more than that.
Even the most advanced can only solve the problems we prepare data and structure for.
None of them can go beyond what we set them up for. -
Jappe29168yI did research on machine learning and it's really odd.. I don't what to make of it...
-
@Voxera I wouldn't say AI is the same thing as machine learning. By AI we usually mean a bunch of if statements, as it was said, and regression on a lot of weekly structured data by machine learning.
Also ML doesn't always need prepared data for it to work, there are some models like feature extraction and dimensionality reduction that can handle any input you throw at them.
But other than that, you're right, we have no idea when or if even strong AI will arrive 😅
Related Rants
You say: "We added AI to our product"
I hear: "We added a bunch more IF statements to our codebase"
undefined
ai