lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10/3/14, Alexander Gladysh <agladysh@gmail.com> wrote:
> Hi, Geoff, all,
>
> Basically, the discussion that day strayed more to the big-data analytics
> in general than to Lua specifically (which is, I think, more of a good
> thing).
>
> As for Lua, we discussed that Lua (or rather LuaJIT) is a good instrument
> for ad-hoc data pre-processing.
>

LuaJIT is in high esteem within the Machine Learning community.
Both Google (DeepMind) and Facebook (AI research group under Yann Lecun)
are actively developing LuaJIT based ML framework 'torch' (aka torch7)
[1] [2].

[1] http://en.wikipedia.org/wiki/Torch_%28machine_learning%29
[2] http://torch.ch/

--Leo--