Python 实现李航统计学习方法一书中所有算法来自 <https://zhuanlan.zhihu.com/p/58687602>
机器学习100天来自 <https://github.com/Avik-Jain/100-Days-of-ML-Code-Chinese-Version>
100-Days-Of-ML-Code来自 <https://github.com/Avik-Jain/100-Days-Of-ML-Code>
state-of-the-art-result-for-machine-learning-problems 来自 <https://github.com//RedditSota/state-of-the-art-result-for-machine-learning-problems>
机器学习速成课程 <https://daiwk.github.io/posts/ml-google-tutorial-tf-ml.html>
机器学习common <https://daiwk.github.io/posts/ml-basics.html>
特征工程 <https://daiwk.github.io/posts/ml-feature-engineering.html>
python jieba分词(结巴分词)、提取词,加载词,修改词频,定义词库来自 <https://cloud.tencent.com/developer/article/1065715>