zoukankan      html  css  js  c++  java
  • 学习笔记之Supervised Learning with scikit-learn | DataCamp

    Supervised Learning with scikit-learn | DataCamp

    • https://www.datacamp.com/courses/supervised-learning-with-scikit-learn
      • At the end of day, the value of Data Scientists rests on their ability to describe the world and to make predictions. Machine Learning is the field of teaching machines and computers to learn from existing data to make predictions on new data - will a given tumor be benign or malignant? Which of your customers will take their business elsewhere? Is a particular email spam or not? In this course, you'll learn how to use Python to perform supervised learning, an essential component of Machine Learning. You'll learn how to build predictive models, how to tune their parameters and how to tell how well they will perform on unseen data, all the while using real world datasets. You'll do so using scikit-learn, one of the most popular and user-friendly machine learning libraries for Python.
    • https://github.com/haoran119/data-science/tree/master/src/DataCamp/Supervised%20Learning%20with%20scikit-learn

    • Which of them is a supervised classification problem?
      • Using labeled financial data to predict whether the value of a stock will go up or go down next week.
      • Using labeled housing price data to predict the price of a new house based on various features.
      • Using unlabeled data to cluster the students of an online education company into different categories based on their learning styles.
      • Using labeled financial data to predict what the value of a stock will be next week.
  • 相关阅读:
    HDU1164_Eddy's research I_素数筛选法
    HDU1213_How Many Tables
    HDU1049_数学水题
    HDU1286_找新朋友_筛选法
    HDU1128_Self Numbers_筛选法
    HDU3199_Hamming Problem_类似丑数
    HDU1297_Children’s Queue_递推题
    HDU1856_More is better
    HDU1397_Goldbach's Conjecture_素数筛选法
    HDU1272_并查集
  • 原文地址:https://www.cnblogs.com/pegasus923/p/10102090.html
Copyright © 2011-2022 走看看