A program to create a dataset storing o
sets of m
random binary numbers of n
bit data as input and their corrsponding optimized output sequence.
- On Mac & Linux:
- Create a virtual environment.
python3 -m venv .venv
- Activate the virtual environment.
source .venv/bin/activate
- Install
networkx
library using pip.pip install networkx
- Run the console.py file to test the accuracy of the algorithms used in the program.
- Run the main.py file after setting the
m, n, o
variables accordingly, to generate the dataset.