Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 588 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 588 Bytes

Tempest

Tempest is a machine learning engine written in C++ for training loose neural networks.

Getting Started

You can download a pre-built binary from the releases page or build from source using these instructions:

Prerequisites

  • C++ Compiler with support for C++20 (GCC's G++ is recommended)
  • CMake v3.0+

Building from source

  1. Clone the repository to your local machine (git clone)
  2. Navigate to the project directory
  3. Run ./build.sh

License

This project is licensed under a Non-commerical MIT License. See the license file for details.