• This repository has been archived on 29/Jul/2021
  • Stars
    star
    1
  • Language
    Python
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using a database("trainingDataset") of inputs and associated outputs, the program looks for patterns in the numbers with a range from 0 to 1. Once it finds a pattern to the best of its ability, by inserting an input("predictionSet") the program will be able to predict the output associated with the inserted input. It may be a output that the program has not seen before.