blog
Space where I think out loud.
-
Implementing PEGASOS
Posted on:A detailed guide on implementing PEGASOS (Primal Estimated sub-GrAdient SOlver for SVM). Explains the mathematical derivation, the stochastic gradient descent approach, and the algorithm's steps.
-
Weird but awesome Javascript
Posted on:A deep dive into the Javascript runtime environment. Explains the single-threaded nature, the call stack, the event loop, the callback queue, and how they work together to handle asynchronous operations.
-
Some more #P complete problems
Posted on:A discussion on
-
The complexity class of #P problems
Posted on:An in-depth look at the complexity class
-
Machine level obfuscation
Posted on:A demonstration of how to obfuscate strings in C using floating-point numbers and machine endianness. Includes a code example that prints "ILOVEYOU" through seemingly random double values.