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).
Net.cpp File Reference

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

#include "Net.hpp"

Detailed Description

Implements the Net class for a neural network.

This file contains the implementation of the Net class, including functions for forward propagation, backpropagation, and calculating results.