• Stars
    star
    369
  • Rank 114,993 (Top 3 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!

Machine-Learning-Basic-Codes🏆

朱子云:

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

📐📏

格物 (Ko Wu) which means 'investigate the essence of things' in English is a key method for study and better understanding of the knowledge. It is proposed by ancient Chinese philosophers about 2000 years ago and has a profound impact on later generations. The spirit of Ko Wu asks us to not only learn how to use knowledge, but also clearly understand the intrinsic theory. Therefore, it is necessary to re-implement ML algorithms by ourselves to figure out what exactly they did and why they succeed.

This repository aims to implement popular Machine Learning and Deep Learning algorithms by both pure python and use open-source frameworks.

  • Common Machine Learning Part: switch by use_sklearn flag in the main function;
  • Deep Learning Part: four implement methods for each algorithm (use_sklearn, use_keras, use_torch and self_implement);
  • Applications Part: RL + NLP + CV
  • New trend: GNNs

Welcome everyone to help me finish this Ko Wu project by pulling requests or giving me some suggestions and issues!!!

关联知乎专栏 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
  3. VGG
  4. FlowNet

Natural Language Processing

  1. Attention mechanism
  2. Transformer
  3. BERT

Graph Neural Networks

  1. Graph Neural Network (GNN)
  2. Graph Convolutional Neural Network (GCN)
  3. Graph Attention Networks (GAT)
  4. GraphSAGE
  5. GraphRNN
  6. Variational Graph Auto-Encoders (GAE)

More Repositories

1

Rofunc

🤖 The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation
Python
437
star
2

Reinforcement-Learning-in-Robotics

This is a private learning repository for reinforcement learning techniques used in robotics.
HTML
247
star
3

awesome-bimanual-manipulation

Robot bimanual manipulation / dual-arm manipulation
116
star
4

System_Identification

The usage of MATLAB System Identification Toolbox and PID parameters adjustment
MATLAB
42
star
5

awesome-target-driven-navigation

Paper and summaries about state-of-the-art robot Target-driven Navigation task
40
star
6

Rofunc-ros

A Ros Package for Human-centered Interactive Intelligent Humanoid Robots
Python
22
star
7

Gamma_Reward

Python
13
star
8

advanced_robotics_project

Final project for ENGG 5402 Advanced Robotics in CUHK
Python
13
star
9

awesome-offlineRL-in-robotics

8
star
10

awesome-long-horizon-manipulation

6
star
11

TendonTrack_PILCO

Python
5
star
12

To_be_a_Roboticist

TeX
5
star
13

HuggingFace-finetune-tutorial

Python
5
star
14

DDPG-pytorch-tf-cpp

DDPG libtorch version + tensorflow c++ version: for real-time accelerate reinforcement learning
Makefile
4
star
15

RM_Infantry-1

Robomaster 2019 SJTU JDragon
C
3
star
16

awesome-model-based-reinforcement-learning

3
star
17

TendonTrack

Active Vision Tracking of a Tendon-driven continuum robot by using efficient model-based Reinforcement Learning
C
3
star
18

Solution_of_quantum_books

A gathering of unofficial solutions to the exercises in Quantum Computation and Quantum Information and Quantum Information Theory
TeX
2
star
19

Mathematics-for-engineering

Record my learning notes about Mathematics
2
star
20

awesome-data-efficient-reinforcement-learning

1
star