Recommendations for ML courses

Hey there ! I am Maksym, Frontend Engineer. I have 5 years of experience and working mostly with TypeScript/Frontend frameworks. I am familiar with other languages (C, C++) from the university program. I am interested in learning basic ML to complete Hugging Face LLM Course.

Any recommendations here with what should I start?

3 Likes

Hi.
Python is essential. However, you don’t necessarily need to study Python specifically; if you understand C, you should be able to use Python by looking up syntax and functions as needed. The course should not use many of the more complex Python syntaxes. (After all, Python’s strengths lie in its readability and abundance of libraries…)
You can start right away without any issues.

Additionally, for actual API usage or running WebGPU in a browser, there are JavaScript libraries available.

If you want to learn the theoretical background, there are other resources available, but the LLM course alone covers a significant portion of the material.

Some resources

1 Like

Thanks a lot!

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.