#💬 iluvsoupʹs Feedback
1 messages · Page 1 of 1 (latest)
How did you train it?
I’ve been tryna do this too
And i got stuck on trying to import the MNIST dataset into roblox
Could you please tell me what you did for the train data?
Believe me I know
This was like my biggest challenge with the whole project
I wrote an external program on my computer that loads the mnist data set and spits out a bunch of stringvalues that all contain like 1000 images each in the form of a string
I wrote my own silly compression algorithm to get the size down
And then I dragged those .rbxmx files into roblox which I could then load
You could probably also use http
I tried but i’m not very experienced with hosting a web and i couldn’t find any already made.
How did you make them .rbxmx files?
What I did is I saved a stringvalue to a file from Roblox, and then I opened it in notepad to find out how it was structured
The format is quite simple, it begins like this
I could send you the encoding/decoding code later if you'd like
Aight, could be nice just as a start
hey man if this could draw im wandering if it could potentially draw decals and such, more complex stuff if so it would be sick
Haha at least not at the moment, I'd have to make some major improvements to this, but classifying more complex stuff is definitely possible with this kind of technology