pytorch
alright I am just going to ask it. I have been really interested in mojo especially for ML but it seems that you need to know a lot of concepts to actually do it. So I understand how to make a struct in mojo. But do I actually need to implement a matrix struct from scratch? And matrix multiplication and so on? Or can I use the Tensor module, or do I use vector, or both? Or is there a built in type? Or do I import pytorch into my mojo code?
1 Reply
imo implementing a matrix from scratch will help you understand the math and why neural networks are why they are
tensors are also cool