MB-Bidram has released an experimental neural architecture called WideNDepth (WND) designed to separate reasoning capabilities from knowledge storage. The model consists of a "Wide part" that functions as memory and a "Depth part" that acts as the reasoner.

  • WND is an experimental architecture where different parts focus on distinct tasks: wide for memory and depth for reasoning.
  • WiND, a minimal PyTorch framework for building WideNDepth models, is also open-sourced alongside the architecture.
  • The project is presented as a work in progress with room for improvement rather than a finished solution.

The author invites the community to explore, experiment with, and potentially improve the library and architecture.