[Jprogramming] wiki maintenance

2022-06-04 Thread chris burke
The wiki will be moved to a new server tomorrow (Sunday), around 2pm UTC (10am EDT). It will have the latest mediawiki LTS version 1.35.5. The move should take less than an hour, during which the old wiki will be read only. I'll email the forum just before the move. ---

[Jprogramming] J Playground neural network demo

2022-06-04 Thread Jan-Pieter Jacobs
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 It dowloads th

Re: [Jprogramming] J Playground neural network demo

2022-06-04 Thread Joe Bogner
Wow, this is excellent. I appreciate the clarity of the code and the graphics are a nice touch to show how it works and the results. Impressive all around I think this would make a nice example to add to the Playground examples menu if you are OK with that -

Re: [Jprogramming] J Playground neural network demo

2022-06-04 Thread Joe Bogner
I created a GitHub issue to track the idea of adding some progress indicator to a long running script https://github.com/jsoftware/j-playground/issues/87 I also updated the new mobile UI issue to include handling multiple plots https://github.com/jsoftware/j-playground/issues/76#issuecomment-11466

Re: [Jprogramming] J Playground neural network demo

2022-06-04 Thread chris burke
> The plot quality is not great yet, Plot is rather long in the tooth. We would get much nicer graphics in the playground using a package like chartjs, https://www.chartjs.org . On Sat, Jun 4, 2022 at 1:42 PM Jan-Pieter Jacobs wrote: > I had some fun putting J Playground through its paces and

Re: [Jprogramming] J Playground neural network demo

2022-06-04 Thread Aaron Ash
Awesome! I also saw the same scrolling glitches in Firefox on Linux. On Sun, Jun 5, 2022 at 6:42 AM Jan-Pieter Jacobs 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:/

Re: [Jprogramming] J Playground neural network demo

2022-06-04 Thread Raul Miller
To run this script under jqt, add to the top: {{ if.0>nc<'httpget' do. require'web/gethttp' httpget=:{{ (gethttp y) fwrite '~temp',(}.~ i:&'/')y }} EMPTY end. }}_ -- Raul On Sat, Jun 4, 2022 at 4:42 PM Jan-Pieter Jacobs wrote: > > I had some fun putting J Playground t