Hacker News new | ask | show | jobs
by ezedv 1032 days ago
Python is a popular choice due to its extensive libraries like TensorFlow and PyTorch. If you're into data manipulation, R is great. For performance, languages like C++ and Julia are valuable. Remember, the language is a tool; understanding AI concepts matters more.

Start with one that aligns with your goals and explore from there!

1 comments

I doubt performance is better writing in C++ or Julia by an average programmer. Libraries such as tensorflow or numpy are highly optimized and pass heavy stuff to C, Fortran or similar.