Hello friends today I am asking about the best way to do programming assignments in the courses like Machine learning specializationn, Deep learning because the coding part is somewhat hard for me. And tell me what should I expect from myself while solving the assignments. I love the theory ,I love the quizzes but the programming assignmens are the one yet I’m not able to compete fully I mean they reduce my interest about that particular topic otherwise theoretical part and quizzes are the ones that make me feel good about the topic so how can I complete my programming assignments and what is the best way to do them.
The specializations you’ve mentioned are aimed at making you a practitioner as well. So, instead of using AI coding tools, please do the assignments. The tests and the community can help you solve the programming parts which by the way are well documented in the notebook and have good unit tests as well.
Here’s a sample roadmap if you’re just starting out:
Thanks for your advice.
Also note that both MLS and DLS assume that you are already a competent python programmer. They introduce you to numpy, but you already need to know python. If programming in general or python programming in particular are relatively new to you, it would be a good idea to strengthen your python skills by either taking a python course or finding some online python tutorials. If you’re literally new to programming, then taking a course is the way to go. If you are an experienced programmer in other languages than python, then tutorials are probably the way to go. The python.org website has lots of good educational content.