5 ms·
Gilad Bracha is working on Shaperank. An APL inspired language for reactively calculating with multi dimensional arrays. Ie vectors and matrices. https://twitte
by joostdevries 5y ago
Gilad Bracha is working on Shaperank. An APL inspired language for reactively calculating with multi dimensional arrays. Ie vectors and matrices. https://twitter.com/Gilad_Bracha/status/1450149734325256193 https://twitter.com/Gilad_Bracha/status/1450149734325256193
- joostdevries 5y agoObviously this is relevant to machine learning and data analytics. On github: https://github.com/f5devcentral/shapeRank https://github.com/f5devcentral/shapeRank
- eggy 5y agoI like the confluence of ML and array languages happening right now. I know Pandas and NumPy are their offspring, but I like the array-oriented PLs. An ELM (Extreme Learning Machine) in J [1], CNNs in APL [2], and APL-to-GPU toolchains like Futhark/apltail [3,4]. I'll have to look at shapeRank. [1] https://github.com/peportier/jelm https://github.com/peportier/jelm [2] https://dl.acm.org/doi/10.1145/3315454.3329960 https://dl.acm.org/doi/10.1145/3315454.3329960 [3] https://futhark-lang.org/blog/2016-06-20-futhark-as-an-apl-compiler-target.html https://futhark-lang.org/blog/2016-06-20-futhark-as-an-apl-c... [4] https://github.com/melsman/apltail/ https://github.com/melsman/apltail/
- agumonkey 5y agoInteresting how reactive graph are spreading everywhere :)
- abzug 5y agoCan you explain/expand on this?