Hey there!
RSS FeedI'm a tech and media generalist from Helsinki, Finland. Here I'll blog about stuff I find interesting.
Featured
Hot Dogs or Not - A first journey into deep learning
Published: at 06:26We use deep learning to solve a tasty dilemma: Is it a hot dog or not?
Inference Rules Demystified - Navigating the Logic Behind AI
Published: at 16:21Dive into the world of AI with a look at inference rules, showcasing how they empower artificial intelligence to draw logical conclusions and enhance reasoning.
Inference with Model Checking - How to Give AI Knowledge
Updated: at 16:27Explore how model checking enables AI to draw conclusions through logical deductions, using examples like solving Clue to illustrate knowledge representation.
Adversarial search - Playing Tic Tac Toe with the Minimax algorithm
Updated: at 17:26Minimax is a recursive algorithm that can be used by an AI to make decisions in games.
Recent Posts
Informed search algorithms - Greedy best-first search and A* search
Updated: at 16:27An examination of the greedy best-first and A* search algorithms - two ways to do informed search.
The basics of search - Depth first vs breadth first search
Updated: at 06:46We approach a basics search problem and learn the difference between depth first search and breadth first search.