Published on

Machine Learning Playground

Authors
  • avatar
    Name
    Yedhu Krishnan
    Twitter

I would like to start with a wonderful tool I came across. This is called TensorFlow Deep Playground. In short, this tool helps you visualize neural networks. You need some understanding of the neural networks to understand how this works.

You can select from the list of datasets available on the playground. The app lets you tweak activation functions, number of layers and neurons, noise in the dataset, inputs and many more. You can visualize the training on the playground itself, and make necessary adjustments until you get a better model to fit the data.

Give it a try. As mentioned on the website, this is open source, and you can find the code on GitHub. It helps you quickly try different approaches without writing code, which is quite cool!

Here is something I was trying: My Playground. If you have any suggestions to improve this, please let me know.