On Sat, Jun 4, 2022 at 4:42 PM Jan-Pieter Jacobs <janpieter.jac...@gmail.com>
wrote:

> I had some fun putting J Playground through its paces and wrote the
> following neural network demo:
>
>
> https://jsoftware.github.io/j-playground/bin/html2#url=https://gist.githubusercontent.com/jpjacobs/6ff68c07bf764ad886e097ffbd19f5f0/raw/52b0563a7daa76df7fa57a3743da45ca0755f1a7/nn.ijs
>
>
Thanks again for contributing. I've added it to the Examples page


> - It's a pity the text output is blocked until all calculations are done,
> as this renders it impossible to give status updates. Is there a trick like
> in JQt (wd 'msgs') to overcome this?
>
>
I've added experimental support to delay the execution by 10ms for each
line and show a progress spinner if SHOWPROGRESS is in the text
https://github.com/jsoftware/j-playground/issues/87. Give it a shot and let
me know what you think

https://jsoftware.github.io/j-playground/bin/html2/ and choose
Examples->Neural Network
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to