Tag: statement

  • Python while loop

    In our previous section we have seen examples of if-else. In this section, we will take a look at Python while loop. The common question that comes to our mind is which one is faster? For or while loop?  In the Java section, we have tried to find out the answer. You may have a…

  • Do you need good math for machine learning?

    How much math for machine learning do we need to learn? This question probably haunts every beginner who has no math-background. In this section we will take a look at the tip of the iceberg. As we progress, we will learn more about basic mathematics and statistics that we need for machine learning. Firstly, for…