3

I would like to do some practical implementation of a planning algorithm (of course, something a bit simple and easy).

Is there any website where I can pick an algorithm (e.g. A* or hill climbing), code it, and visualize how it works/executes?

The site doesn't necessarily need to be restricted to planning or search algorithms. For example, in the context of machine learning, I would also like to be able to pick the learning algorithm and model (e.g. linear regression), code it, and visualize how it works.

nbro
  • 39,006
  • 12
  • 98
  • 176
Rao208
  • 41
  • 2

2 Answers2

1

Not planning, but this is a visual in-browser neural network for your interest:

http://playground.tensorflow.org/

k.c. sayz 'k.c sayz'
  • 2,061
  • 10
  • 26
1

https://www.cs.waikato.ac.nz/ml/weka/downloading.html

Great little tool to experiment with various algorithms and compare their efficiencies.

solarflare
  • 324
  • 2
  • 10