Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjaspers authored Feb 2, 2020
1 parent 7755e35 commit b75b014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ auto network = neuralnetwork(
[MNIST example output](https://travis-ci.org/josephjaspers/BlackCat_Tensors)
[Neural Network Documentation](https://josephjaspers.github.io/BlackCat_Tensors_Doxygen/html/namespaceBC_1_1nn.html)

Note* The neural-networks are considered to be in active development/experimental and are subject to
vast interface changes. The tensor/linear_algebra library however is significantly more well tested (for performance and accuracy).

#### Setup:
BCT is a header only library that supports compilation with the NVCC and G++ BCT does not support any default BLAS routines, and must be linked with an apropriate BLAS library. Setting up simply requires adding the BlackCat_Tensors your path and including "BlackCat_Tensors.h"

Expand Down

0 comments on commit b75b014

Please sign in to comment.