Staring with the ml algorithm with Python

I’m new to Machine learning and I have a limited knowledge of python so i want to know for the optional assignment can I do it with limited python knowledge and will we be taught that how to implement the algorithm that we learn here in Python and will we taught tools that will be used in the implementation of these algorithms because as I can see that numPy is being used in the labs and we were not taught so will we be taught about these tools later?

The courses assume you already have at least some familiarity with coding in Python. The courses don’t teach Python or the use of numpy (although it’s just really calling some math functions, and you’re given the syntax).

I recommend you attend a basic-level course on Python, it will save you time later on.

1 Like