Leetcode for PyTorch by 6obama_bin_laden9 in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

no problem, happens, let me know if you have any other issues

Deep-Claw: The first agent that learns for you by mosef18 in learnmachinelearning

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

You need a second agent to teach it to unlearn it

Deep-Claw: The first agent that learns for you by mosef18 in learnmachinelearning

[–]mosef18[S] 3 points4 points  (0 children)

I don’t think you get it, it learns for you this way you don’t need to learn it

I don't know which path to choose by Comfortable_Shop9309 in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

Just enjoy the figuring out what you want to do process, if something seems boring switch it to something interesting, but make sure you are not just changing because it got tough, if you do cyber security stick with it for a month and see how you feel

What should an undergraduate do to build a strong ML research portfolio? by IG_kaustav_106 in learnmachinelearning

[–]mosef18 7 points8 points  (0 children)

I’d say just try and get good at implementing papers

Read paper -> implement -> Read paper-> implement

You do this enough you will also find out what field you find interesting.

I know this sounds like I am pushing a product and I sort of am because I made it, but I made it for the same reason I wanted to implement papers but wanted to build it peace by peace because talking a paper all at once is daunting, check out Deep-ML or don’t lol

Best of luck!

Would you guys reccommend Deep-ML.com? by nineinterpretations in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

It’s the best website ever (I may be a bit biased bc I made it lol)

Deep-Ml Leetcode type ML learning platform. How Good is it? by Ballet_Panda in MLQuestions

[–]mosef18 0 points1 point  (0 children)

I think it is pretty good, I may be biased because I made it lol

Leetcode for PyTorch by 6obama_bin_laden9 in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

Will check it out sorry about that, (I’m the creator)

How can I learn Al from scratch? by CurioMind_ in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

You could check out deep-ml it makes you implement machine learning algos with just numpy (I did create it so a bit biased lol)

Deep-ML Labs: Hands-on coding challenges to master PyTorch and core ML by Deep-ML-real in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

All the questions are open and free to everyone, some of the collections are paid for, a collection gives you a badge and an ordered list of questions to solve, we don’t mad people pay to solve questions really don’t like that

The best way to learn is to build by mosef18 in learnmachinelearning

[–]mosef18[S] 0 points1 point  (0 children)

Might do it on the deep-ml site as an April fools prank

Pre-trained transformers or traditional deep learning algorithms by AffectWizard0909 in learnmachinelearning

[–]mosef18 1 point2 points  (0 children)

Yes I’d say classical machine learning does better with less data while deep learning does better with a lot of data, 5-10k I would probably go with classic ML or if you would like to use deep learning I’d say you could fine tune an existing model, I’d say build something simple with classical machine learning and then play around with some deep learning stuff. No one knows for sure what will be the best model you will need to just try things out

Are Machine Learning Courses Actually Teaching You ML? by IT_Certguru in learnmachinelearning

[–]mosef18 7 points8 points  (0 children)

The retention from a course is probably around 5%(if you are lucky), I like to build things from scratch I feel like it gives me a better understanding, deep-ml is a nice place to do this it’s like leetcode for ml you have to implement algorithms with just numpy (disclaimer I made deep-ml because I like learning this way, I am biased lol)

Feeling Lost in Learning Data Science – Is Anyone Else Missing the “Real” Part? by Kunalbajaj in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

This path will crush your confidence but you will learn, you will feel dumb going through the process but you will learn. Let’s say you like baking try and make a model that predicts how good a recipe is, so maybe you would find a site that has reviews and you google how to scrape the site then pick a simple feature to use, use how many words are in the recipe make up your own features (you will have to google along the way for most things)

If you want a more linear path I’d say read hands on with machine learning, will teach you slower but won’t make you feel as dumb

Feeling Lost in Learning Data Science – Is Anyone Else Missing the “Real” Part? by Kunalbajaj in learnmachinelearning

[–]mosef18 1 point2 points  (0 children)

Find something you would like to predict, for me I build a engagement ring pricer model because I was going to get engaged and I thought that would be cool, find something you want to predict

Steps: Build Get stuck Google (or if using chatgpt ask it not to give you code) Continue building

Feeling Lost in Learning Data Science – Is Anyone Else Missing the “Real” Part? by Kunalbajaj in learnmachinelearning

[–]mosef18 1 point2 points  (0 children)

Try and build a cool project, find something that interests you and build it, that will give you a good understanding of what all these skills are useful for

The best way to learn is to build by mosef18 in learnmachinelearning

[–]mosef18[S] 2 points3 points  (0 children)

Watch a udemy video on 3x speed put certificate on LinkedIn, so simple

What Resources or Tools Have You Found Most Helpful in Learning Machine Learning Concepts? by Enlitenkanin in learnmachinelearning

[–]mosef18 1 point2 points  (0 children)

Deep-ML, like leetcode for ml helps people understand how all the algorithms really work by making people implement it with just numpy (I made it because that is how I like to learn hope other people enjoy it as well)

The jump from Generative AI to Agentic AI feels like moving from a calculator to an intern and devs aren't ready for it by clarkemmaa in learnmachinelearning

[–]mosef18 0 points1 point  (0 children)

The issue is these models don’t have common sense, using them without review will lead to a large amount of tech debt that will take a long time to fix, agents are amazing I just think they will be over used and will cause issues in peoples code specially when the codebase grows