Difference between revisions of "Checklists"

From
Jump to: navigation, search
m (Lists...)
m
Line 23: Line 23:
 
=== Lists... ===
 
=== Lists... ===
  
 
+
* [http://towardsdatascience.com/the-essential-machine-learning-project-checklist-3ad6a7a49c37 The Essential Machine Learning Project Checklist |]
 
* [http://medium.com/@subhojit20_27731/ml-project-checklist-document-for-my-own-reference-feel-free-to-use-it-if-you-want-reference-408b4b6a8fb9 ML project checklist | Subhojit Banerjee - Medium]
 
* [http://medium.com/@subhojit20_27731/ml-project-checklist-document-for-my-own-reference-feel-free-to-use-it-if-you-want-reference-408b4b6a8fb9 ML project checklist | Subhojit Banerjee - Medium]
 
* [http://www.kdnuggets.com/2018/12/machine-learning-project-checklist.html The Machine Learning Project Checklist | Matthew Mayo]
 
* [http://www.kdnuggets.com/2018/12/machine-learning-project-checklist.html The Machine Learning Project Checklist | Matthew Mayo]
 
* [http://towardsdatascience.com/a-checklist-for-working-with-complex-ml-problems-3ea729362db0 A Checklist for working with Complex ML Problems | Sanchit Aggarwal]
 
* [http://towardsdatascience.com/a-checklist-for-working-with-complex-ml-problems-3ea729362db0 A Checklist for working with Complex ML Problems | Sanchit Aggarwal]
 
* [http://www.fast.ai/2020/01/07/data-questionnaire/ Data project checklist | fast.ai]
 
* [http://www.fast.ai/2020/01/07/data-questionnaire/ Data project checklist | fast.ai]
 +
* [http://www.acq-intl.com/5-questions-to-ask-before-putting-ai-into-practice-and-a-checklist-for-success/ 5 Questions To Ask Before Putting AI Into Practice And A Checklist For Success | Acquisition International]
  
  
Line 36: Line 37:
 
* [http://www.ic.unicamp.br/~sandra/pdf/Hands_On_Machine_Learning_with_Scikit_Learn_and_TensorFlow-427-432.pdf Machine Learning project checklist | IC-Unicamp]
 
* [http://www.ic.unicamp.br/~sandra/pdf/Hands_On_Machine_Learning_with_Scikit_Learn_and_TensorFlow-427-432.pdf Machine Learning project checklist | IC-Unicamp]
 
* [http://www.datanami.com/2017/09/01/machine-learning-ready-7-part-checklist/ Machine Learning: Are You Ready? A 7-Part Checklist | Kimberly Nevala]
 
* [http://www.datanami.com/2017/09/01/machine-learning-ready-7-part-checklist/ Machine Learning: Are You Ready? A 7-Part Checklist | Kimberly Nevala]
* [http://towardsdatascience.com/the-essential-machine-learning-project-checklist-3ad6a7a49c37 The Essential Machine Learning Project Checklist |] [http://PatrickDeGuzman.me |Patrick De Guzman] - Towards Data Science  ...To guide you step-by-step from raw data to a working ML model.  
+
[http://PatrickDeGuzman.me |Patrick De Guzman] - Towards Data Science  ...To guide you step-by-step from raw data to a working ML model.  
* [http://www.acq-intl.com/5-questions-to-ask-before-putting-ai-into-practice-and-a-checklist-for-success/ 5 Questions To Ask Before Putting AI Into Practice And A Checklist For Success | Acquisition International]
 
 
 
  
  

Revision as of 07:59, 21 September 2020

YouTube search... ...Google search


Lists...


|Patrick De Guzman - Towards Data Science ...To guide you step-by-step from raw data to a working ML model.


Building a Business Case for your Machine Learning Idea
This presentation will discuss building a business model for your machine learning idea. Our presenter, Neeti Gupta, will provide a 10-step checklist with examples for the audience to build their own business model. Introducing the guidance questions, Who is your customer?, What is your business problem?, What are your data sources?, Do you have the right dataset?, What are key ethical/legal/compliance considerations?, Have you named & described your solution?, Do your customers understand your pricing model?, Who & how will you sell your solution?, How will you Maintain/Support/Service your solution?, Will your solution help generate revenue or save Costs/Time?, Resources

Common Mistakes

YouTube search... ...Google search


Common mistakes made in Machine Learning Models
Analytics University You will learn the common mistake people make while building machine learning models. Machine learning models are easy to build but need attention to details. The common mistakes could be: 1- taking Default Loss Function for granted, 2- Using one Algorithm / Method For All Problems: 3- Ignoring Outliers: 4- No Proper Dealing With Cyclical Features, 5- L1/L2 Regularisation Without Standardization, 6- Interpreting Coefficients From Linear or Logistic Regressions as features importance. Analytics Study Pack : http://analyticuniversity.com/

Cameron Davidson Pilon: Mistakes I've Made
PyData Seattle 2015 In this humbling talk, I'll describe some mistakes I've made in working in statistics and machine learning. I'll describe my original intentions, symptoms, how I eventually discovered the mistake, and possibly even a solution. The topics include mistakes in A/B testing, Kaggle competitions, data collection, and other fields. In this humbling talk, I'll describe some mistakes I've made in working in statistics and machine learning. I'll describe my original intentions, symptoms, how I eventually discovered the mistake, and possibly even a solution. The topics include mistakes in A/B testing, Kaggle competitions, data collection, and other fields. I'll also introduce some interesting statistical and machine learning counterexamples: examples where our original intuition fails, and solutions to these examples.

AI Simplified: Top 3 Rookie Mistakes in Machine Learning
John Boersma, Director of Education at DataRobot, shares his list of the top three rookie mistakes in machine learning for our AI Simplified series. Learn more about simplified AI terms on our wiki page: http://www.datarobot.com/wiki

Top 10 Machine Learning Pitfalls – Mark Landry
Over-fitting, misread data, NAs, collinear column elimination and other common issues play havoc in the day of practicing data scientist. In this talk, Mark Landry, one of the world’s leading Kagglers, will review the top 10 common pitfalls and steps to avoid them. View more talks from H2O Open Tour Dallas http://open.h2o.ai/dallas.html Powered by the open source machine learning software H2O.ai. Contributors welcome at http://github.com/h2oai To access slides on H2O open source machine learning software, go to: http://www.slideshare.net/0xdata

AI Failures

"Machine learning failures - for art!" by Janelle Shane
It's tough to write a machine learning algorithm that works well. Overfitting, noisy data, a problem that's too general - these problems plague the programmers who apply these algorithms to financial modeling and image labeling. But mistakes can also be fun. At her humor blog AIweirdness.com, Janelle Shane posts examples of machine learning algorithms going terribly, hilariously wrong. Here, she talks about some common machine learning mistakes - and how to use them deliberately.

Lessons Learned from Machine Learning Gone Wrong - Janelle Shane
It's tough to write a machine learning algorithm that works well. Overfitting, noisy data, a problem that's too general - these problems plague the programmers who apply these algorithms to financial modeling and image labeling. But mistakes can also be fun. At her humor blog AIweirdness.com, Janelle Shane posts examples of machine learning algorithms going terribly, hilariously wrong. Here, she talks about some common machine learning mistakes - and how to use them deliberately. About Janelle: Janelle Shane trains neural networks, a type of machine learning algorithm, to write unintentional humor as they struggle to imitate human datasets. Well, she intends the humor. The neural networks are just doing their best to understand what's going on. Currently located on the occupied land of the Arapahoe Nation.