https://pypi.org/project/ark-robotics/0.1/
Join the conversation
Join the community of Machine Learners and AI enthusiasts.
Sign Uphttps://pypi.org/project/ark-robotics/0.1/
Do you have any specific goals? Or any specific fields of interest?
I can tell you how I learned AI, and it might not be the way people do it today, but it is the right way :P
I began by learning the necessary mathematics. A subset of those was Linear Algebra, Calculus, Probability and Statistics. Then I started learning probabilistic machine learning from books like Bishop (https://www.microsoft.com/en-us/research/wp-content/uploads/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf)
After that I started to learn the field I wanted to be in. In my case, it was reinforcement learning so I studied the following books:
http://rlbook.busoniu.net/ - This is one of my favourite books on the topic.
(https://www.deisenroth.cc/pdf/fnt_corrected_2014-08-26.pdf)
I then started to read papers on the topics in ICML, ICLR, NeurIPS, JMLR, and the like.
In terms of coding, I learned Python and PyTorch. For that, I simply followed the tutorials online.
Then, transformers came, so I had to learn that, of course, followed by LLMs, VLMs, diffusions and so forth.
Hope this helps :-)