I want to get better at understanding different libraries and their function used in Python for AI & ML. What resources should I refer?
All the python libraries should have documentation. When you have a question on a particular topic, just do a search and these days you’ll almost always find some useful hits either on the documentation site of the package in question or on StackExchange. And StackExchange threads frequently have links to other documentation.
Thank you
Build a project, do leetcode exercises
2 Likes
I see you are just joining the group so I wanted to welcome you. And I too have the same question. I guess we will find out the answer together. If I find some more info I will share it here.