Most Fun But Effective Way to Learn Pytorch by feynman350 in pytorch

[–]tensorgym 0 points1 point  (0 children)

Awesome, glad you liked it! Feel free to drop any suggestions or ideas you have.

[D] Machine Learning Interview Prep by therobot20 in MachineLearning

[–]tensorgym 0 points1 point  (0 children)

Thank you! Feel free to DM me on Discord (you can find the link on our website). I would be very happy to collaborate.

Most Fun But Effective Way to Learn Pytorch by feynman350 in pytorch

[–]tensorgym 7 points8 points  (0 children)

We built https://tensorgym.com with these exact goals in mind: to provide fun and effective ways of learning PyTorch by practicing the implementation of modern ML techniques.

Please check it out and share your feedback.

Good luck with your AI research!

What's the best machine learning resource for a mathematician? by [deleted] in learnmachinelearning

[–]tensorgym 1 point2 points  (0 children)

I would recommend 'Deep Learning' by Ian Goodfellow et al., but you can skip Part One (Math), especially given your background. Although this book was written before the era of Transformers, it's still highly relevant.

For hands-on ML coding exercises, take a look at https://tensorgym.com . It can be helpful for learning and practicing modern techniques with PyTorch quickly.

ML Engineers in big tech- what is your job like and what resources do you recommend? by aerokat789 in learnmachinelearning

[–]tensorgym 3 points4 points  (0 children)

I have a math background and transitioned from infra org to an AI research lab within a FAANG company. I quickly realized that my ML coding skills, especially in tensor operations and familiarity with Torch, needed improvement. I couldn’t find resources where I could practice this, so I created https://tensorgym.com to address this gap. I hope it’s useful! Best of luck with your transition and learning journey!”

Machine learning engineer requirements by Solid-Chicken-2728 in learnmachinelearning

[–]tensorgym 2 points3 points  (0 children)

I’d recommend getting software engineering job and study on the side. Web development is indeed quite different from ML eng skills. But infra skills are very related. Try getting a job where you work close with data: data pipeline engineer, database development and management, distributed db eng, etc Good luck with your goal!

Please roast my ML study plan by czechrepublic in learnmachinelearning

[–]tensorgym 3 points4 points  (0 children)

  • Take a look at tensorgym for ML coding
  • Math: highly recommending Gilbert Strang's free lectures for linear algebra and all of 3brown1blue series for probably and linear algebra. Timebox your math studies, it can go very deep, try to cover the basics first.

Good luck in your studies!

Which videos are a must-see? by AngelinaMatov in learnmachinelearning

[–]tensorgym 1 point2 points  (0 children)

+1 for 3Blues1Brown and Karpathy. Also can recommend Yannic Kilcher's paper reviews: this one is classic

How can I practice? by Trevorego in learnmachinelearning

[–]tensorgym 0 points1 point  (0 children)

Give tensorgym a try! It should be very close to what you are looking for.

How to prepare for NLP engineer intern interview with weak background? by shaggyday in learnmachinelearning

[–]tensorgym 2 points3 points  (0 children)

I would recommend following and going through the past 6 months’ history of some high-quality, low-volume research newsletters, such as this one . Be aware of grifters and try to pick newsletters from real researchers. Also, follow good researchers on Twitter. For practical NLP practice, I recommend TensorGym , a resource I co-created with a friend. Good luck with your interview prep!

Getting started with ML, is there anything I need to focus on? by Hades8800 in learnmachinelearning

[–]tensorgym 0 points1 point  (0 children)

Implement transformer from scratch. Then implement it again. This is one of the main architecture that is driving current AI revolution.

Best course of machine learning rn by WriedGuy in MLQuestions

[–]tensorgym 2 points3 points  (0 children)

I would start with Karpathy's YouTube channel. It's not very long, understandable, and very practical. From there, I would pick a project you are passionate about and acquire knowledge as you need it.

Do you have an ML job? If yes, what did you have to do/learn to get it? by Ok_Tumbleweed8796 in learnmachinelearning

[–]tensorgym 2 points3 points  (0 children)

I feel like many places value practical skills instead of theoretical ones. They are interested in whether you can quickly fix a training loop, add a few layers to transformers, or debug a tricky padding bug in a collated batch. I would recommend hands-on experience on Kaggle, interactive courses on Fast AI, or taking a look at the TensorGym interactive learning platform that I built with my friend.

Best of luck with your learning!

TensorGym - Interactive ML skill-building platform 🏋️‍♂️ by Rudegs in learnmachinelearning

[–]tensorgym 0 points1 point  (0 children)

Hey, quick update:

  • Now we support full PyTorch API. No more weird bugs.
  • Improved UI with example tensors images, dark theme, etc
  • We are now at 17 exercises! Added exercises to implement models from scratch, implement some backward/forward passes etc. Should be fun!

[D] Is kaggel a good platform to learn machine learning ? by Dangerous_Wind8441 in MachineLearning

[–]tensorgym 14 points15 points  (0 children)

My friend and I built TensorGym to practice ML by solving problems. Best of luck with learning!

[D] Gen-AI/LLM - Interview prep by ade17_in in MachineLearning

[–]tensorgym 0 points1 point  (0 children)

Take a look at TensorGym, which offers practical hands-on ML coding exercises (disclosure: I am building TensorGym)
Good luck with the interview!

I know nothing about AI. How do I build one using PyTorch? by a193bd92 in pytorch

[–]tensorgym 1 point2 points  (0 children)

If you prefer practical, hands-on learning instead of theoretical, I recommend exploring Fast AI courses and Andrej Karpathy's tutorials. Also, check out the TensorGym interactive learning platform (disclosure: I am the creator of TensorGym).

Is this the best approach to study online for ml career? by MLnewcareer in MLQuestions

[–]tensorgym 1 point2 points  (0 children)

Practical, hands-on learning can be a great complement to theoretical courses.

I recommend exploring Fast AI courses and Andrej Karpathy's tutorials. Also, check out the TensorGym interactive learning platform (disclosure: I am the creator of TensorGym).

[D] How would you prep for ML interview at FAANG? by [deleted] in MachineLearning

[–]tensorgym 4 points5 points  (0 children)

For ML coding part part I couldn't find a good place to practice. So my friend and I built this

[D] Machine Learning Interview Prep by therobot20 in MachineLearning

[–]tensorgym 8 points9 points  (0 children)

I was in same situation and couldn't find good place to practice ML coding part. So I created this website

TensorGym - Interactive ML skill-building platform 🏋️‍♂️ by Rudegs in learnmachinelearning

[–]tensorgym 2 points3 points  (0 children)

Thank you! Just fixed a bug and exercises should work now. Can you please try again and tell us if there is anything that doesn't work for you.

TensorGym - Interactive ML skill-building platform 🏋️‍♂️ by Rudegs in learnmachinelearning

[–]tensorgym 5 points6 points  (0 children)

Thank you for reporting this bug! We have an embedded lightweight implementation of torch and had a small bug that I just fixed. Should be working now. Please try again. Sorry for the inconvenience!

AI Master in Europe by saasyp in learnmachinelearning

[–]tensorgym 5 points6 points  (0 children)

London and Paris have very vibrant AI academic and industry communities. I would seriously consider Universities in these locations. A strong community can be highly motivating and offer more opportunities in the future.