From 097d378e2f439c7aa25c9b36487fcc40a58fc3ed Mon Sep 17 00:00:00 2001 From: Huayuan Song <s183897@student.dtu.dk> Date: Wed, 23 Jan 2019 19:48:22 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfac1cd..d222a90 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,31 @@ Main files: main (nearest neighbor).py & main (nearest centroid).py ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------ - Creation of training data. Press on down arrow will save training data as .txt-files to be imported any time of choosing using up arrow. - Continual learning - not suited for tests. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+ ++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++- main (nc - prediction only).py & main (nn - prediction only).py ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------ - Ideal for testning purposes, no continual learning. - Import training data (Up-arrow) - Save prediction data to .txt-file (down arrow) - Correct predictions and ratio count won't display before down press. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+ ++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++- main (neural network - prediction only).py & main (logreg - prediction only).py ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------ - For testning purposes, no continual learning. - As of yet, no import function, training data baked into code. - Save prediction data to .txt-file (down arrow) - Correct predictions and ratio count won't display before down press. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+ ++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++- A press on tab-button will display 3D-plot of data - works in all above files. -- GitLab