Hi guys! Hopefully, you have an idea of how AI, or Artificial Intelligence works. This Scratch program is a loose example of supervised learning via data collection - that means we're gathering data and applying labels to it, then comparing it to assumptions preloaded in the code. Then, at some point in the future, we will compare the data to determine if our guess was correct. Basically, in an oversimplified manner, that's kinda how the beginning of AI machine learning works. I challenge you to remix this, and integrate your own results into the code, changing the guesses as you fine-tune the data.
Key: Girl =1, Boy (or anything else) = 2 Correct guess = 111, incorrect (or anything else) = 222 The data contained in the cloud variable list is all junk data that will never be used for anything. Not sure how to delete the data without deleting and recreating the variable. Thanks.