I’m trying to get into the basics of Three.js. I have never been a fan of JavaScript, but It might change. I found this simple tutorial and their documentation is pretty good.
At the same time playing around with some simple neural networks from The nature of code. The first result is a single perceptron learning where the inside of a cube is. And it is visualized using simple Three.js.
Not too many obstacles at this point.