Submitted by AutoModerator t3_ybjvk5 in MachineLearning
pl0m0_is_taken t1_itrzbgk wrote
Apologies if this isn’t a right question for this sbrdt.
Title - Things to have on resume for first co-op
I am a third year Math&Stat undergraduate, previously graduated with diploma in CS and two year web dev experience.
I want to eventually get into ML. I plan to do my first work term in summer 2023. What things (programming languages/certs/courses/etc) should I learn which will give me an upper hand? I understand that ML is very specialized field and I may not be able to find an ML undergrad coop job, is there a position(s) you could recommend which can serve as a foundation and eventually lead me into ML?
I do really appreciate any feedback
YamEnvironmental4720 t1_iu3a34c wrote
I would recommend Andrew Ng's courses on Coursera. He is very respected both as a researcher and a teacher of ML. The courses start from the basics with linear regression and evolve to treating neural nets and deep learning. With your education, you'll have no problems with the mathematics: matrix theory, multi-dimensional calculus (in particular gradient flow) and some probability theory. He explains the intuition behind many of these topics very well, though, but it makes it easier to already be familiar with them. As for programming languages, the assignments for his first course on ML were in Octave, if I remember correctly, but he later switches by Python, which is by now probably the number one language for these purposes due the the multitude of libraries for ML. As you have a diploma in CS, I assume that you are already fluent in some programming languages, and it would be a good exercise to build your own ML model, e.g. neural net or random forest, from scratch in your language of choice in order to develop a deeper understanding.
pl0m0_is_taken t1_iu3h2rt wrote
Thank you for being kind and replying with the suggestion, I will act on it.
Viewing a single comment thread. View all comments