TDNeuron is an implementation of neural networks in the TouchDesigner platorm. It was created initially out of our desire to self-learn the rudiments of machine learning. We believe that the best way to fully understand a concept is to build it from scratch. By making our code open-source and enriching it with comments, tutorials and documention, we are trying to open the world of machine learning for the novice ‘regular’ user, though still keeping the doors open to allow for those curious to dive deep into the mathematics and core concepts.
Preface
Back in October 2018, to improve my understanding of the building blocks of Machine Learning, I decided to try and implement the core algorithms in shaders using the GLSL ...