Neural Network Optimization Solutions

This repository contains software for applying neural networks to solve NP-hard optimization problems. The current applications include order allocation and influence maximization in social networks.

Table of Contents

Introduction

This repository provides the software implementation of neural network solutions to various NP-hard optimization problems as discussed in our research manuscripts.

Applications

Order Allocation

The order allocation application optimizes the distribution of orders to stores using neural networks...

Influence Maximization in Social Networks

The influence maximization application identifies the most influential nodes in a social network using neural networks...

License

This project is licensed under the MIT License - see the LICENSE file for details.