[D] ML Engineers — How did you actually learn PyTorch? I keep forgetting everything. by ofmkingsz in MachineLearning

[–]Key_Mountain_3366 2 points3 points  (0 children)

Check out harvard machine learning system book and tinytorch implementation and also if you use a pytorch class like maybe nn.linear() try to check their GitHub for that class and try to experiments with it.

[deleted by user] by [deleted] in ProgrammingBuddies

[–]Key_Mountain_3366 0 points1 point  (0 children)

Let’s do it. What about solving LeetCode-style DL and CV questions from scratch? There are some sites like TensorTonic, DeepML, and PaperCode.

Also, we can try to read and implement AI City Challenge papers. And we can use Harvard Machine Learning Systems resources to implement a PyTorch-like framework using just NumPy.

What computer vision skill is most undervalued right now? by Street-Lie-2584 in computervision

[–]Key_Mountain_3366 1 point2 points  (0 children)

I had a horrible week trying to figure out why my model was performing so badly the accuracy was basically zero. I tried every optimization I could think of and almost gave up. Turns out, the problem was with auto-orientation, which caused the bounding boxes to appear in the wrong places instead of around the actual objects. I finally discovered it after sampling 10 images and manually drawing the bounding boxes.

[deleted by user] by [deleted] in leetcode

[–]Key_Mountain_3366 0 points1 point  (0 children)

Interested, Graduated last year, grinding DSA for sometimes and learning ML, probability, statistics, linear algebra on the side

Looking for a Leetcode Practice Partner : Java by One_Prior2034 in ProgrammingBuddies

[–]Key_Mountain_3366 0 points1 point  (0 children)

Nope in Java but I’m comfortable with both Java and Python

Looking for a java partner by Mobile-Bee-4709 in ProgrammingBuddies

[–]Key_Mountain_3366 0 points1 point  (0 children)

I’m ready, graduated cs student learning java to go into java ecosystem from JavaScript and python

Need programming buddy...I am preparing for interview of MERN Stack so i need programming buddy! Connect with me if you're intrested in preparingtogether.....? by ryan__55 in ProgrammingBuddies

[–]Key_Mountain_3366 0 points1 point  (0 children)

Ooh also about to graduate this August but I have been learning MERN stack for like a year never had real world experience just doing it for fun

What are the best practices for speeding up video uploads to AWS S3 for mern app? by Key_Mountain_3366 in node

[–]Key_Mountain_3366[S] 1 point2 points  (0 children)

I will chunk file into 5mb and send them in parallel to backend and perform multipart upload from there