qinhanmin2014
Tencent AI Lab; Contributor to @scikit-learn; WeChat: qinhanmin2005
TencentShenzhen, China
Pinned Repositories
deep-learning-Andrew-Ng
Deep learning online course from Andrew Ng.
fine-tune-bert-for-text-classification
Code to reproduce the paper "How to Fine-Tune BERT for Text Classification"
kaggle-bike-sharing-demand
simple solution based on Gradient Boost and Random Forest, rank 24/3251 (top 1%) within 60 lines of python code
kaggle-Toxic-Comment-Classification-Challenge
top 1% based on RNN&CNN&bert
Learning-Materials
LeetCode-solutions
LeetCode Solutions in Python, Java and C++
machine-learning-Andrew-Ng
Machine learning online course from Andrew Ng.
Machine-Learning-in-Action
Source code from the book Machine Learning in Action, corrected the errors, updated according to python 3.X
tiny-sklearn
Tiny implementation of important algorithms in scikit-learn. Useful when understanding ML algorithms and scikit-learn.
scikit-learn
scikit-learn: machine learning in Python
qinhanmin2014's Repositories
qinhanmin2014/machine-learning-Andrew-Ng
Machine learning online course from Andrew Ng.
qinhanmin2014/LeetCode-solutions
LeetCode Solutions in Python, Java and C++
qinhanmin2014/tiny-sklearn
Tiny implementation of important algorithms in scikit-learn. Useful when understanding ML algorithms and scikit-learn.
qinhanmin2014/Machine-Learning-in-Action
Source code from the book Machine Learning in Action, corrected the errors, updated according to python 3.X
qinhanmin2014/kaggle-bike-sharing-demand
simple solution based on Gradient Boost and Random Forest, rank 24/3251 (top 1%) within 60 lines of python code
qinhanmin2014/deep-learning-Andrew-Ng
Deep learning online course from Andrew Ng.
qinhanmin2014/fine-tune-bert-for-text-classification
Code to reproduce the paper "How to Fine-Tune BERT for Text Classification"
qinhanmin2014/kaggle-Toxic-Comment-Classification-Challenge
top 1% based on RNN&CNN&bert
qinhanmin2014/Learning-Materials
qinhanmin2014/machine-learning-papers
papers about important machine learning algorithms
qinhanmin2014/examples
TensorFlow examples
qinhanmin2014/kaggle-San-Francisco-Crime-Classification
top 2% (45/2333), based on CatBoostClassifier
qinhanmin2014/keras
Deep Learning for humans
qinhanmin2014/keras-datasets
For those who are behind the Great Wall
qinhanmin2014/machine-learning-notes
some personal notes
qinhanmin2014/ML-paper-reproduce
qinhanmin2014/tensorflow
An Open Source Machine Learning Framework for Everyone
qinhanmin2014/udacity-machine-learning-projects
Udacity's Machine Learning curriculum
qinhanmin2014/kaggle-Forest-Cover-Type-Prediction
top 2% (17/1694) based on ExtraTreesClassifier and LGBMClassifier
qinhanmin2014/kaggle-House-Prices-Advanced-Regression-Techniques
top 20%, based on scikit-learn/XGBoost/LightGBM
qinhanmin2014/kaggle-Rossmann-Store-Sales
top 2% (45/3302), based on XGBRegressor
qinhanmin2014/MSR-scripts
qinhanmin2014/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
qinhanmin2014/rl-baselines
qinhanmin2014/scikit-learn
scikit-learn: machine learning in Python
qinhanmin2014/sklearn-svm-guide
Rapidly obtain acceptable results using SVM (based on scikit-learn)
qinhanmin2014/tiny-gradient-boosting-regressor
tiny gradient boosting regressor within 150 lines of python code, compared with LightGBM
qinhanmin2014/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.