Skip to content
Snippets Groups Projects
Select Git revision
  • 097d378e2f439c7aa25c9b36487fcc40a58fc3ed
  • master default protected
2 results

README.md

Blame
  • Huayuan Song's avatar
    s183897 authored
    097d378e
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    |Text-Background Color Combination Chooser by C O D E B O I S |

    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.

    • the training data is located in the "Training Data"-folder.