HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mchab

no profile record

Submissions

Show HN: Unwired – LLM-powered DNS to filter the internet

github.com
1 points·by mchab·3 ay önce·0 comments

Deep-Claw: the first agent that learns for you

deep-ml.com
3 points·by mchab·3 ay önce·1 comments

Show HN: Deep-ML Labs:Learn machine learning by building it from scratch

deep-ml.com
1 points·by mchab·8 ay önce·0 comments

[untitled]

1 points·by mchab·geçen yıl·0 comments

Deep-ML – Advanced ML Challenges

deep-ml.com
3 points·by mchab·geçen yıl·1 comments

Open source LeetCode stile machine learning questions

github.com
2 points·by mchab·2 yıl önce·1 comments

Open Source ML Challenge Platform

github.com
1 points·by mchab·2 yıl önce·1 comments

ML Code Exercises

deep-ml.com
221 points·by mchab·2 yıl önce·64 comments

comments

mchab
·3 ay önce·discuss
I just made the first agent that learns for you, you tell it any topic and it will read a bunch of info about and digest the material, you no longer need to learn anything!
mchab
·geçen yıl·discuss
Hi everyone, I wanted to share a tool I’ve been working on called Deep-0. It’s designed to generate coding challenges and exercises from any technical topic whether it’s machine learning, software engineering, financial math, or any other area you’re interested in. The idea is to turn what you’re learning into interactive, structured problems you can solve.

The tool’s still evolving, but I think it’s a neat way to bridge the gap between reading and actually working through the ideas. If you’re curious to see how it works or have suggestions, here’s the link: https://deep-ml.com/deep0

Would love to hear if you’ve tried similar approaches or have ideas for where this could go next!
mchab
·geçen yıl·discuss
Hi,

We've introduced some new features to Deep-ML designed specifically to help you master challenging topics more effectively.

One of these features is problem breakdown. With this capability, you can approach any complex machine learning problem by breaking it down into smaller, more manageable pieces. This approach makes it easier to pinpoint exactly where you're getting stuck, helping you to learn faster and solve problems more confidently. This feature is accessible to everyone on the daily question and available for all other questions with the premium subscription.

We've also added collections—a way to test your understanding of key concepts thoroughly. Collections help you determine if you truly grasp a topic by guiding you through carefully structured problems based on influential resources like the "Attention Is All You Need" paper or Andrej Karpathy's Micrograd tutorial. Completing these collections earns you badges, providing clear evidence of your knowledge and abilities—without needing a formal degree.

We'd love to hear your thoughts!
mchab
·2 yıl önce·discuss
The backbone behind https://www.deep-ml.com
mchab
·2 yıl önce·discuss
I have been working on a platform where people could solve ML problems similar to leetcode but more focused on learning and less on interview https://www.deep-ml.com/, also started making the problems open source https://github.com/Open-Deep-ML/DML-OpenProblem
mchab
·2 yıl önce·discuss
I've created a website https://www.deep-ml.com/ where learners can practice and implement machine learning algorithms using only numpy. Now, I'm making all the problems open source on GitHub: https://github.com/Open-Deep-ML/DML-OpenProblem.

The goal is to provide a resource where people can dive deep into the fundamentals of machine learning without relying on high-level libraries, making the learning process more transparent and hands-on. Contributions and feedback are welcome!
mchab
·2 yıl önce·discuss
Thank you for the help! Will definitely try this instead of my current method, if you’d like you could join the discord https://discord.gg/s4uVTQwk and let me know if you have any other ideas
mchab
·2 yıl önce·discuss
Thank you for the feedback will look into that

Edit: the sign up works for me, but the spacing is an issue
mchab
·2 yıl önce·discuss
Originally I started this as an open source project, and currently thinking of a similar system to what you shared where I make the problems open source and keep the site close sourced. Here was my original project https://github.com/moe18/DeepMLeet
mchab
·2 yıl önce·discuss
That is a good point, thank you for the input I will change up the example problem to clear things up
mchab
·2 yıl önce·discuss
Created a discord for anyone that had any recommendations or wants to stay up to date on new questions we are working on https://discord.gg/s4uVTQwk
mchab
·2 yıl önce·discuss
can you not get to the site or when you run your code it does not run?
mchab
·2 yıl önce·discuss
Yes, it seems like there is an issue with that question will try and fix that as soon as possible, thank you for the catch
mchab
·2 yıl önce·discuss
Nice, thank you
mchab
·2 yıl önce·discuss
thanks! I think having leetcode in the title angered a lot of people
mchab
·2 yıl önce·discuss
I would, but do not see the option to change the title
mchab
·2 yıl önce·discuss
Exactly, I think putting leetcode in the title triggered a lot of people
mchab
·2 yıl önce·discuss
I created these questions from a mix or resources, some from libraries like numpy linalg docs, and sklearn docs. Some from textbooks like https://www.deeplearningbook.org/ And others I asked chatgpt about
mchab
·2 yıl önce·discuss
Yeah I think I miss titled my post it is more of a learning tool and less of a leetcode/ interview prep site
mchab
·2 yıl önce·discuss
I really enjoyed andrej karpathy’s zero to hero videos and I like the concept of you don’t know something till you build it, so I made this site, probably should of come up with a better title because it is made as a learning tool not as interview prep like leetcode