Code Monkey home page Code Monkey logo

machine_learning_notebook's Introduction

machine_learning_notebook

机器学习算法代码实现和数据集

Catalogs:

  • KNN-Classification.ipynb : 基于 k-Nearest Neighbor 算法,实现对于鸢尾花分类
  • KNN-Regression.ipynb : 基于 k-Nearest Neighbor 算法,根据数据集中前者三个属性来预测最后一个属性
  • LR-LeastSquareMethod.ipynb : 基于 Linear Regression 最小二乘法预测房屋价格
  • LR-GradientDescent.ipynb : 基于 Gradient Descent 梯度下降与迭代预测房屋价格,包含对数据的标准化处理
  • LogisticRegression.ipynb 基于 Logistic Regression 逻辑斯蒂回归对鸢尾花分类
  • KMeansClustering.ipynb 基于 K-means clustering 算法,实现对消费者的聚类
  • Perception.ipynb 基于 Perception 感知器算法实现鸢尾花二分类
  • DecisionTreeID3.ipynb 基于 Decision Tree ID3 算法实现贷款风险审批
  • Watch.ipynb 测试文件

machine_learning_notebook's People

Contributors

583 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.