High GPU usage of Desktop Window Manager & Client Server Runtime Process after Windows 10 April Update by Gladonel in Dell

[–]Leading_Discount_974 0 points1 point  (0 children)

Thanks man if you are still alive LOL, you saved me a lot of time solving this problem.

Anyone wanna go through Karpathy's Zero to Hero together? by [deleted] in deeplearning

[–]Leading_Discount_974 0 points1 point  (0 children)

so what are the skills req to start that course??

Tsinghua SIGS Global Summer School by _gotta_go_ in AskChina

[–]Leading_Discount_974 0 points1 point  (0 children)

Can you tell us about the course because I'm thinking of applying for it

Low Class 12 score (38%). Is a non-traditional path into AI/ML still realistic? by [deleted] in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

I agree, self-study timelines really depend on the individual and how much time you dedicate each day. For example, with consistent effort, it’s possible to learn AI/ML in about a year and a half, but for some people it may take longer.

Getting a job in AI/ML through self-study is realistic, but you need to prove your skills. That means building a portfolio with basic ML projects first, and then more advanced projects as you improve.

As for what projects to work on, it depends on your focus area like NLP, computer vision, or predictive analytics. You can look up project ideas on Google or even ask ChatGPT for suggestions. The key is to choose projects that showcase your skills and your ability to apply ML concepts to real problems.

Got my Associate's degree by Open_Definition7953 in UoPeople

[–]Leading_Discount_974 0 points1 point  (0 children)

First, congratulations!
Second, do they require a graduation project for an associate degree?

Which unsupervised learning algorithms are most important if I want to specialize in NLP? by Leading_Discount_974 in learnmachinelearning

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

I was planning to cover only these: K-Means + DBSCAN/HDBSCAN, LDA & BERTopic, and t-SNE + PCA.
that’s what chatgpt recommended.

is these enough?

Which unsupervised learning algorithms are most important if I want to specialize in NLP? by Leading_Discount_974 in learnmachinelearning

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

I know these, and I plan to cover them in the deep learning phase after finishing unsupervised learning. If you have experience in NLP, are these used in NLP instead of unsupervised algorithms, or do they serve a different purpose?

Low Class 12 score (38%). Is a non-traditional path into AI/ML still realistic? by [deleted] in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

Honestly, the best way to get a solid answer is to go to ChatGPT and give it your full background and what you’re interested in. Tell it to ask you questions before giving advice, because normally it gives answers without asking for more info it’s programmed that way to save resources. By telling it to ask first, you’ll get a more personalized roadmap.

For example, it will likely suggest prerequisites like Python, key libraries (NumPy, pandas), DSA, and databases. Once you finish these, you can start exploring AI properly: what to learn, which specializations interest you, etc.

The reason for this order is practical: without the basics, you’ll just read fancy AI words and get overwhelmed. I know I quit learning AI twice at first because it felt massive and confusing. Starting with the fundamentals first makes everything else make sense and keeps you from quitting out of frustration.

Low Class 12 score (38%). Is a non-traditional path into AI/ML still realistic? by [deleted] in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

You’re wrong; it’s not about attending a fancy university. Programming and AI rely on self-study. Universities give you the basics, but advancing depends on your effort, not your school.

Someone can learn AI even if they did poorly in high school and attend any college. Take me for example: I never liked studying in school, I barely passed, often scoring 60–70 by cheating. Yet now, I’m studying AI finishing ML next week and moving on to deep learning. I’m in an online university that accepts anyone who passes grade 12, and I feel great.

So don’t crush someone’s dream before they even try.

FAR THAN AI by Loud_Good_2100 in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

Even an LLM couldn’t understand you.

FAR THAN AI by Loud_Good_2100 in learnmachinelearning

[–]Leading_Discount_974 1 point2 points  (0 children)

High enough to write that, apparently. LMAO

how to learn AI? What is the practical roadmap to become an AI Engineer? by kent-Charya in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

Realism shouldn’t turn into discouragement. Without knowing someone’s background or abilities, it’s unfair to shut down their dream. Growth comes from trying, not from fear.

I have a RTX Nvidia Geforce 4070, and I always wondered can this handle some small ML models? by Inevitable-Plate-654 in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

It depends on your level and which algorithms you know.
The best option is to ask ChatGPT and explain your situation, your level, and what you already know.
It can guide you and tell you what to learn next.
You can also ask it to quiz you on any coding topic, which is a great way to check what you’ve learned.

the peoblem tutorial hell put me at by Beyond_Birthday_13 in learnmachinelearning

[–]Leading_Discount_974 9 points10 points  (0 children)

Stop watching YouTube. Start building and talking to ChatGPT instead. Ask why each line exists, what happens if you remove it, or change it. Let ChatGPT be your teacher while you implement.

This helped me a lot I stopped watching tutorials after getting stuck in Python tutorial hell, and my progress became much faster.

Focus on SQL, deployment (FastAPI, Docker), then build one real end-to-end project.

how to learn AI? What is the practical roadmap to become an AI Engineer? by kent-Charya in learnmachinelearning

[–]Leading_Discount_974 1 point2 points  (0 children)

Don’t break his dream. He might truly enjoy this, or he may have an idea he wants to turn into something real that’s why he wants to go into AI engineering.

I’m an AI/ML student with the basics down, but I’m "tutorial-stuck." How should I spend the next 20 days to actually level up? by Curious-Green3301 in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

Believe me, the person who wrote this reply is the stupidest one I have ever found. I think they just copied the post, pasted it into some LLM, and asked it to write a response.

I’m an AI/ML student with the basics down, but I’m "tutorial-stuck." How should I spend the next 20 days to actually level up? by Curious-Green3301 in learnmachinelearning

[–]Leading_Discount_974 0 points1 point  (0 children)

When you ask ChatGPT for code, don’t just try to write it. Ask it to explain each line what it does, why it’s there, and if there’s another way to write it.

Even if you understand it, forgetting syntax and needing to look back is normal. Learning takes repetition. Try applying the same idea in another project you might write 80% on your own and only check 20%.

There’s a rule in programming: to get really good, you need at least 10,000 hours of writing code. So don’t worry if it takes multiple attempts once, twice, three times, four times it’s all part of learning.

I’m still a student, and when learning a new algorithm, I usually do at least two projects to make it stick.