Probably There, Definitely Not There - The Magic of Bloom Filter

2018-05-22

When signing up for an email or to a website do you remember the exhausting procedure of selecting a username? First, you try with something simple like your first name or last name. Unless you have a really unique name, good luck with that. Next, you append your birth year to it. Still no luck? I am sure you have tried adding your phone number too. By this time, you already start loathing your username.

Read More

Build an Animal Guessing Game in Kotlin

2018-04-19

Animal Guessing Game is a toy problem in Artificial Intelligence and is one of the best introductory projects for programmers who want to learn AI. I am taking Artificial Intelligence course for my fifth semester and this is my first AI project which I wrote in Kotlin. Animal Guessing Game as the name suggests the guesses the animal that the player is thinking of.

Read More