r/learnpython • u/ashtarsheran31 • 3h ago
Project proposal
I am learning Python for ML (machine learning). What kind of projects would you recommend to reinforce my knowledge?
2
u/chinwikhlwi 3h ago
If you're learning Python for ML, I'd recommend starting with small projects first, like a data analyzer or a simple prediction project. Learn NumPy, Pandas, Matplotlib, and scikit-learn along the way. Don't rush into advanced ML projects before getting comfortable with Python basics.
1
u/chiibosoil 2h ago
That's broad topic. What are you interested in learning and focusing on?
Fraud detection, image classification, forecasting, etc.
Each have very different nuances and process associated with it (ex: imbalanced data handling for Fraud detection).
First learn basics of Python data/object handling and methods. Without it, it can be a struggle to apply ML.
Then pick a topic that interest you and do some research on the topic. There are plenty of examples out there, but you will need to find your own interest.
1
u/code_x_7777 2h ago
Create your first LLM. I think Karpathy has a good YT video on it. Can be found easily on YT - it has millions of views. He was the AI boss for Tesla self driving.
3
u/riklaunim 3h ago
Define what you actually want to do with that ML?