Ianleeclark / NeuralNetworkCPP

An example of a two-layered Neural Network implemented in C++11/14 and inspired by trask's implementation in Python.
MIT License
0 stars 0 forks source link

Remove Boost from CMakeLists #3

Closed Ianleeclark closed 8 years ago

Ianleeclark commented 9 years ago

See title.

Ianleeclark commented 8 years ago

Marking as closed because it doesn't need to be done. Only the uBLAS' libraries had to be removed, as I was still using a Boost for random real number generation.