Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
This is the complete list of members for dl::utils::Dataset< T >, including all inherited members.
add_sample(const std::vector< T > &feature, const std::vector< T > &label) | dl::utils::Dataset< T > | |
Dataset() | dl::utils::Dataset< T > | |
Dataset(const MatrixD &features, const MatrixD &labels) | dl::utils::Dataset< T > | |
get_batch(size_t start_idx, size_t batch_size) const | dl::utils::Dataset< T > | |
shuffle() | dl::utils::Dataset< T > | |
size() const | dl::utils::Dataset< T > |