In simple terms, an AI model is used to make predictions or decisions and an algorithm is the logic by which that AI model operates. So it depends on what you want to do. Bottom line is you will have to train the model with the data & run it through the model to get the prediction. It can be Text or Image or Audio or Video Classifications & you can do a lot more. Start from here : https://scikit-learn.org/stable/tutorial/index.html. Yes it is in python and there are Tensorflow Javascript AI model that you can train & use it in the browser if the model is not huge : https://js.tensorflow.org/api/latest/. I can point you in the right direction if you tell me more details on what you are trying to do & achieve.
Statistics: Posted by dextrous — Tue Apr 30, 2024 9:55 pm