LKYDeepNN
LKYDeepNN copied to clipboard
Low dependency(C++11 STL only), good portability, header-only, deep neural networks for embedded
Just as the title. I want to save a trained weight matrix for a direct use in future.
``` LKYs-MacBook-Air:LKYDeepNN lky$ ./LKYDeepNN Completed BackPropagation Layer InitializeWeights() Completed BackPropagation Layer InitializeWeights() Completed BackPropagation Layer InitializeWeights() Completed BackPropagation Layer InitializeWeights() Activation is SeLU. Activation is Softmax. LossFunction is CrossEntropy. ======...
這樣才能把訓練後的成果重複利用,可以參考 @ONNX 或 [libDNN](https://github.com/botonchou/libdnn/wiki/XML-model) @WiiWilson