Giter Club home page Giter Club logo

machine-learning-is-all-you-need's Introduction

Machine-Learning-Basic-Codes🏆

朱子云:

所谓致知在格物者,言欲致吾之知,在即物而穷其理也。盖人心之灵,莫不有知,而天下之物,莫不有理。惟于理有未穷,故其知有不尽也。是以大学始教,必使学者即凡天下之物,莫不因其已知之理而益穷之,以求至乎其极。至于用力之久,而一时豁然贯通焉,则众物之表里精粗无不到,而吾心之全体大用无不明矣。

📐📏

本代码库通过 sklearn 标准机器学习库以及自己编写的类两种方式,实现了基本的机器学习算法。

  • Common Machine Learning Part: 通过更改主函数中的 use_sklearn flag 即可切换;

  • Deep Learning Part: use_sklearn, use_keras, use_torch以及 Self-implement 四种实现方式

  • Applications Part: RL + NLP + CV

关联知乎专栏 Associated Zhihu Blog

RL in Robotics

Machine Learning 格物志

代码目录 Code Catalog

Regression

  1. Single Linear Regression

  2. Multiple Linear Regression

Classification

  1. Logistic Regression

  2. KNN

  3. Support Vector Machine

  4. Naive Bayes

Regression & Classification

  1. Decision Tree

  2. Random Forest

Neural Network

  1. Feedforward Neural Network

  2. Convolutional Neural Network

  3. LSTM

Unsupervised Learning

  1. PCA

  2. K-Means

Ensemble Model

  1. Boosting

Reinforcement Learning

  1. Value Based Methods: Q-learning(Tabular), DQN

  2. Policy Based Methods: Vanilla Policy Gradient, TRPO, PPO

  3. Actor-Critic Structure: AC, A2C, A3C

  4. Deep Deterministic Policy Gradient: DDPG, DDPG C++ (Undone), TD3

  5. Soft Actor-Critic

Computer Vision

  1. GAN

  2. Resnet: Pytorch version, libtorch C++ version

Natural Language Processing

  1. Transformer

  2. BERT

machine-learning-is-all-you-need's People

Contributors

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