mirror of
https://github.com/Relintai/MLPP.git
synced 2025-02-10 16:10:06 +01:00
Merge branch 'main' of https://github.com/novak-99/MLPP into main
This commit is contained in:
commit
009fec444a
@ -1,6 +1,6 @@
|
||||
# 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. To fill that void and give C++ a true foothold in the ML sphere, this library was written. My intent with this library is for it to act as a crossroad between low-level developers and machine learning engineers.
|
||||
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 in the field of machine learning. To fill that void and give C++ a true foothold in the ML sphere, this library was written. My intent with this library is for it to act as a crossroad between low-level developers and machine learning engineers.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://user-images.githubusercontent.com/78002988/119920911-f3338d00-bf21-11eb-89b3-c84bf7c9f4ac.gif"
|
||||
@ -70,6 +70,7 @@ The result will be the model's predictions for the entire dataset.
|
||||
- Softplus
|
||||
- CLogLog
|
||||
- Gaussian CDF
|
||||
- RELU
|
||||
- GELU
|
||||
- Unit Step
|
||||
- Sinh
|
||||
|
Loading…
Reference in New Issue
Block a user