Giter VIP home page Giter VIP logo

machine_learning_code's Introduction

机器学习模型的python与类库实现

本repo以李航博士的《统计学习方法》为路线,逐章讲解并实现其中所有的算法;此外,还会加上常用的机器学习模型,譬如GBDT、XGBoost、Light GBM、FM、FFM等等,力争将传统的机器学习方法能够融汇贯通🎉。

统计学习方法|感知机模型

模型理论讲解:统计学习方法|感知机模型原理详解及实现

模型代码实现:perceptron_python.pyperceptron_sklearn.py

统计学习方法|K近邻

模型理论讲解:统计学习方法|K近邻算法原理详解与实现

模型代码实现:KNN_python.pyKNN_sklearn.py

统计学习方法|朴素贝叶斯

模型理论讲解:统计学习方法|朴素贝叶斯模型原理详解与实现

模型代码实现:Naive_Bayes_python.pyNaive_Bayes_sklearn.py

统计学习方法|决策树

模型理论讲解:统计学习方法|决策树模型原理详解与实现

模型代码实现: decision_tree_python.pydecision_tree_sklearn.py

统计学习方法|logistic回归

模型理论讲解:统计学习方法|logistic回归模型详解与实现

模型代码实现:logisitic_regression_python.pylogistic_regression_scikit-learn.py

机器学习|softmax

模型理论讲解:机器学习|softmax模型原理讲解与实现

模型代码实现:softmax_python.py

统计学习方法|最大熵模型

模型理论讲解:统计学习方法|最大熵模型原理详解与实现

模型代码实现:Max_Entropy.py

统计学习方法|支持向量机

模型理论讲解:统计学习方法|支持向量机模型原理详解与实现

模型代码实现:SVM_python.pySVM_sklearn.py

统计学习方法|AdaBoost

模型理论讲解:统计学习方法|AdaBoost模型原理详解与实现

模型代码实现:

机器学习|XGBoost模型原理详解与实战

模型理论讲解:机器学习|XGBoost模型原理详解与实战

模型应用实战xgboost_mnist.py

机器学习|LightGBM/catBoost

模型理论讲解:机器学习|LightGBM与catBoost模型原理详解

统计学习方法|EM算法

模型理论讲解:统计学习方法|EM算法与GMM模型原理详解与实现

模型代码实现:

统计学习方法|HMM

模型理论讲解:统计学习方法|隐马尔可夫模型原理详解与实现

模型代码实现:HMM_hmmlearn.pyHMM_python.py

统计学习方法|CRF

模型理论讲解:统计学习方法|条件随机场模型原理详解与实现

模型代码实现:CRF_python.pyCRF_sklearn.py

机器学习|FM/FFM

模型理论讲解:机器学习|FM模型与FFM模型原理详解

machine_learning_code's People

Contributors

codewithzichao 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.