A project that discusses enhancements and critique of Flip-Flop neurons suggested in "The flip-flop neuron: a memory efficient alternative for solving challenging sequence processing and decision-making problems" (Kumari et al., 2023).
Setup the conda environment
conda env create -f environment.yml -n incm
conda activate incmSetup precommit
pre-commit install