Tsp Hopfield Tank

Implementation of Hopfield-Tank model for TSP
Alternatives To Tsp Hopfield Tank
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gans Awesome Applications3,550
2 years ago11
Curated list of awesome GAN applications and demo
Awesome Question Answering658
13 days ago
Resources, datasets, papers on Question Answering
Quaternet614
2 years ago6otherJupyter Notebook
Proposes neural networks that can generate animation of virtual characters for different actions.
Music Generation With Dl577
2 years ago1
Resources on Music Generation with Deep Learning
Tensorflow Tex Wavenet343
6 years ago7mitPython
This is a TensorFlow implementation of the WaveNet generative neural network architecture https://deepmind.com/blog/wavenet-generative-model-raw-audio/ for text generation.
Tensorflow Gans310
4 years ago2Python
各类GAN综合在一起,借鉴了hwalsuklee大神的
Ddn19117a day ago47February 02, 202340mitJavaScript
DDN, Data Delivery Network, a next generation blockchain system
Review_net180
5 years ago3mitLua
Review Network for Caption Generation
Generative Adversial163
5 years ago3Python
image generation via GANs
Nrelabs Curriculum129
a year ago68apache-2.0Python
Learn next-generation skills for network engineers, all in your browser.
Alternatives To Tsp Hopfield Tank
Select To Compare


Alternative Project Comparisons
Readme

TSP-Hopfield-Tank

Contents

  • Hopfield-Tank network
  • 'Heatmap image' generation for given step
  • 'Heatmap over time' video generation (very usefull for debuging) Heatmaps over time

Deployment

Running

Programs supports commandline interface which allows to run network once, or multiple times in a row. Properties of the network can be configured with arguments

  -h, --help            show this help message and exit
  --steps [STEPS]       Number of steps to take.
  --freq [FREQ]         Frequency of taking snapshots.
  --seeds [SEEDS [SEEDS ...]]
                        Seed for random. Defines whole run.
  --size-adjs [SIZE_ADJS [SIZE_ADJS ...]]
                        specifies value of size adjustment
  --tag [TAG]           tag added to name

Dependancies

  • Matplotlib
  • numpy
  • ffmpeg

Theoretical remarks

Implementation of Hopfield-Tank model for TSP. Project for my University Course.

Current version requires careful tuning of parameters to create feasible solutions. Look up page 16, second paragraph in following paper: http://www.iro.umontreal.ca/~dift6751/paper_potvin_nn_tsp.pdf

Based on following article by John J Hopfield and D W Tank: https://www.researchgate.net/publication/19135224_Neural_Computation_of_Decisions_in_Optimization_Problems Mainly equations and constants from 4'th paragraph were used.

Contributors

  • Maciej Staniuk
  • Mateusz Albecki
Popular Network Projects
Popular Generation Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Network
Generation
Matplotlib
Heatmap
Image Generation