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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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