1 مستودع
Trains feedforward and convolutional networks on CPU using minibatch SGD with configurable optimizers and loss functions.
Distinct from Convolutional Neural Network Training: Distinct from Convolutional Neural Network Training: focuses on CPU-optimized training specifically, not just CNN training in general.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · CPU-Optimized Training. Refine with filters or upvote what's useful.
tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te
Trains feedforward and convolutional networks on CPU using minibatch SGD with configurable optimizers.