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
-
Tonnoman6264yPersonally I'd tell him that what I've got is fine, and that if he disagrees he's free to add something to.
-
@luxe011 he's right actually but probably absolutely coincidentally.
Pretty much every search engine worth its salt uses machine learning to generate associations, embeddings, recommendations, rankings, and/or query optimization for the inverted index search algorithm (there's a lot more to even the search step than just scraping pages).
If you want to go beyond your given mandate, might be worth checking out. Eg. You type in "pants", it spits out related search results for "trousers", "shoes", "jeans", "indigo" etc via a recommender system that learns associations by what people search for.
@3rdWorldPoison by that logic, pretty much every commercial search engine including Google, Bing, YouTube search, Amazon, etc. is retarded. Hardly think that's the case.
Related Rants
in the past 48 hours my partner must have asked me 50 times to create an "AI" that can get the data we need off of wikipedia.
Background: I am in AP Computer Science AB but I have been programming long enough that this class is a joke. We were assigned to partners with the task of creating a search engine that finds informations on wikipedia("which is dumb because thats what the search tool is for") so I created a Java Web-Scraping program in probably 30 minutes and showed my partner. He told me I am completely wrong because it would be "cool" to incorporate machine learning into the assignment.
Do I even tell his what machine learning is or should I just let his figure it out?
rant
java