Deep playground icon
Deep playground icon

Deep playground

 2 likes

Deep playground is an interactive visualization of neural networks, written in typescript using d3.js and TensorFlow. Github issues is used for tracking new requests and bugs.

Deep playground screenshot 1

License model

  • FreeOpen Source

Platforms

  • Online
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Deep playground News & Activities

Highlights All activities

Recent activities

Show all activities

Deep playground information

  • Developed by

    Unknown
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  12,356 Stars
  •  2,613 Forks
  •  134 Open Issues
  •   Updated Feb 13, 2025 
View on GitHub

Our users have written 0 comments and reviews about Deep playground, and it has gotten 2 likes

Deep playground was added to AlternativeTo by David on Apr 20, 2016 and this page was last updated Sep 9, 2022. Deep playground is sometimes referred to as Neural Network Playground.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Deep playground?

Deep playground is an interactive visualization of neural networks, written in typescript using d3.js and TensorFlow icon TensorFlow. Github issues is used for tracking new requests and bugs.

What Do All the Colors Mean?

Orange and blue are used throughout the visualization in slightly different ways, but in general orange shows negative values while blue shows positive values.

The data points (represented by small circles) are initially colored orange or blue, which correspond to positive one and negative one.

In the hidden layers, the lines are colored by the weights of the connections between neurons. Blue shows a positive weight, which means the network is using that output of the neuron as given. An orange line shows that the network is assiging a negative weight.

In the output layer, the dots are colored orange or blue depending on their original values. The background color shows what the network is predicting for a particular area. The intensity of the color shows how confident that prediction is.

Official Links