CSY

CSY

Image Filter and Edge Detection

Yesterday, we discussed Luminance Inversion and Color Swapping as our starting points in image processing. Today, let's explore what edge detection is and how it is used. Mean Filter (aka. Kernel)

Neetcode - Coin Change

Code with purpose, build with passion. Q322. Coin Change You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the

Advantage Actor Critic (A2C)

It seems we've overlooked an important method in policy-based approaches: the Actor-Critic algorithm. In fact, we've already discussed a more advanced variant built upon it— Soft Actor Critic (SAC)

PPO-NES

Today, we will explore Natural Evolution Strategies (NES) and investigate how they can be combined with Proximal Policy Optimization (PPO)  to potentially enhance its performance. To evaluate the effectiveness of this approach, we