• Question: whats coding?

    Asked by anon-268330 to Pratik on 13 Nov 2020.
    • Photo: Pratik Samant

      Pratik Samant answered on 13 Nov 2020:


      Computers don’t speak the same language as us. So we need a way to give them instructions so that they understand what to do. This is essentially what code is, and there’s many different languages in which you can code (C++, Java, Python, Julia, etc.).

      So I spend a lot of my time writing scripts (which are sets of instructions for a computer) for my computer to interpret. This is the bulk of how I can get computers to learn things with machine learning, I write some script to tell it what to learn and how to learn it. I then use these scripts to see if the computer can solve the problems I want it to solve.

Comments