Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
Neuron.cpp File Reference

Implements the Neuron class for a neural network. More...

#include "Neuron.hpp"

Detailed Description

Implements the Neuron class for a neural network.

This file contains the implementation of the Neuron class, including functions for forward propagation, backpropagation, and weight updates.