by Dr. Owns | Mar 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
What if you want to write the whole object detection training pipeline from scratch, so you can understand each step and be able to customize it? That’s what I set out to do. I examined several well-known object detection pipelines and designed one that best suits my...
by Dr. Owns | Mar 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction When learning Python, many beginners focus solely on the language and its libraries while completely ignoring virtual environments. As a result, managing Python projects can become a mess: dependencies installed for different projects may have conflicting...
by Dr. Owns | Mar 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
I’ve always been fascinated by Fashion—collecting unique pieces and trying to blend them in my own way. But let’s just say my closet was more of a work-in-progress avalanche than a curated wonderland. Every time I tried to add something new, I risked toppling my...
by Dr. Owns | Mar 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction In my previous article, I discussed one of the earliest Deep Learning approaches for image captioning. If you’re interested in reading it, you can find the link to that article at the end of this one. Today, I would like to talk about Image Captioning...
by Dr. Owns | Mar 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
In Game Theory, the players typically have to make assumptions about the other players’ actions. What will the other player do? Will he use rock, paper or scissors? You never know, but in some cases, you might have an idea of the probability of some actions being...