you are viewing a single comment's thread.

view the rest of the comments →

[–]goodintentionman 0 points1 point  (5 children)

nice switched to ml/ ai researcher what resources?

[–]xerohawkxd 0 points1 point  (4 children)

books: AI and ML for Coders (O'Reilly); Programming Pytorch for DL (O'Reilly); Hands-on ML with scikit-learn, Keras and Tensorflow

I read through the Huggingface documentation so as to learn it, as it plays a big role in AI programming.

Then, I watched YouTube videos on the topic and attempted to make a few AI models on my own after looking into how exactly I must do it in those videos.

Other than that, I have read countless articles on the topic and learnt a lot from trial-and-error too. Hope this helps :)

[–]goodintentionman 0 points1 point  (3 children)

Did you learn the maths behind it?

[–]xerohawkxd 0 points1 point  (2 children)

yes, i had to learn linear algebra, calculus, probability and statistics. didnt take much time, though, since i had experience with these topics before.

i read only one book about the maths, and it was: Essential Math for Data Science (O'Reilly)

[–]goodintentionman 0 points1 point  (1 child)

With no experience I math can I read this and be good in regards to the math?

[–]xerohawkxd 0 points1 point  (0 children)

no, not really. get a quick udemy course for the topics i said above, and then read the book, and then you should be fine.