playground icon indicating copy to clipboard operation
playground copied to clipboard

Feature Request: Using this playground in React Application

Open surendern opened this issue 4 years ago • 2 comments

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.

surendern avatar Aug 03 '20 13:08 surendern

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

woozyking avatar May 10 '21 21:05 woozyking

Is the playground available as a react component??

vamsimathala-soulpage avatar Nov 02 '23 09:11 vamsimathala-soulpage