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
-
Oh my... he is using ultra adv switch statments instead of if if if if else ! That a breakthrough!
-
@j4cobgarby Sorry, I forgot about that. D:<
But because I'm agile developing I really care about your feedback. :D -
These memes are getting ridiculous! And they are mostly coming from guys who haven't taken any effort to study machine learning, assuming that's how it works.Have you ever looked at any machine learning paper to know that AI is not switch statements? Especially Deep Learning ?
-
@CodesNotHot Actually, yes I have.
Obviously this was not meant serious and more a parody of people who actually write an if-else-chatbot and say it's an AI ;) -
@CodesNotHot Actually, yes I have.
Obviously this was not meant serious and more a parody of people who actually write an if-else-chatbot and say it's an AI ;)
Related Rants
I've created an AI!!!!
Code:
switch msg:
case "Hi": return "Hello";
case "What's the weather": return "Weather is great";
case "Are you an AI?": return "Yes, I'm highly intelligent"
joke/meme
neural network
ai
chatbot