+ 2
How can i predict output using py
How can I write a code in Py that predict the output Like 1. Input 1,3,6,9,2 Predict the next term
2 Réponses
+ 2
karangreat Python has some modules which can help you use neural networks. E.g. scikit-learn.
https://scikit-learn.org/stable/modules/neural_networks_supervised.html
There's a code example in this link which should suit your purposes.
+ 1
I know that but how I am supposed to do that