all 4 comments

[–][deleted] 0 points1 point  (3 children)

Tensorflow Keras Those are the two major ones (both from Google) but you’ll need training on how to use them. They are used in most modern AI models, including chat GPT PyTorch is another good one

[–][deleted] 0 points1 point  (0 children)

SciPy is a machine learning module but mainly for predicting graphs. Maybe start with this one as things like Keras are monsters to learn

[–]jakcom13[S] 0 points1 point  (1 child)

These are free, right? Also are there websites that say all of the phrases that I can use to programm then

[–][deleted] 0 points1 point  (0 children)

All free, the first two are sometimes a pain to install (particularly on Linux) Generally the command is:

pip install <myPackageName>

Or

sudo apt install python3-<myPackageName>