• [机器学习] --- Getting Started With MachineLearning


    一. What’s machine learning

    Machine Learning is the science of gettingcomputers to act without being explicitly programmed    --- Andrew Ng

    Machine learning is a technique of data science that helps computers learn from existing data in order to forecast future behaviors, outcomes, and trends.                                                                                                --- Microsoft






    二. The difference between traditional approach and Machine Learning


    From business problem to Machine learning problem: a Recipe
    Step-by-step “recipe” for qualifying a business problem as a machine learning problem

    1. Do you need machine learning?
    2. Can you formulate your problem clearly?
    3. Do you have sufficient examples?
    4. Does your problem have a regular pattern?
    5. Can you find meaningful representations of your data? 
    6. How do you define success?



    三. How to create machine learning models

     






    四. The Core --- Data  


    Data understanding


    Data Preparation











     Approaches for Feature Selection




    五. Modelling




    Train the model






    六. Model Evaluation






    Hold-out validation strategy





    k-fold cross validation strategy




    leave-one-out cross validation strategy


        Model evaluation measures the quality of the machine learning model and determines how well our machine learning model will generalize to predict the target on new and future data.
         Because future instances have unknown target values, you need to check the accuracy metric of the ML model on data for which you already know the target answer, and use this assessment as a proxy for predictive accuracy on future data 1.
    Evaluate your trained model by using validation/test dataset. You compare the results of your model's predictions to the target values in the evaluation data and use statistical techniques appropriate to your model to gauge your success.
         
     

    What’s the accuracy

    Accuracy measures the ratio of correct predictions to the total number of cases evaluated








    Increasing precision reduces recall, and vice versa. This is called the precision/recall tradeoff

    • Within any one model, you can decide to emphasize either precision or recall.
    • You can influence precision and recall by changing the threshold of the model.








    Metrics for evaluating regression model









    Summary: Testing and Error Metrics








    Tuning the Hyperparameter



    Model Deployment










  • 相关阅读:
    替代Reflector的反编译软件ILSpy 1.0正式发布了
    持续集成理论和实践的新进展
    基于hudson搭建持续集成服务器
    URL友好化
    选择持续集成工具需要考虑的几个因素
    http://www.cnblogs.com/msdnchina/archive/2011/07/28/MSDNPortals.html
    Android开发之旅
    Windows 7下安装Android,出现问题的解决方案
    推荐一个很棒的免费自助建站工具:Tap
    第一讲:Android开发环境的搭建
  • 原文地址:https://www.cnblogs.com/WayneZeng/p/9290687.html
Copyright © 2020-2023  润新知