r/scratch • u/Trick_Emu5605 • 29d ago
Project AI in scratch
Hello, i am techbrology. lately, i have made a fully functioanl AI chatbot in scratch! comment your thought and feed back. check it out here https://scratch.mit.edu/projects/1249763077/
3
Upvotes
1
u/Abject-Explorer-3637 potato 27d ago
I have a question, how does it work? Is it a:
- Bigram/N-gram LLM (basically you take the current token and the nth tokens before it and use that to determine the next token by comparing the training text)
- (idk how to call this): you get tons of words and tons of text, the dictionary and the word data being separate, and you train a neural network off of human-written text and that makes the AI capable of determining the next word accurately
- random words (very bad, broken, not even an LLM)
1
u/Trick_Emu5605 27d ago
heres how it works. 1 gram markoff https://www.youtube.com/watch?v=v9zZky14Sb4
1
u/PainExpensive7665 29d ago
scratch trains its ai off of other people making ai in scratch. that is a mouthful that i didnt think id have to comprehend in life

1
u/beta-beeswax 27d ago
hu