search icon

Understanding Region of Interest (RoI Pooling)

15min coffee icon21 min read

Quick and easy explanation what is RoI Pooling and how it works? Why do we event using it in Fast R-CNNs? Can we use sth better instead?

Read

How to create Tensorflow 2 Sequence Dataset from scratch

15min coffee icon15min coffee icon41 min read

How to create your own Dataset for Tensorflow model training by extending Sequence class?

Read

JSF*ck - Does code weirdness affect execution performance?

5min coffee icon5min coffee icon5min coffee icon5min coffee icon16 min read

Checking if how we write JS can change the performance of its execution even if it is the same code?

Read

React - state management without libraries (with hooks) PART 2

5min coffee icon5min coffee icon5min coffee icon15 min read

How to manage state without any external libraries in React - Part 2? Simplifying your reducers and application logic.

Read