TurboWarp / extensions

User-contributed unsandboxed extension gallery for TurboWarp
https://extensions.turbowarp.org/
MIT License
109 stars 224 forks source link

Feature Request IA Blocks/ Neural Network blocks #1078

Open Cuphead74832 opened 9 months ago

Cuphead74832 commented 9 months ago

Would like that turbowarp has IA blocks or neural Network blocks where you can make an easy neural Network learning with blocks like: Simulate press of key W, send good note to neural, send bad note to neural, start new cycle/when new cycle happens, save neural Network to (Value/File) Load from (Value/File) and etc.. A ton of new programming beginners and kids could learn the básics of neural networking with easy and make It reachable to anyone else. I do not know how much Will It take for someone to make this a reality as extension so make sure to spread my Word.

Gaypatapon commented 9 months ago

Someone should make an IA extention

Mickmick2012 commented 8 months ago

this would require an external api that requires a lot of power

NotFenixio commented 8 months ago

this would require an external api that requires a lot of power

Neural Networks don't necessarily need extremely powerful computers to operate. In reality, an average computer should be capable of handling computations for a simple ANN (Artificial Neural Network) rather swiftly. TensorFlow Lite could effectively perform this task. Moreover, users could be given the option to choose between TensorFlow and TensorFlow Lite based on their computer's capabilities.