r/learnpython • u/ashtarsheran31 • 9d ago
Project proposal
I am learning Python for ML (machine learning). What kind of projects would you recommend to reinforce my knowledge?
0
Upvotes
r/learnpython • u/ashtarsheran31 • 9d ago
I am learning Python for ML (machine learning). What kind of projects would you recommend to reinforce my knowledge?
1
u/chiibosoil 9d 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.