This year I will be studying AI in college, is my major. Does anyone know how should I prepare for it? Any tips? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

This year I will be studying AI in college, is my major. Does anyone know how should I prepare for it? Any tips?

3rd Jul 2019, 7:04 AM
Alexandru Iancu
Alexandru Iancu - avatar
5 Answers
+ 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 😊
3rd Jul 2019, 7:41 AM
aceisace
aceisace - avatar
+ 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 😊
3rd Jul 2019, 7:24 AM
aceisace
aceisace - avatar
+ 4
Glad to be of help, Alexandru Iancu ☺️
3rd Jul 2019, 9:16 AM
aceisace
aceisace - avatar
+ 2
Thanks! 😁 I already started learning c++, should I keep going? Or change to learn python?
3rd Jul 2019, 7:32 AM
Alexandru Iancu
Alexandru Iancu - avatar
+ 2
Nice, thanks for informing me! 😁 Such a great platform here.👌😀
3rd Jul 2019, 7:54 AM
Alexandru Iancu
Alexandru Iancu - avatar