Zhetapi Docs

Zhetapi is a C++14 machine learning and numerical analysis API that was built in the hopes of making mathematical computation and algorithmic research more convenient to users. In the name of convenience and beginner-friendliness, the API comes with a scripting language, ZHP.

The project is composed to two main parts:

Scripting Language

While C++ overloading makes the API convenient for C++ users, the ZHP scripting language language does better through notational convenience. The idea is that the code should read with elegance alike to a mathematical proof; hence why a lot of “mathy” terminolgy is used (ie. functions vs. algorithms).

Application Interface

On one hand, Zhetapi is a library of many C++ functions for applications in numerical analysis and machine learning. See the full index of classes and namespaces here or in the sidebar.

Lessons

This site also provides lessons on various things related to computer science. Check them out (using the link or the sidebar) to learn more about computer science and gain practice with programming.