Lush – Lisp-like language for machine learning designed by Yann LeCun
lush.sourceforge.net
Lush – Lisp-like language for machine learning designed by Yann LeCun
1–10 of 11 posts
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#2Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#3latest update appears from 2009? Including instructions on how to fetch from cvs? Makes me a bit nostalgic, but not sure if this is relevant anymore
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#4For example: https://github.com/FPTensorFlow/hy-tensorflow-tutorials
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#5latest update appears from 2009? Including instructions on how to fetch from cvs? Makes me a bit nostalgic, but not sure if this is relevant anymore
Last update was Feb 2022: https://sourceforge.net/p/lush/code/HEAD/tree/
Yann Lecun posted on twitter yersterday https://twitter.com/ylecun/status/1628386056641847296?cxt=HH...
>Hotter take: ML would have advanced faster if another front-end language had been available and widely adopted instead of Python. One that is interactive yet fast & compilable, multithreaded (no GIL), isn't bloated, doesn't care about white spaces,... E.g. Julia or some Lisp.
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#6Earlier quoted context omitted.
Last update was Feb 2022: https://sourceforge.net/p/lush/code/HEAD/tree/
by Leon Bottou (one of the original authors). Yann Lecun posted on twitter yersterday https://twitter.com/ylecun/status/1628386056641847296?cxt=HH... >Hotter take: ML would have advanced faster if another front-end language had been available and widely adopted instead of Python. One that is interactive yet fast & compilable, multithreaded (no GIL), isn't bloated, doesn't care about white spaces,... E.g. Julia or som…
Yann’s later chaser to the above take (https://twitter.com/ylecun/status/1628390522892025860) —
> Even hotter take: the fact that ML and Computer Vision researchers were largely using Matlab held back progress for years, mostly because implementing something like a ConvNet in 2005 Matlab would have been a total nightmare.
And there are arguments back and forth about that. It’s funny, though, because a lot of the leading 1990s-2000s ML work was default-Matlab and people mostly loved it. Kevin Murphy used to advise Mathworks on bayes net implementation, and a lot of researchers from that time really liked the “numerical shell” that the Matlab REPL offered.
But of course one can see Yann’s point that the lack of clean capability for abstractions (I think struct’s came in the later 90s, lambda’s in the mid 2000s?) and licensing costs did hold the field back.
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#7latest update appears from 2009? Including instructions on how to fetch from cvs? Makes me a bit nostalgic, but not sure if this is relevant anymore
Last update was Feb 2022: https://sourceforge.net/p/lush/code/HEAD/tree/
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#8If I wanted to do ML but with lispy syntax I'd probably use Hy, which is just a python re-skin. There is plenty of literature out there about ML in Hy (although it's not hard to translate from python too). For example: https://github.com/FPTensorFlow/hy-tensorflow-tutorials
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#9Earlier quoted context omitted.
Last update was Feb 2022: https://sourceforge.net/p/lush/code/HEAD/tree/
Sorry, I did not check the repo itself, I don't think I even have a cvs client anymore. On the linked page there's a section prominently placed, titled "Latest News". If you check there, the latest of such news is titled "A first Lush 2.0 beta is out!" with a date of 2009-10-19.
Re: Lush – Lisp-like language for machine learning designed by Yann LeCun
#10Earlier quoted context omitted.
by Leon Bottou (one of the original authors). Yann Lecun posted on twitter yersterday https://twitter.com/ylecun/status/1628386056641847296?cxt=HH... >Hotter take: ML would have advanced faster if another front-end language had been available and widely adopted instead of Python. One that is interactive yet fast & compilable, multithreaded (no GIL), isn't bloated, doesn't care about white spaces,... E.g. Julia or som…
Yes, that’s the news item that probably promoted the submission. Yann’s later chaser to the above take ( https://twitter.com/ylecun/status/1628390522892025860 ) — > Even hotter take: the fact that ML and Computer Vision researchers were largely using Matlab held back progress for years , mostly because implementing something like a ConvNet in 2005 Matlab would have been a total nightmare. And there are arguments back…
fwiw, I'm not a researcher though.