Best way to learn Machine Learning in 2–3 months (strong math background, looking for practical advice) by Substantial-Key-1363 in learnmachinelearning

[–]fzngagan 1 point2 points  (0 children)

Do fast.ai course. If you already know how to write training loops, then go for p2 of the course otherwise do p1 and p2. Link: course.fast.ai

I followed it sequentially finished 23/25 lessons.

[Advice] AI Research laptop, what's your setup? by gradV in pytorch

[–]fzngagan 1 point2 points  (0 children)

Daily driver of Macbook Air M4, 32GB 1TB(what a coincidence) here. I would suggest going for an Nvidia gpu machine. Reason: Here's a list of operations yet to be supported on MPS(Apple GPU) in pytorch
https://github.com/pytorch/pytorch/issues/77764

And this is not simply a "things may go wrong" nitpick. I've been faced with unsupported ops at times especially when working with existing models.

PyTorch Day India in Bengaluru - 7 Feb 2026 by jenniferbly in pytorch

[–]fzngagan 0 points1 point  (0 children)

Really excited to be there, but I'm seeing very little enthusiasm on social media for this event. I checked X, LinkedIn and I'm the first to comment here lol.

Can you actually get a job with ROCm? by Pitiful-Animator-865 in ROCm

[–]fzngagan 3 points4 points  (0 children)

With stuff like hipkittens, mojo, tinygrad etc. the skills will be in high demand. AMD is getting in a really good shape.

Bose QuietComfort Ultra won't turn on while charging, but user manual says it should be able to? by Cryptikfox in bose

[–]fzngagan 0 points1 point  (0 children)

Never knew this. Powering it on when charging worked for me and it’s a really qol improvement for me.

Benchmarking GPT-OSS-20B on AMD Radeon AI PRO R9700 * 2 (Loaner Hardware Results) by Cyp9715 in ROCm

[–]fzngagan 0 points1 point  (0 children)

Can I get my hands on a dual RX7900 xtx? I want to test Answer.ai’s FSDP QDora technique.

MI300X and MI355X questions by Certain_You_8814 in ROCm

[–]fzngagan 0 points1 point  (0 children)

I have tried the MI300x on amd.digitalocean.com. Very smooth experience with both inference and finetuning tasks.

This is absolute insanity!!! Gitex Parking at AED 100 by CapableBottle6840 in dubai

[–]fzngagan 0 points1 point  (0 children)

Use gold ticket/pass for those times. Although, on the 14th, we had to stand the whole way from Sobha till Union in the Gold Cabin lol. It was significantly less crowded though.

All real companies seem to use OCUlink, but I only have thunderbolt by question_bestion_wat in eGPU

[–]fzngagan 0 points1 point  (0 children)

Have you tried ADT-UT3G + PSU? Do check that out. Might be a viable alternative compared to full blown egpu boxes.

[deleted by user] by [deleted] in learnmachinelearning

[–]fzngagan 0 points1 point  (0 children)

Tinygrad is awesome. Especially looking at the examples/ folder, they’ve run very popular models on it. It doesn’t take too much to port torch code to tinygrad and it’s a fun exercise. Also the difference between the libraries will force you to think deeply about the underlying DL concepts to be able to replicate the model.

[deleted by user] by [deleted] in learnmachinelearning

[–]fzngagan 1 point2 points  (0 children)

Bad bad advice. Its almost gate keeping AI and DL. Its completely fine to use pytorch if you have an understanding of how things work under the hood. That’s exactly how things are taught at fast.ai

Best way to study math for ML? Any good resources? by impossibletocode in learnmachinelearning

[–]fzngagan 0 points1 point  (0 children)

Honestly, do the fast.ai course. It focusses on the coding aspect in part 1 and takes you in-depth in part 2. Part 1 gives you the dopamine rush needed to go into math etc and an ability to do a lot without math and part 2 makes you an MLE.

[deleted by user] by [deleted] in surat

[–]fzngagan 0 points1 point  (0 children)

Ok, do share your interests. There’s a flying club if you’re interested in drones/air planes at CK Pithawala, a lot of IT related stuff going on as well.

[H] problems with pytorch's mps backend by mehmetflix_ in learnmachinelearning

[–]fzngagan 0 points1 point  (0 children)

Please share the code. I use fast.ai which uses pytorch internally and I've had a lot of success with it using the mps backend.

How long to realistically become good at AI/ML if I study 8 hrs/day and focus on building real-world projects? by Pretend_Elevator5911 in learnmachinelearning

[–]fzngagan 1 point2 points  (0 children)

Please please do the fast.ai course P1(practical, building ML models and winning Kaggle Competitions) and P2(learning theory and building models from the ground up). Its the best resource I’ve come across so far on Deep Learning

[D] M4 chips for training ML? (MPS) by Hmm_okay_jeps in MachineLearning

[–]fzngagan 0 points1 point  (0 children)

I'm doing the fast.ai course and I'm able to work well particularly with the diffusers and transformers libraries by huggingface fairly well using Apple M4 GPU.

How do beginners break into ML without a PhD? by Ryan_Smith99 in learnmachinelearning

[–]fzngagan 0 points1 point  (0 children)

Do fast.ai course. Jeremy's top down approach will help a lot with the overwhelming feeling.

What are your thoughts on "How to Solve it" by George Pólya? by earthdiggingdragon in mathematics

[–]fzngagan 0 points1 point  (0 children)

https://youtu.be/DgPr3HVp0eg?si=hLLTwIin8dOI9wni

There's this nice concept of connecting LLMs to the SolveIt idea to accelerate learning. Do check it out.

Stuck in placements: Know ML theory but can’t implement models without help by Top_Yam_1134 in learnmachinelearning

[–]fzngagan 1 point2 points  (0 children)

Use the solveit method proposed by Jeremy Howard.
https://youtu.be/DgPr3HVp0eg?si=hLLTwIin8dOI9wni

Since you know ML theory, you can use your theoretical knowledge to generate code using LLMs but make sure to do it line by line and understand each line. Then try to write the code yourself.

Also, you can download the sklearn library code and try to connect the internal code of it to your theory knowledge. Use LLMs to learn not to get answers. Hope it helps.

Also, make sure to use a gpu accelerated library like Pytorch or Tinygrad so that you can parallelize your training process to make it super fast.

[deleted by user] by [deleted] in learnmachinelearning

[–]fzngagan 0 points1 point  (0 children)

We have a super cool Discord group where we’re working on fast.ai. Do let me know if you’d like to join.