From ceb8ec11d221d3a69b01b5839238c76449ac45e3 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 18 Jul 2017 17:19:59 +0200 Subject: 2017/ev3-controller: add copyright info --- 2017/ev3-controller/nn_11_function.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '2017/ev3-controller/nn_11_function.py') diff --git a/2017/ev3-controller/nn_11_function.py b/2017/ev3-controller/nn_11_function.py index 677db1b..6f401d4 100644 --- a/2017/ev3-controller/nn_11_function.py +++ b/2017/ev3-controller/nn_11_function.py @@ -1,3 +1,10 @@ +# Copyright 2017 Amra Omanović, Nejka Bolčič, Magda Nowak-Trzos +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + import numpy as np from data_processing import process @@ -83,4 +90,4 @@ print(accuracy) #Print inputs and predicted outputs #for i in range(len(l0)): #print(l0[i]) - #print(l2[i]) \ No newline at end of file + #print(l2[i]) -- cgit v1.2.1