Linear regression in machine learning
In the last tutorial I told you about supervised learning that in supervised learning we are given some data in advance on the basis of which we have to do…
0 Comments
November 12, 2024
In the last tutorial I told you about supervised learning that in supervised learning we are given some data in advance on the basis of which we have to do…
What is superwise learning ? Supervised learning means that we are given some answers in advance like we have the data of our stock, we will be given the answers…
What is machine learning ? Machine learning is a technique with the help of which we can give sensing power to any machine or any software just like humans so…
Let us execute a Python program to print "Hello, World!" in two different modes of Python Programming. (a) Interactive Mode Programming (b) Script Mode Programming. print('hello') a = 10; b = 20;…