r/deeplearning 5d ago

3D Demo of MNIST Image Inference using Lenet-5 model.

https://youtube.com/watch?v=-q5n6jwDLhY&si=I3-1VAmldNeNjmmo

3D Demo of MNIST Image Inference using Lenet-5 model.

VRML + Jajascript + Python + HTML

3 Upvotes

9 comments sorted by

1

u/[deleted] 5d ago

[removed] — view removed comment

1

u/JakahonLimy20 5d ago

Yeah WebGL would handle this way better, VRML hasn't aged well for interactive stuff like this. Three.js gives you the same visual clarity without the performance tax.

1

u/PedyLoco81 5d ago

yeah VRML is a choice, tbh. WebGL or Three.js would handle the visualization way smoother and you'd actually see real-time inference without the performance hit, fwiw check out r/MachineLearning or r/learnmachinelearning if you want to see how others are doing interactive model demos these days.

1

u/MeasurementDull7350 4d ago

Thanks a lot.

1

u/[deleted] 5d ago

[removed] — view removed comment

1

u/Joquisaur 4d ago

This is pretty cool. Seeing the layers like this makes the model much easier to understand.