Added badges

This commit is contained in:
Daniel Brunner
2018-10-05 12:36:40 +02:00
parent b57c4eba7a
commit 373e69764c

View File

@ -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
```