We describe PLIP, a foundation model for Medical AI. PLIP is a vision language model built to support AI tasks in pathology.
Luckily, in March 2023, Open AI released API for its most powerful models, such as GPT-4 or GPT-3.5. And that was the real game-changer. Since then, opportunities are endless. You can now take…
If you came here from my previous article, Evolution in Your Code: Understanding and Coding Genetic Algorithm From Scratch — Part 1, welcome back. If you’re new here, I recommend reading the first…
Each passing year brings us increasingly powerful computers, more cost-effective storage solutions, and improved data transmission capabilities. These remarkable technological achievements/…
Inventory optimization is like solving a tricky puzzle. As a broad problem, it arises across many domains, it is all about figuring out how many products to order for your store. Think about a bike…
This week in AI, we had developments in AI regulation from the Capitol: tech leaders such as Elon Musk and Mark Zuckerberg joined over 60 senators to chat about AI, and guess what? They all agree —…
Numba is a an optimisation library with execution times in the same ballpark as C, but can it compete with Julia in terms of functionality and speed?
Despite their seemingly supernatural capabilities, LLMs are ultimately predictive models that simply predict the next word in the sequence of words based on the provided context. As such, their…
In the previous article, we analyzed the RegEx fundamental elements. We discovered how patterns can be considered an alternation of character sequences (what to match), quantifiers (how many times)…