This project creates an interactive simulation of an emergent consciousness model based on a neural network visualization. It displays neurons that form connections, activate based on stimuli, and generate "thoughts" to simulate a rudimentary form of consciousness.
index.html in a modern web browserThe code is organized into several modules:
neuralNetwork.js: Manages neurons and their connectionsrenderer.js: Handles the canvas visualizationthoughtSystem.js: Manages thought generation and consciousness measurementuiController.js: Handles user interface interactionssimulation.js: Coordinates all componentsmain.js: Entry point that initializes the simulation