Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibyjackgrove/pso_in_tensorflow

PSO algorithm written in TensorFlow
https://github.com/sibyjackgrove/pso_in_tensorflow

tensorflow tensorflow-experiments

Last synced: 3 months ago
JSON representation

PSO algorithm written in TensorFlow

Awesome Lists containing this project

README

        

# PSO algorithm implemented in Numpy and TensorFlow

A generic implementation of the PSO algorithm.
* [Numpy PSO](PSO_numpy.ipynb)
* [TensorFlow (<1.0) PSO](PSO_tensorflow.ipynb)