From 373e69764cd743528f994e73456a71fd815f396c Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Fri, 5 Oct 2018 12:36:40 +0200 Subject: [PATCH] Added badges --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ```