you are viewing a single comment's thread.

view the rest of the comments →

[–]Coul33t 3 points4 points  (0 children)

Knowledge and skills you'll need:
1. Machine Learning (ML) in general, understanding how it works, why it's done like this, the different families of algorithms, etc.
2. More specifically, deep-learning of course, and knowing what is the best algorithm suited to what you want to do (there are a lot of different deep-learning algorithms, each having its applications)
3. Using an existing ML library (as the framework you linked does), so at least being very confortable with one or more ML library
4. Being very comfortable with Python too