Added badges
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
# DbNeuralNet
|
# DbNeuralNet
|
||||||
Small library to define and execute a neural net with back propagation. The example applications tries to learn XOR operations.
|
Small library to define and execute a neural net with back propagation. The example applications tries to learn XOR operations.
|
||||||
|
|
||||||
# Building from source
|
[](https://travis-ci.org/0xFEEDC0DE64/DbNeuralNet) [](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)
|
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
@ -14,5 +16,5 @@ cd build_DbSoftware
|
|||||||
qmake CONFIG+=ccache ../DbSoftware
|
qmake CONFIG+=ccache ../DbSoftware
|
||||||
make -j$(nproc) sub-DbNeuralNet
|
make -j$(nproc) sub-DbNeuralNet
|
||||||
make sub-DbNeuralNet-install_subtargets
|
make sub-DbNeuralNet-install_subtargets
|
||||||
./bin/databasetree
|
./bin/neuralnetdemo
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user