DataPredict [Release 1.21] - General Purpose Machine Learning And Deep Learning Library (Learning AIs, Generative AIs, and more!)

(post deleted by author)

Welp… There goes my polls.

I tried to hide them under details tag, but that ended up resetting their data AND it doesn’t hide the polls properly.

Now I just removed them completely because it makes my post extremely cluttered.

So I’m trying to learn about how ai learns, and I’m having trouble with all the learning processes like backpropagation and how to change weights off that. Genetic algorithms are easier; just making feed-forward networks and changing weights off the one with best fitness or the ones with best fitness. The one that’s hard to understand is backpropagation and the others that use states and actions. If you aren’t too busy could you help or provide me with some info about that?

I really appreciate any help you can provide!

Are you asking in terms of coding support or theoretical understanding? It isn’t clear what you’re asking here.

Personally, i recommend reviewing some mathworks first before moving onto machine learning and furthermore deep learning, e.g., calculus, linear algebra and probability and statistics. ​And some basic elements of deep learning (maybe optimization strategy like SGD and Adam, loss functions etc.) These are the fundamentals, literally I got into trouble with stochastic gradient descent as first, not even mentioning backpropagation for updating the weights of FFN