DEV Community

Discussion on: I want to learn AI with Python, but i dont know how to start

Collapse
 
felipperegazio profile image
Felippe Regazio

Thanks a lot for everybody which commented here. Think i already have resources enough to a long study time. If came here for the same reason of this post title, heres a resume. One think i could to perceive on comments is a common order in the learning process:

  • math + concepts + algorithms (always)
  • 2 books to keep reading "on the road"
  • start trying with numpy, pytorch and other frameworkless ways (learn + BUILD something)
  • deeper concept
  • frameworks (tensor flow, Scikit-Learn, Keras ...) (learn + BUILD something)
  • ...

for all those topics already have good tips and resources on the comments.

REALLY THANKS YOU ALL!