Code Monkey home page Code Monkey logo

machinelearning's Introduction

MachineLearning

GPL-3.0 Licensed Python Version
Machine learning algorithms implemented by myself with Python 3.6

What's in it?

  • Classification
  1. AdaBoost
  2. Blending
  3. DecisionTree
  4. GBDT
  5. KNN
  6. LogisticRegression
  7. NaiveBayes
  8. Perceptron
  9. RandomForest
  10. Stacking
  11. SVM
  • Regression
  1. GBDT
  2. LinearRegression
  3. LocallyWeightedLinearRegression
  4. LassoRegression
  5. RandomForest
  6. RidgeRegression
  7. StepWiseRegression
  8. TreeRegression
  • Cluster
  1. BiKmeans
  2. DBSCAN
  3. KMeans
  4. KMeans++
  • Association Analysis
  1. Apriori
  2. Eclat
  3. FP-growth
  • Dimensionality Reduction
  1. LDA
  2. PCA
  • Others
  1. HMM

Tutorials

中文教程: 从零实现机器学习算法
English Turorials: Step-by-Step Guide To Implement Machine Learning

Main References

  1. CS229:Machine Learning
  2. Machine Learning IN ACTION
  3. 统计学习方法

Dependences

  1. Install Python 3.6
  2. Install NumPy
  3. Install Scikit-learn

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.