mingkaic / CNNet

C++11 implemented neural net implemented with "tensorflow clone"
MIT License
0 stars 0 forks source link

Update gd_net to use tensors #1

Closed mingkaic closed 8 years ago

mingkaic commented 8 years ago

https://github.com/mingkaic/CNNet/commit/26f8b4051bf4b550bda29138ecb63b0df5715ac6?diff=split replaced std::vector with tensor for all layer perceptrons, tested single layer perceptron for size but not performance. todo:

optional todo: