18.boot - wwj-2017-1117/graph GitHub Wiki

"""

周志华《机器学习》 《机器学习实战》 李航《统计学习方法》

李航《统计学习方法》第十章——用Python实现隐马尔科夫模型 原文: https://blog.csdn.net/wds2006sdo/article/details/75212599 github: https://github.com/WenDesi/lihang_book_algorithm/blob/master/hmm/hmm.py

《机器学习的数学基础》(《Some Basic Mathematics for Machine Learning》)

实际上Python是没有所谓的switch case写法的,但是可以用字典dict可以实现 Python那些优雅的写法:switch-case

【keras】image_ocr学习 http://www.pianshen.com/article/476226863/

https://github.com/ne7ermore/torch-light 基于pytorch实现CNN, RNN, LSTM。 Tabel of Pytorch Examples

  1. Basics Cbow N-Gram CNN Text classfication LSTM Text classfication
  2. Reinforcement Training AlphaGo-Zero Image-Cap Reinforced Translate Toy
  3. NLP Poetry VAE-NLG Seq2seq BiLSTM CRF NER LSTM CNNs CRF Chinese Poetry NLG BiMPM Pair Ranking Cnn BiLSTM CRF Capsule Text classfication Retrieval Based Chatbots Hierarchical for Summarization and Classification Deep SRL BERT Relation Network
  4. Vision yolo-v3 DenseNet Neural Style DC Gan Facial Beauty Prediction
  5. Special Things Customize

利用极大极小实现下五子棋 https://github.com/colingogogo/gobang_AI/blob/master/gobang_AI.py

https://ne7ermore.github.io/

Python_LeNet_UnderlyingImplementation-master https://github.com/ProfessorHuang/Python_LeNet_UnderlyingImplementation/find/master 很好,很好,很好!

《Python绝技:运用Python成为顶级黑客》 • Python编程金典 • Python编程FAQ • 脚本解释器开发总结 • 征服Python:语言基础与典型应用

https://github.com/WenDesi/lihang_book_algorithm 致力于将李航博士《统计学习方法》一书中所有算法实现一遍 https://blog.csdn.net/wds2006sdo/article/category/6314784

李航的《统计学习方法》和周志华的《机器学习》 周志华老师的《机器学习》(西瓜书)是机器学习领域的经典入门教材之一。

南瓜书是西瓜书的公式推导版,《pumpkin-book》GitHub项目链接: https://github.com/datawhalechina/pumpkin-book

《统计学习方法》-EM算法引例的说明 https://blog.csdn.net/geeksu/article/details/78009385

李航/徐亦达 统计学习方法第九章EM算法及其推广总结和习题答案 https://blog.csdn.net/weixin_35479108/article/details/87894136 -------讲的很好!

徐亦达 ,简介:悉尼科技大学机器学习,人工智能教授 http://i.youku.com/i/UMzIzNDgxNTg5Ng==/videos?spm=a2hzp.8253869.0.0&order=1&page=2&last_item=&last_pn=1&last_vid=339192894 徐亦达老师的概率机器学习公开课

卡尔曼算法笔记---思想和实际应用物理含义的理解

"""