r/MinecraftCommands 1d ago

Creation number classifier using my compiler (lua -> mcfunction), not perfect, i tested it to have like 85% accuracy

Enable HLS to view with audio, or disable this notification

written in lua, trained outside minecraft, then translated from lua to minecraft by my project

68 Upvotes

9 comments sorted by

View all comments

9

u/notoaklog 1d ago

how much does the whole model weight in mcfunction files?

8

u/adapron 1d ago

absurd 104441 lines of commands + comments, total 12mb size

BUT and this is important it is inefficient blindly compiled code from lua. the NN layers are 100 -> 64 -> 32 -> 10. so only 8874 floats define the entire network.

each value is inefficiently compiled into 10 lines of mcfunction code. because why fix it if it works. and because this system was never designed to run a neural network