Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
This is the complete list of members for dl::utils::Preprocessor, including all inherited members.
normalize(const MatrixD &data, double min_val=0.0, double max_val=1.0) | dl::utils::Preprocessor | static |
one_hot_encode(const std::vector< int > &labels, size_t num_classes) | dl::utils::Preprocessor | static |
standardize(const MatrixD &data) | dl::utils::Preprocessor | static |
train_val_test_split(const Dataset< double > &data, double train_ratio=0.7, double val_ratio=0.15) | dl::utils::Preprocessor | static |