>>2404304What in the goddamn
>>2404293What kind of ML? Do you wanna work with existing LLMs? Train your own model for something specific like natural language processing (you can use NLTK), imaging, etc? Training your own LLM is out of the question, you'd need megacorporation level resources, but most have APIs you can consume. OpenAI has no free tier but afaik Gemini does.
For python, there are tons of beginner tutorials on youtube and online that are very good. There are also good tutorials on intermediate python too. As for advanced, you'll need to learn concepts like generators, decorators, iterators, concurrency, protocols, inheritance, what ducktyping actually means, etc.
Regardless, genAI can help you learn a
lot faster. Ask chatgpt for project suggestions and help implementing them, explanations for concepts, etc.