Section 01
Introduction: Noesis — A 3D Visualization Tool for Real-Time Observation of Neural Network 'Thinking'
Noesis is an open-source neural network visualization project. By combining a neural network engine implemented purely in TypeScript with Three.js 3D rendering, it allows users to observe the forward propagation process of feedforward neural networks in real time, providing an intuitive visual experience for understanding deep learning. It uses a multi-layer perceptron trained on the MNIST dataset, supporting users to select or hand-draw digits, observe signal transmission layer by layer, neuron activation, and the generation of prediction results. It has both technical demonstration and educational tool value.