This repository contains the implementation of the DSA (Data Structures and Algorithms) assignment for semester 241. The project involves the development of components for a Multilayer Perceptron (MLP) classifier using C++.
- C++11 or higher
- GNU Make
- Linux operating system
To compile the project in a Linux environment, follow these steps:
- Open a terminal.
- Navigate to the project directory.
- Run the following command to compile the code:
make
- Execute the compiled program with:
./program