0
C vs python
I am learning C and I want to learn about machine leaning. I have acquired an vary good resource and guide to it but the catch is, itâs in python. My question is Is it advisable to start to learn python for that? From what i learned machine learning in C is entangled with way more work than python and only necessary If accuracy ( what ever that means) Is the goal. Or would You advise me to continue with c and try to learn machine learning with it? Ultimately I want to reach the level of unsupervised Machine learning I think ( but my lack of experience might make me not see the bigger picture).
1 Answer
+ 2
In Python you can code a lot faster when it comes to Machine Learning đ
So if you want to understand the concepts, then do it there.
If you need to manipulate "the inner parts" to gain speed, you can still switch to C.