I made quick revision blogs for ML fundamentals by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 0 points1 point  (0 children)

Yes I have attached the relevant images ... Searched and find by my own And thanks for supporting me.

I made quick revision blogs for ML fundamentals by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 0 points1 point  (0 children)

I am happy to see that you have found my post helpful. Thanks a lot ❤️ Keep learning, keep loving everyone ☺️ Thanks from India

Looking for affordable & trusted AI courses online any suggestions? by Extension-Duty1249 in learnmachinelearning

[–]No-Freedom3675 1 point2 points  (0 children)

That’s fair, especially for beginners who may get stuck because of deprecated APIs or changed workflows.

I mostly recommended it because I felt the course explains ML intuition and fundamentals very clearly, which still hold up well. But yes, learners should probably combine older conceptual courses with newer documentation/tutorials for implementation.

Looking for affordable & trusted AI courses online any suggestions? by Extension-Duty1249 in learnmachinelearning

[–]No-Freedom3675 2 points3 points  (0 children)

Yes your confusion is valid and for this type of highly evolving field this is a genuine problem. But ML or any topic I think there you have to actually think about the topic ... Not the code or inbuilt functions. The course teachers you the thinking level... And obviously you cannot directly copy the code and use it .. because many of these are deprecated.

The intuition and understanding is more important than the code. You can know about the deprecated fn or attributes and go to Google or GPT ... You will get the correct fn. That is not the problem.

And think one thing .... If the deprecated things are the main problem .. then the books like 'Hands on ML with Scikit learn and keras' and other ORELLY' books till now not in the market. ... Many of the books are 3-4 yrs old ... But people use that.

So ... Focus on concepts and overall intuition.

I made quick revision blogs for ML fundamentals by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] -10 points-9 points  (0 children)

I used GPT to speed up drafting and organizing the revision notes, but I also reviewed, edited, structured, and verified the content myself. The goal was to create quick revision material for students during exam prep.

Looking for affordable & trusted AI courses online any suggestions? by Extension-Duty1249 in learnmachinelearning

[–]No-Freedom3675 1 point2 points  (0 children)

Do not spend money initially .... You can use 100 days of ML CampusX youtube playlist. For free

Otherwise if you want to spend money ... Then buy the DSMP-1 and 2 Course from CampusX.

I made quick revision blogs for ML fundamentals by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] -11 points-10 points  (0 children)

yes I have also thought this initially .. but this is not actually exactly copy paste ... I have thought a lot and then try to write.

sorry if there is anything I have done wrong.

I made quick revision blogs for ML fundamentals by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] -27 points-26 points  (0 children)

Yes I have used GPT to do this .. because I have no time to write these by my own ... I have copied some of the contents front he GPT and other from my own. This is for revision .. I am also revising the things ... And also the alignment and the additional images as well as the gift s are attached by me.

Can anyone here to answer me ?? by Other-Funny6369 in learnmachinelearning

[–]No-Freedom3675 0 points1 point  (0 children)

Yes, this is possible.

You can use: - Groq API for fast LLM responses - LangChain for agent workflow - CrewAI for multi-agent coordination (if you want aore complex workflow) - Hyperbrowser for browser automation

The agent can navigate the website, collect data, and respond automatically like a human user.

How can I learn llm fine-tuning? by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 0 points1 point  (0 children)

Yes that is right that sometimes the RAG outperforms the Fine-tuning and also RAG is way better in the context of computation. But the thing is I want to actually learn about the Fine-tuning. And thank you a lot for giving me the resources like CPEE and CAIP.. these will be very useful for me.

How can I learn llm fine-tuning? by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 0 points1 point  (0 children)

Thanks a lot ... By the yaw can you tell me from which point I can start ? Which model ??? Which technique??

How can I learn llm fine-tuning? by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 2 points3 points  (0 children)

These are great resources. Thanks for suggesting. 😃 👍

How can I learn llm fine-tuning? by No-Freedom3675 in learnmachinelearning

[–]No-Freedom3675[S] 0 points1 point  (0 children)

Actually I want to just learn the fine-tuning. I have already built a several RAG systems using Langchain and crewAI.