How can i predict output using py | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

19th Aug 2019, 3:00 AM
karangreat
karangreat - avatar
2 Answers
+ 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.
25th Aug 2019, 3:56 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
I know that but how I am supposed to do that
25th Aug 2019, 3:42 AM
karangreat
karangreat - avatar