Why not much AI / Neural Networks in Powerbasic?

Started by Theo Gottwald, April 03, 2023, 10:16:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Theo Gottwald

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 n with real numbers so you can go through it step-by-step.


Here is an example Video that .

Besides that i have found some Sub-Programs for Array multiplication 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.