Hi,
Just saying hello. I’m a System Engineer trying his hardes to be an algo developer. I just finished a comprehensive C++ Course and trying to learn deep learning as I see a great potential in it. Hope it can be implemented not only in Python but in C++ too
Python is the go-to language for teaching machine learning techniques.
Other languages can be used, but generally you use a Python solution to study the techniques, then port the solution to another language to get higher performance.
Python isn’t particularly fast, unless you access a GPU array for the heavy lifting. But it is a great learning platform, because there is so much code and so many tools available.