Interactive PowerBasic Forum

IT-Berater: Theo Gottwald (IT-Consultant) => AI / ChatGPT / Claude AI / LM Studio / AGI => Topic started by: Theo Gottwald on April 03, 2023, 10:16:19 PM

Title: Why not much AI / Neural Networks in Powerbasic?
Post by: Theo Gottwald on April 03, 2023, 10:16:19 PM
I wonder why not many people use Neural Networks for problem solutions in PowerBasic.
Maybe some people think "Its complicated"?

Let me explain that this is not the case. The key to get AI  started is the Backpropagation Algorythmus.
This is the part that will change the "Inherent Formula" in a way that it can predict the expected Outcome better and better.

Here is an example Video that will explain the Backpropagatio (https://www.youtube.com/watch?v=YOlOLxrMUOw)n with real numbers so you can go through it step-by-step.


Here is an example Video that explains the topic in nice pictures (https://youtu.be/Ilg3gGewQ5U).

Besides that i have found some Sub-Programs for Array multiplication (https://forum.powerbasic.com/forum/test-forums/about-the-community-forums/795209-fast-multiplication-of-complex-number-arrays) in the PB-Forum that can speed up the Calculations in an PB-AI significantly.

AI Programming is an interesting part, so let me motivate you to take an own trial into it.