lualure / src

Misc data mining functions in LUA
https://lualure.github.io/info/
Other
2 stars 6 forks source link
data lua mining students teaching-materials

Home | Why | What | Guide | License |

LUA LURE

tim@menzies.us
August '17

LURE is a set of minimal data mining tools designed with the goal of letting their students "roll their sleeves up" to muck around inside data miners.

The code is written in LUA since:

This code offers baseline implementations of a set of software science operators which, I say, are needed for data science. But you should be very critical of the technical choices I made in that implementation. What simplifications did I make? What better technologies should I use? What did I overlook? And (here's the trap) if you think you can handle the above in (e.g.) TensorFlow or Torch or using 100 other methods, I would lean forward and say "yes? really? show me how".