/memory-machine

An neural network based memorizing system.

Primary LanguageC++MIT LicenseMIT

Memory machine

Description

An memory machine that teaches some neural cells to memorize things.

Implemented in libtorch.

Usage

mkdir build
cd build
cmake ..
make

Requires libtorch.