“第十四章 学习策略”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第21行: 第21行:
 
==开发者资源==
 
==开发者资源==
  
 +
* Python package for rule induction: Rule kit [https://github.com/adaa-polsl/RuleKit-python] imodels[https://libraries.io/pypi/imodels]
 
* Python package for neural nets: PyTorch [https://pytorch.org/] TensorFlow[https://www.tensorflow.org/learn] NeuralLab[https://github.com/zueve/neurolab]
 
* Python package for neural nets: PyTorch [https://pytorch.org/] TensorFlow[https://www.tensorflow.org/learn] NeuralLab[https://github.com/zueve/neurolab]
 
* Python package for Bayes network: bnlearn[https://pypi.org/project/bnlearn/]pgmpy[https://pgmpy.org/index.html]pomegranate [https://pomegranate.readthedocs.io/en/latest/index.html]  
 
* Python package for Bayes network: bnlearn[https://pypi.org/project/bnlearn/]pgmpy[https://pgmpy.org/index.html]pomegranate [https://pomegranate.readthedocs.io/en/latest/index.html]  

2022年8月4日 (四) 03:31的版本

教学资料

  • 教学参考
  • 课件
  • 小清爱提问:机器学习有哪些基本方法?[1]
  • 小清爱提问:什么是遗传算法?[2]

扩展阅读

  • AI100问:机器学习有哪些基本方法[3]
  • AI100问:什么是贝叶斯网络 [4]
  • AI100问:什么是人工神经网络[5]
  • AI100问:什么是遗传算法[6]


演示链接

  • 贝叶斯网络演示 [7]
  • 遗传算法演示 [8][9]


开发者资源

  • Python package for rule induction: Rule kit [10] imodels[11]
  • Python package for neural nets: PyTorch [12] TensorFlow[13] NeuralLab[14]
  • Python package for Bayes network: bnlearn[15]pgmpy[16]pomegranate [17]
  • Python package for evolutionary learning: PyGAD[18] geneticalgorithm2 [19] GeneAI[20]


高级读者

  • 王东,机器学习导论,2021,清华大学出版社 [21]
  • Pedro Domingos' Master Algorithm: How machine learning is reshaping how we live". Slate.com. Retrieved September 26, 2015 [22]
  • Bayes demo[23]