搜索资源列表
<<机器学习实战》源代码
- 《机器学习实战》源代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等
MachineLearningInaction
- 本文件中的内容是《机器学习实战》这本书中的代码,语言采用的是python。(The content of this document is the code in this book "machine learning combat"and the language of code is Python.)
机器学习实战及配套代码
- 基于python的机器学习教程,有代码,方便学习(Python based machine learning, there are code to facilitate learning)
机器学习实战
- 为”机器学习实战“一书的pdf版本,内有实战python代码!(For "machine learning practice", a Book of PDF version, there are actual Python code!)
Machine-Learning-in-Action-master
- 内附机器学习常用模型的python代码!(Enclosing machine learning commonly used model of Python code!)
deeplearningbook-chinese-master
- Python机器学习代码示例,包含了全部的书本的代码示例,可以通过jupyter notebook直接运行文件显示结果(Python Machine Learning)
Machine Learning in Action with PDF and CODE
- 机器学习经典教程,Machine Learning in Action,高清扫描可编辑pdf以及相应的Python代码。(Machine learning classic tutorial, Machine, Learning, in, Action, high-definition scanning, editable PDF, and the corresponding Python code.)
1小时入门Python机器学习代码
- 机器学习课件,非常全面而又详细的课件,可供入门机器学习的人进行参考(Machine learning courseware, very comprehensive and detailed courseware, for beginners to learn the machine for reference)
机器学习实战
- 机器学习实战,想用Python实现经典机器学习算法的可以好好看看(Machine learning practice using python)
机器学习课程2014源代码
- python数据分析,人工智能,吴恩达课程代码(Python data analysis, artificial intelligence, teacher Wu Enda curriculum code)
Feature_engineering_and_model_tuning
- kaggle案例编程,Python机器学习Kaggle案例实战(Kaggle case programming, Python machine learning Kaggle case real battle)
机器学习
- 此算法是对机器学习实战这本书中的K近邻算法进行了代码的详细介绍(K neighbor algorithm of machine learning code explained in detail)
入门十大Python机器学习算法(附代码)
- 介绍机器学术十大算法,并且附python实现代码(The ten major algorithms of machine learning are introduced, and the python implementation code is attached.)
Python深度学习.pdf+代码
- 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc
机器学习Python程序
- 覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimiza
4.Python_代码
- 机器学习与数据分析 python算法代码 机器学习基础入门(machine learning and data analysis)
吴恩达机器学习的python-code
- 吴恩达机器学习pdf 及其作业 python代码(Wu Enda Machine Learning Pdf and Its Homework Python Code)
Python机器学习算法—赵志勇
- Python机器学习算法—赵志勇,包含电子版书籍和随书代码,供大家学习。(Python Machine Learning Algorithms - Zhao Zhiyong, including electronic books and accompanying codes for everyone to learn.)
python机器学习
- python机器学习Chapter1.4的示例代码。使用jupyter notebook。python2.
李宏毅机器学习代码
- 李宏毅老师的机器学习代码,适合入门,简单到复杂,python语言。