Blog
This is where I share my thoughts, ideas and projects I've been working on.
- aidata-sciencemedicalhealthcareartificial-intelligence
Hunting Antigens with Machine Learning: How We Built AiGenix
A complete data science pipeline for computational immunology: how we built AiGenix, a machine learning classifier that predicts whether a viral protein is antigenic, using only public IEDB data.
- aialgorithmgame-aigamedevprogramming
Implementing Minimax for Game AI: From Basic Algorithm to Optimized Search
The Minimax or Min-Max algorithm is a very powerful tool for AI decision making in two player games. And in this article we'll try and understand how it works as well as how to optimize and best utilize it for your game AIs.