Skip to content

james-pre/tempest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Loose neural networks in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published