Recent Posts

Binary To Image

less than 1 minute read

Converting Binary, ASM Files To Images

Working With Homemade Dataset

1 minute read

Here I made a dataset called sale.csv. It is dataset which shows product sold vs time. There are five columns in it. The rows are Time(So basically 0 is firs...

Jax Optimizer

less than 1 minute read

Here I have written code for Adam, Momentum and RMS optimizer in Jax. Jax is mainly built for high performance machine learning research.

Code Coverage

less than 1 minute read

Code Coverage is basically a measurement to measure a degree to which the source code of a program is executed when a particular test suite runs.