A library created to revitalize C++ as a machine learning front end. Per aspera ad astra.
Go to file
2021-05-27 19:49:07 -07:00
MLPP Added LinAlg.exponentiate for vectors, “vectorized” arsinh, arcosh 2021-05-26 21:57:56 -07:00
SharedLib "Vectorized" swish 2021-05-25 22:46:52 -07:00
a.out Added LinAlg.exponentiate for vectors, “vectorized” arsinh, arcosh 2021-05-26 21:57:56 -07:00
cover_gif.gif Added cover GIF to readme 2021-05-27 18:52:51 -07:00
main.cpp Added LinAlg.exponentiate for vectors, “vectorized” arsinh, arcosh 2021-05-26 21:57:56 -07:00
README.md Update README.md 2021-05-27 19:49:07 -07:00

ML++

Machine learning is a vast and exiciting discipline, garnering attention from specialists of many fields. Unfortunately, for C++ programmers and enthusiasts, there appears to be a lack of support for this magnificient language in the field of machine learning. As a consequence, this library was created in order to fill that void and give C++ a true foothold in the ML sphere to act as a crossroad between low level developers and machine learning engineers.

Contents of the Library

  1. Regression
    1. Linear Regression
    2. Logistic Regression
    3. Softmax Regression
    4. Exponential Regression
    5. Probit Regression
    6. CLogLog Regression
  2. Deep, Dynamically Size Neural Networks
    1. Possible Loss Functions
      • MSE
      • RMSE
      • MAE
      • MBE
      • Log Loss
      • Cross Entropy
      • Hinge Loss