Skip to content
Snippets Groups Projects
Commit 600e7ff1 authored by s183897's avatar s183897 :ice_skate:
Browse files

Update README.md

parent 6f2a408c
No related branches found
No related tags found
No related merge requests found
...@@ -3,30 +3,33 @@ ...@@ -3,30 +3,33 @@
Main files: Main files:
main (nearest neighbor).py main (nearest neighbor).py &
main (nearest centroid).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. - 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. - Continual learning - not suited for tests.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
main (nc - prediction only).py +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
main (nc - prediction only).py &
main (nn - prediction only).py main (nn - prediction only).py
------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Ideal for testning purposes, no continual learning. - Ideal for testning purposes, no continual learning.
- Import training data (Up-arrow) - Import training data (Up-arrow)
- Save prediction data to .txt-file (down arrow) - Save prediction data to .txt-file (down arrow)
- Correct predictions and ratio count won't display before down press. - Correct predictions and ratio count won't display before down press.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
main (neural network - prediction only).py +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
main (neural network - prediction only).py &
main (logreg - prediction only).py main (logreg - prediction only).py
------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- For testning purposes, no continual learning. - For testning purposes, no continual learning.
- As of yet, no import function, training data baked into code. - As of yet, no import function, training data baked into code.
- Save prediction data to .txt-file (down arrow) - Save prediction data to .txt-file (down arrow)
- Correct predictions and ratio count won't display before down press. - 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. A press on tab-button will display 3D-plot of data - works in all above files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment