+ 2
This year I will be studying AI in college, is my major. Does anyone know how should I prepare for it? Any tips?
5 RĂ©ponses
+ 4
You can choose any language really. The advantage of C++ is itâs speed and if youâre comfortable with this language, stick to it.
Python is just easy to learn, easier to follow (code-wise) and has many libraries, even for AI. The drawback is that the code might take slightly longer to execute as it doesnât need compiling.
In my opinion, it would be best to learn both. You can learn Python after
C++ if you like, Alexandru Iancu .
Hope this helps đ
+ 4
AI is a pretty complicated topic, but here are some tips from my side:
âą Choose a suitable language (python3 is well-suited for AI) and learn it perfectly
âą Write efficient and fast algorithms for data handling
âą Use lightweight libraries for processing data
âą Always document your code so well that a non-techie can understand what a snippet is doing
âą Choose suitable hardware for running your AI
Hope this helps đ
+ 4
Glad to be of help, Alexandru Iancu âșïž
+ 2
Thanks! đ I already started learning c++, should I keep going? Or change to learn python?
+ 2
Nice, thanks for informing me! đ Such a great platform here.đđ