Skip to content

Unofficial implementation of paper NeurIPS 2021 paper "Neural Production Systems"

Notifications You must be signed in to change notification settings

Genera1Z/NeuralProductionSystem

Repository files navigation

Neural Production System

Unofficial implementation of paper NeurIPS 2021 paper "Neural Production Systems" (NPS).

Features

  • supports three experiments provided by official source code:
    • coordinate_arithmetic
    • sequential_arithmetic
    • mnist_transformation
  • thoroughly refactored and re-implemented these models and datasets
    • remove more than 90% of code
    • refactored the building of models and datasets to the same style
    • boosted training and testing speed to some degree
  • (hope) corrected almost all the gaps between the paper declaration and its official source code:
    • official q/k attention dose not use shared weights (partially corrected)
    • official "hidden states" dose not obtained by sequential model (todo)
    • parimay and contextual selections are not conducted as its algorithm describes (partially)

References

Comments

Do not hesitate to contact me if you want to discuss some ideas related to NPS with someone.

About

Unofficial implementation of paper NeurIPS 2021 paper "Neural Production Systems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages