Detecting SET cards using transfer learning - WebSystemer.no
Now that we can classify cards, it's time for the final step and find all possible SET combinations. Remember that in order to have a SET, the three cards need to have either the same or different values for each attribute. A straightforward solution is to consider all possible triplets, and check if the SET rule applies to the triplet. With 12 cards, there are 12 over 3 220 possible triplets, and it will not take that much computation to check them all. First, let's convert the features to numerical values.
Oct-11-2019, 02:21:28 GMT
- Technology: