playground
playground copied to clipboard
Feature Request: Using this playground in React Application
I understand the effort you have spent to create this playground. Is there any way, I can use this playground in a react application where I need to pass the input variables like batchSize, number of neurons, hidden layers, etc to generate the final output.
We are in the process of porting this playground as a React app/component.
At the time of writing this, the main simulation logic/controls have been ported, which you can see at https://github.com/EQWorks/nn-viz/pull/1. There are a few opinionated choices of the underlying state management library and the UI components library, but it should be relatively standalone and sufficiently independent to be forked/adapted for your own needs
Is the playground available as a react component??