, eventually, you’re going to hit a block relating to your code execution speed. Should you’ve ever written a computationally heavy algorithm in Python, comparable to string distance, matrix math, or cryptographic hashing, you’ll...
with my series of AI paper recommendations. My long-term followers might recall the 4 previous editions (, , , and ). I’ve been away from writing for quite a while, and I couldn’t...
running a series where I construct mini projects. I’ve built a Personal Habit and Weather Evaluation project. But I haven’t really gotten the prospect to explore the complete power and capability of NumPy....
Welcome back to the Tiny Giant series — a series where I share what I learned about MobileNet architectures. Up to now two articles I covered MobileNetV1 and MobileNetV2. Take a look at references ...
, you need to take testing your code seriously. You may write unit tests with pytest, mock dependencies, and strive for prime code coverage. For those who’re like me, though, you may have a...
If you could have ever been accountable for managing complex business logic, you understand how nested if-else statements is usually a jungle: painful to navigate and simple to wander off. With regards to mission-critical...
and managing products, it’s crucial to make sure they’re performing as expected and that the whole lot is running easily. We typically depend on metrics to gauge the health of our products. And...
A previous article provided a of conceptual frameworks – analytical structures for representing abstract concepts and organizing data. Data scientists use such frameworks in a wide range of contexts, from use case ideation and...