面试资料 - tedrepo/SimDial GitHub Wiki
统计学习方法 https://www.cnblogs.com/YongSun/tag/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/ Kaggle新手入门之路(完结) https://www.cnblogs.com/limitlessun/p/8489749.html 《机器学习》(周志华)西瓜书读书笔记(完结) https://www.cnblogs.com/limitlessun/p/8505647.html 《统计学习方法》(李航)读书笔记(完结) https://www.cnblogs.com/limitlessun/p/8611103.html#4211366 《神经网络与深度学习》读书笔记(完结) https://www.cnblogs.com/limitlessun/p/9308053.html#4172971 李宏毅 MLDS18 国语】机器学习 深度学习 GAN 深度强化学习 https://www.bilibili.com/video/av35757082/?p=28 Billions 2(亿万第二季)的期权炫技,金融爱好者必追的剧! https://www.sohu.com/a/128597409_475934 一群虎狼中出现了一个追风少年(Finale观后更) https://movie.douban.com/review/8438754/ 强化学习之遇到的一些面试问题 https://zhuanlan.zhihu.com/p/52143798 https://github.com/cstghitpku/Algorithm_Interview_Notes-Chinese
https://zhuanlan.zhihu.com/p/60659724 https://zhuanlan.zhihu.com/c_1063809680379408384 https://github.com/ruicore/Algorithm/tree/master/Leetcode https://github.com/csujedihy/lc-all-solutions 剑指offer https://blog.csdn.net/fuxuemingzhu/column/info/27284/3 考研机试-九度OJ https://blog.csdn.net/fuxuemingzhu/column/info/28156 LeetCode 算法题刷题心得(JavaScript) https://www.jianshu.com/p/8876704ea9c8 高能NLP之路 https://zhuanlan.zhihu.com/c_1064159241216102400 检索式问答系统的语义匹配模型 https://zhuanlan.zhihu.com/c_214506307 答案选择|语义匹配任务目前表现最好的几个模型 https://zhuanlan.zhihu.com/p/39920446 Memory Networks之MemN2N https://zhuanlan.zhihu.com/p/58591316 Gated End-to-End Memory Networks的简介和python实现 https://zhuanlan.zhihu.com/p/53075774 Matching Networks for One Shot Learning 解读 https://blog.csdn.net/zhuoyuezai/article/details/82874613 通天塔 http://tongtianta.site/ 混沌 https://www.joinquant.com/user/c9f1650814bdb9f6a628ec2919f61bba 无人驾驶汽车系统入门 https://blog.csdn.net/adamshan/article/category/7227853/1 PID 的python : https://blog.csdn.net/u010256153/article/details/54928039
python 算法 https://hujiaweibujidao.github.io/python/
数学: https://hujiaweibujidao.github.io/blog/2015/12/30/things-of-math/
红黑树:个人理解与Python实现 https://www.cnblogs.com/zjutzz/p/3281319.html
理解红黑树并实现(python3) https://blog.csdn.net/net_wolf_007/article/details/79706498
红黑树边学边做--python3实现与可视化 : https://blog.csdn.net/qq_35603331/article/details/81950143
红黑树和AVL树(平衡二叉树)区别 : https://blog.csdn.net/u010899985/article/details/80981053
Python基于规则的中文分词 https://www.jianshu.com/p/444ec0b13589
CRF算法学习——自己动手实现Bi-LSTM+CRF分词(python) http://www.unclewang.info/learn/machine-learning/756/
https://github.com/1000-7/xinlp 把李航老师《统计学习方法》的后几章的算法都实现了一遍
最大概率分词 https://www.cnblogs.com/naniJser/p/6058775.html
2-gram分词 https://www.cnblogs.com/naniJser/p/6059228.html
分词学习(3),基于ngram语言模型的n元分词 https://blog.csdn.net/wangliang_f/article/details/17532633
基于N-gram的双向最大匹配中文分词 https://blog.csdn.net/coraline_m/article/details/53466043
统计分词/无字典分词学习: https://blog.csdn.net/wangliang_f/article/category/1795781
分词 | 概率最大中文分词python实现 https://blog.csdn.net/Elenore1997/article/details/83247204
中文分词3——最大概率分词(python) http://blog.sina.com.cn/s/blog_8267db980102wq41.html
python 中文分词(规则分词实现,HMM+Viterbi实现统计分词,jieba分词应用) https://blog.csdn.net/aaalswaaa1/article/details/83745785
中文分词的python实现-基于HMM算法 https://blog.csdn.net/orlandowww/article/details/52706135
基于概率最大化的中文分词算法 Python https://blog.csdn.net/chase1998/article/details/83247192