Skip to content

External Libraries

David edited this page Jun 6, 2022 · 7 revisions

Nifpp

This project uses C++11 Wrapper for Erlang NIF API (NIFPP: https://github.com/goertzenator/nifpp).

Cowboy

Small, fast, modern HTTP server for Erlang/OTP. We use it for our main server to communicate with the workers, sources, python server, parameter server and the routers. https://github.com/ninenines/cowboy

Opennn

OpenNN is a software library written in C++ for advanced analytics. It implements neural networks, the most successful machine learning method. The main advantage of OpenNN is its high performance.
This library outstands in terms of execution speed and memory allocation. It is constantly optimized and parallelized in order to maximize its efficiency.
Some typical applications of OpenNN are business intelligence (customer segmentation, churn prevention...), health care (early diagnosis, microarray analysis,...) and engineering (performance optimization, predictive maitenance...).
https://github.com/Artelnics/opennn
https://opennn.net/

cppSANN

A Simple Artificial Neural Network for C++. Used by the workers. External library made by David Leon. https://github.com/leondavi/cppSANN