
Implementing a Neural Network from Scratch in Python
Implementing a Neural Network from Scratch in Python GitHub repository In this post, I will walk you through a step-by-step process for implementing a neural network entirely from scratch. Un...
Implementing a Neural Network from Scratch in Python GitHub repository In this post, I will walk you through a step-by-step process for implementing a neural network entirely from scratch. Un...
How To Implement a Platform That Allows Quick Plugin Development GitHub repository In this post, I will provide a comprehensive overview of the implementation of a streamlined, plugin-based a...
Calling Python Functions From C++ Using Cython GitHub repository In this post, I’ll quickly show you how to set up a simple C++ project using CMake. This setup allows you to call Python funct...
Portfolio Diversification Analysis with PCA If you are seeking to optimize portfolio hedging while generating returns, consider examining Flow Traders. Flow Traders (FLOW.AS) stands as a preeminen...
Enhancing CSV Processing in C++: Leveraging the Decorator Design Pattern for Transformative Column Operations GitHub repository During a recent project, I encountered the task of integrating ...
Creating an In-Memory Distributed Graph from Scratch with C++ GitHub repository Recently, while engaged in a project necessitating the analysis of network traffic and user interactions, I enc...
Designing and Implementing a Batch Job Scheduler in C++ GitHub repository In this post, I’ll outline how to create a system for scheduling and running batch jobs on data from various sources....
Bond Yield To Maturity Python Script When interested in buying bonds a term that often comes up is the definition of Yield To Maturity (YTM). Yield to maturity (YTM) is the total return anticipat...
This Trading Algorithm Landed Me in the Top 10 on Quantopian A while back, I achieved a position in the top 10 of Quantopian’s algo trading contest with a trading algorithm I developed. In this ar...
Creating a Lightning-Fast Append-Only Database with mmap in C++ GitHub repository In this code project, I demonstrate the utilization of mmap in C++ to construct a lightning fast append-only ...