Tempest is a machine learning engine written in C++ for training loose neural networks.
You can download a pre-built binary from the releases page or build from source using these instructions:
- C++ Compiler with support for C++20 (GCC's G++ is recommended)
- CMake v3.0+
- Clone the repository to your local machine (
git clone
) - Navigate to the project directory
- Run
./build.sh
This project is licensed under a Non-commerical MIT License. See the license file for details.