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

Implements the NeuralNetwork class for managing and running a neural network. More...

#include "NeuralNetwork.hpp"

Detailed Description

Implements the NeuralNetwork class for managing and running a neural network.

This file contains the implementation of the NeuralNetwork class, including functions for loading the network topology and running the network with forward and backward propagation.