Key takeaway on how to start your ML journey
I recently gave a talk on ML and that has inspired me to tread down the path and explore more.
I can't call it a recent post but it is a recent post from Jason Brownlee that I read which has given me better direction to add some seriousness to this field
Some key takeaway on how to start mine/your ML journey:
I can't call it a recent post but it is a recent post from Jason Brownlee that I read which has given me better direction to add some seriousness to this field
Some key takeaway on how to start mine/your ML journey:
- DO NOT go through ML tutorials , Get onto hands-on realtime problems
- Get onto Kaggle
- Follow the likes of Triskelion
- Reproduce what others have done, DO NOT reinvent the wheel
- What other tools ? Vowpal Wabbit Scikit-learn
- R or Weka or Python or DO NOT have a weapon of choice
- "Competing consistently is the key to getting good."
- New to Data Science? Get started with a tutorial on our most popular competition for beginners, Titanic: Machine Learning from Disaster.
- Machine learning is the hottest field in data science, and this track will get you started quickly. https://www.kaggle.com/learn/machine-learning
- Practice a lot: Do as many challenges as you can, incremental improvements.
- Study evaluation metrics: Really understand AUC, etc. (see a list of metrics)
- Study the domain: Business cases, papers, state of the art, feature engineering
- Team up: Top 10 finish is hard, but he need to team up to achieve it.
- Read the forums: Post to competition threads, understand winning solutions.
- Share on forums: Lots of angles on a given problem, don’t share too much.
- Use ensembles: They always improves results, can give you a top 10 with simple models.
- Experiment: Try out ideas rather than living in thought
- Creativity: Think outside of the box
- Tools: Find and use good algorithms.
- Tuning: Use cross-validation, tune all model parameters.
Comments
Post a Comment