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

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

#include "Net.hpp"
#include "TrainingData.hpp"

Go to the source code of this file.

Classes

class  NeuralNetwork
 Manages a neural network's structure, data, and training process. More...
 

Detailed Description

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

This file contains the NeuralNetwork class, which provides methods for loading the network topology, running the network, and retrieving results from the network.