just a general non-technical question :P #1
-
hello guys im a rando kid in uni who just happened to stumble upon this pretty impressed with the work and congrats on winning just curious about how you guys learn to do ML, ie whats the motivation, any recommended resources online thanks and have a nice week ahead! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for your kind words. We learn ML out of interest and we are from the same CCA in high school which focuses on computing and ML. As for resources, we usually do peer teaching, but coursera and github are great self learning resources. When we did this competition, ChatGPT did not exist yet, but now it does, and it is very powerful to beginners too. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your kind words. We learn ML out of interest and we are from the same CCA in high school which focuses on computing and ML. As for resources, we usually do peer teaching, but coursera and github are great self learning resources. When we did this competition, ChatGPT did not exist yet, but now it does, and it is very powerful to beginners too.
I would say that participating in competitions like this often teaches us the most, as many things taught in theory or on videos are not directly application in production. It is only when you start facing errors and debug your code then you will learn the fastest.
As for libraries, I recommend starting with pytorch. Personally we sta…