diff --git a/README.md b/README.md index 7102846..567b1d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DbNeuralNet Small library to define and execute a neural net with back propagation. The example applications tries to learn XOR operations. -# Building from source +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbNeuralNet.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbNeuralNet) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b3a543e59b1a46cfb24697fdddc2b7ac)](https://www.codacy.com/app/0xFEEDC0DE64/DbNeuralNet?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbNeuralNet&utm_campaign=Badge_Grade) + +## Building from source This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) ```Shell @@ -14,5 +16,5 @@ cd build_DbSoftware qmake CONFIG+=ccache ../DbSoftware make -j$(nproc) sub-DbNeuralNet make sub-DbNeuralNet-install_subtargets -./bin/databasetree +./bin/neuralnetdemo ```