https://github.com/timm/l5
A lean little learning library, in LUA.
https://github.com/timm/l5
explanation fun lua multi-objective semi-supervised teaching
Last synced: 5 months ago
JSON representation
A lean little learning library, in LUA.
- Host: GitHub
- URL: https://github.com/timm/l5
- Owner: timm
- License: other
- Created: 2022-08-19T17:02:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T23:37:48.000Z (about 3 years ago)
- Last Synced: 2025-03-31T14:12:58.492Z (6 months ago)
- Topics: explanation, fun, lua, multi-objective, semi-supervised, teaching
- Language: HTML
- Homepage: https://menzies.us/l5/about.html
- Size: 6.21 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A lean little learning library, in LUA
For the last 20 years, my graduate students have explored explainable AI, multi-objective optimization, semi-supervised learning, configuration, planning,
etc, etc. Can I summarize all the work? Code it up in under 1000 lines of code? Refactor it into a library of learning tools that can be mixed and matched
as required?[Let me see....](http://menzies.us/l5/about.html).
Now that was interestinga . Underneath all these seemingly different
applications is a small class library that can be mixed and matched
in many ways. Here's an idea: before we leap to complex solutions
(that are CPU hungry, that are hard to understand), perhaps we should
try something simpler first. If the simpler methods work fine, then
we can go home early. Else, we'd have a baseline
approach which lets us appreciate the value of more complex solutions.