A neural network project, entirely written in C++. Uses SFML to visualize network learning.
sudo apt-get install libvorbis-dev libflac-dev
-
Ensure you have the following prerequisites installed on your system:
- CMake (version 3.4 or later)
- A C++ compiler that supports C++17
- SFML
-
Clone the repository to your local machine.
-
Navigate to the project directory.
-
Create a new directory for the build:
mkdir build cd build -
Run CMake to generate the build files:
cmake ..
-
Build the project:
make
-
Run the executable:
./bin/CLife