“第十四章 学习策略”版本间的差异
来自cslt Wiki
第13行: | 第13行: | ||
* 百度百科:符号主义[https://baike.baidu.com/item/%E7%AC%A6%E5%8F%B7%E4%B8%BB%E4%B9%89/10570834] | * 百度百科:符号主义[https://baike.baidu.com/item/%E7%AC%A6%E5%8F%B7%E4%B8%BB%E4%B9%89/10570834] | ||
− | * 维基百科:符号主义[http://aigraph.cslt.org/courses/14/符號人工智能.pdf][http://aigraph.cslt.org/courses/ | + | * 维基百科:符号主义[http://aigraph.cslt.org/courses/14/符號人工智能.pdf][http://aigraph.cslt.org/courses/14/Symbolic_artificial_intelligence.pdf] |
− | * 维基百科:贝叶斯网络 [http://aigraph.cslt.org/courses/14/貝氏網路.pdf][http://aigraph.cslt.org/courses/ | + | * 维基百科:贝叶斯网络 [http://aigraph.cslt.org/courses/14/貝氏網路.pdf][http://aigraph.cslt.org/courses/14/Bayesian_network.pdf] |
− | * 维基百科:神经网络 [http://aigraph.cslt.org/courses/14/人工神经网络.pdf][http://aigraph.cslt.org/courses/ | + | * 维基百科:神经网络 [http://aigraph.cslt.org/courses/14/人工神经网络.pdf][http://aigraph.cslt.org/courses/14/Artificial_neural_network.pdf] |
− | * 维基百科:演化学习 [http://aigraph.cslt.org/courses/14/Evolutionary_algorithm.pdf][http://aigraph.cslt.org/courses/ | + | * 维基百科:演化学习 [http://aigraph.cslt.org/courses/14/Evolutionary_algorithm.pdf][http://aigraph.cslt.org/courses/14/遗传算法.pdf][http://aigraph.cslt.org/courses/13/Genetic_algorithm.pdf] |
2023年8月13日 (日) 01:26的版本
教学资料
扩展阅读
视频展示
- Genetic Algorithm Explanation [17]
演示链接
开发者资源
- Python package for rule induction: Rule kit [21] imodels[22]
- Python package for neural nets: PyTorch [23] TensorFlow[24] NeuralLab[25]
- Python package for Bayes network: bnlearn[26]pgmpy[27]pomegranate [28]
- Python package for evolutionary learning: PyGAD[29] geneticalgorithm2 [30] GeneAI[31]