Discuss Scratch
- Discussion Forums
- » Suggestions
- » Machine Learning AI
- _Paymer
-
Scratcher
82 posts
Machine Learning AI
This extension would be made in collaboration with machinelearningforkids.co.uk. It would be used to make pattern recognition models, and the models would be stored on machinelearningforkids.co.uk. Example blocks:
These blocks would help with pattern recognition, text generation, and teach kids about machine learning, while putting less strain on Scratch's servers because the models are stored on machinelearningforkids.co.uk.
create model of type [text v]
create model of type [image v]
create model of type [numbers v]
delete model
clear training data
add [text] to training data under category []
add (costume_1 v) to training data under category []
add [100] to training data under category []
train model and wait
(classify [text])
(classify image x: [0] y: [0] to x: [0] y: [0])
(classify [100])
(confidence)
These blocks would help with pattern recognition, text generation, and teach kids about machine learning, while putting less strain on Scratch's servers because the models are stored on machinelearningforkids.co.uk.
Last edited by _Paymer (Nov. 8, 2025 09:42:26)
- _Paymer
-
Scratcher
82 posts
Machine Learning AI
Why does everyone keep ignoring this?
forever
curse forum topic [849412] TO THE DEPTHS OF THE FORUMS
end
- WigglyJoey
-
Scratcher
500+ posts
Machine Learning AI
I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)
- Scratch_Cat_Coder8
-
Scratcher
1000+ posts
Machine Learning AI
I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Also image generation is rejected (see 2.10)
- NewRAF
-
Scratcher
100+ posts
Machine Learning AI
I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Those AI blocks are like an AI chatbot, not the pattern recognition we are suggesting here. Face sensing is for faces, not text or number or on screen image pattern recognition.
Don't see how image generation is related to a collaboration with another educational platform about coding with AI.I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Also image generation is rejected (see 2.10)
- Scratch_Cat_Coder8
-
Scratcher
1000+ posts
Machine Learning AI
I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Those AI blocks are like an AI chatbot, not the pattern recognition we are suggesting here. Face sensing is for faces, not text or number or on screen image pattern recognition.Don't see how image generation is related to a collaboration with another educational platform about coding with AI.I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Also image generation is rejected (see 2.10)
create model of type [image v]
- NewRAF
-
Scratcher
100+ posts
Machine Learning AI
The OP probably meant image pattern recognition by that block, there's only classification blocks and nothing that seems to “generate”I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Those AI blocks are like an AI chatbot, not the pattern recognition we are suggesting here. Face sensing is for faces, not text or number or on screen image pattern recognition.Don't see how image generation is related to a collaboration with another educational platform about coding with AI.I think the ai blocks are similar to this (Also face sensing blocks are powered by machine learning.)Also image generation is rejected (see 2.10)create model of type [image v]
- jmdzti_0-0
-
Scratcher
1000+ posts
Machine Learning AI
are you sure this is feasible? mild flash warning
- FreshTheCat
-
Scratcher
500+ posts
Machine Learning AI
are you sure this is feasible? mild flash warningOff-topic, but how did you get it not to redirect to the forums' version of YouTube?
- mingo-gag
-
Scratcher
1000+ posts
Machine Learning AI
it's embedare you sure this is feasible? mild flash warningOff-topic, but how did you get it not to redirect to the forums' version of YouTube?
- _Paymer
-
Scratcher
82 posts
Machine Learning AI
are you sure this is feasible? mild flash warningThat's completely different. It's a bot that jumps, turns and moves in a 3D space. This machine learning is significantly different. It's pattern recognition, not reinforcement learning.
Last edited by _Paymer (Today 03:53:23)
- Discussion Forums
- » Suggestions
-
» Machine Learning AI