diploma_mpls

Program which realizes traffic distribution in MPLS network using Python and neural networks approach.

graph.py

Represents simple graph of Pridniprovska railway (using networkx library). Contains functions and attributes for work with this graph.

generate.py

Generates dataset for neural network.

neural.py

Represent neural network built with Keras framework. Includes creation, compilation, fiting and evaluating of neural network.

runneural.py

Module for acceptting neural network predictions.