Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gans Awesome Applications | 3,550 | 2 years ago | 11 | |||||||
Curated list of awesome GAN applications and demo | ||||||||||
Awesome Question Answering | 658 | 13 days ago | ||||||||
Resources, datasets, papers on Question Answering | ||||||||||
Quaternet | 614 | 2 years ago | 6 | other | Jupyter Notebook | |||||
Proposes neural networks that can generate animation of virtual characters for different actions. | ||||||||||
Music Generation With Dl | 577 | 2 years ago | 1 | |||||||
Resources on Music Generation with Deep Learning | ||||||||||
Tensorflow Tex Wavenet | 343 | 6 years ago | 7 | mit | Python | |||||
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 Gans | 310 | 4 years ago | 2 | Python | ||||||
各类GAN综合在一起,借鉴了hwalsuklee大神的 | ||||||||||
Ddn | 191 | 17 | a day ago | 47 | February 02, 2023 | 40 | mit | JavaScript | ||
DDN, Data Delivery Network, a next generation blockchain system | ||||||||||
Review_net | 180 | 5 years ago | 3 | mit | Lua | |||||
Review Network for Caption Generation | ||||||||||
Generative Adversial | 163 | 5 years ago | 3 | Python | ||||||
image generation via GANs | ||||||||||
Nrelabs Curriculum | 129 | a year ago | 68 | apache-2.0 | Python | |||||
Learn next-generation skills for network engineers, all in your browser. |
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
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.