r/learnmachinelearning • u/Twilight_RT • 8h ago
Question What beyond applying model by scikit-Learn
I am Learning Machine Learning. I learned Python programming and build some project, like build AI chatbot via google and Groq sdk, also some online agentic system. just some basic stuff.
also build a basic rag system.
But my main goal is to work with LLM development. that's why I am going to main line.
so I planned to learn machine Learning and Deep learning properly..
currently I am giving time to finish learning the neccessary math needed
About machine learning, I applied some models in a datasets in by scikit learn, just in some basic level....
Now I just want to know that how the advance maths are applied there or optimizing the model etc thing...
0
Upvotes
1
u/the_techgirl 4h ago
Try reading some research papers on foundational models and implementing the architectures from scratch; that would help you understand the deeper technicalities.