Project information
- Language: Python
- Category: Unsupervised Learning, Neural Networks
- Code Repo URL:   github.com/sudharsan10/travelling-salesman-problem-neural-network/
Summary: This project focuses on finding a solution to typical travelling salesman problem using Neural Network especially using 1D-SOM technique to fit a route path over 10 random points representing 10 different cities. Its is an unsupervised learning method and the solution it gives is either optimal or sub optimal (still much closer to the optimal solution).