|
CNum 0.2.1
CPU-optimized ML library for C++
|
| NCNum | The umbrella namespace from which you can access all modules of CNum |
| NData | Tools used for gathering and grouping datasets |
| NDataStructs | The data structures used in CNum |
| NArena | A "mini-heap" used for thread local memory allocation |
| NLinAlg | Linear algebra tools |
| NHazardPointer | Tools for protecting "hazerdous" objects in memory |
| NViews | The views for CNum DataStructs |
| NDeploy | Tools for creating REST APIs |
| NModel | The namespace containing the ML models in CNum |
| NActivation | Activation functions |
| NLoss | Loss functions |
| NTree | Tree-based models |
| NMultithreading | Structures and algorithms used for multithreaded operations |
| NUtils | Utilities |
| NModelUtils | Utilities used in CNum ML models |
| NRand | Utilities for generating random numbers |