登录

最新会员 最新下载

成为了本站VIP会员

01月27日 22:14

成为了本站VIP会员

01月18日 11:21

成为了本站VIP会员

01月17日 14:30

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28
已选条件
  1. 编程语言:Python
  2. 代码类别:网络
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 深度学习入门:基于Python的理论与实现(源码)

说明:  基于Python的有关深度学习的入门级的参考原码,有助于学习深度学习。(Python-based reference codes for entry-level in-depth learning are helpful for in-depth learning.)

46
下载
68
浏览
2019-06-13发布

2. 室内定位

  通过各种不同的算法实现室内高精度定位,比如说KNN,随机森林,SVM,等等。(Indoor high-precision positioning is achieved by various algorithms, such as KNN, random forest, SVM, and so on.)

1
下载
152
浏览
2019-06-12发布

3. 室内定位

说明:  通过各种不同的算法实现室内高精度定位,比如说KNN,随机森林,SVM,等等。(Indoor high-precision positioning is achieved by various algorithms, such as KNN, random forest, SVM, and so on.)

6
下载
132
浏览
2019-06-12发布

4. 径向基函数神经

  径向基网络BP network and RBF radial basis function network contrast (fool tutorial, 10 seconds learning neural network). pdf(BP network and RBF radial basis function network contrast (fool tutorial, 10 seconds learning neural network). pdf)

6
下载
50
浏览
2019-06-11发布

5. 径向基函数神经

说明:  径向基网络BP network and RBF radial basis function network contrast (fool tutorial, 10 seconds learning neural network). pdf(BP network and RBF radial basis function network contrast (fool tutorial, 10 seconds learning neural network). pdf)

7
下载
59
浏览
2019-06-11发布

6. 基于socket和tkinter的python聊天室程序

基于python socket和tkinter界面库实现的网络聊天室程序,实现登录、注册、在线成员显示、聊天等功能

1
下载
202
浏览
2019-06-10发布

7. Python机器学习

  第1章 赋予计算机学习数据的能力 1.1 构建智能机器将数据转化为知识 1.2 机器学习的三种不同方法 1.2.1 通过监督学习对未来事件进行预测 1.2.2 通过强化学习解决交互式问题 1.2.3 通过无监督学习发现数据本身潜在的结构 1.2.4 基本术语及符号介绍 1.3 构建机器学习系统的蓝图(Chapter 1 Enables Computers to Learn Data 1.1 Building Intelligent Machines to Transform Data into Knowledge 1.2 Three Different Methods of Machine Learning 1.2.1 Prediction of future events through supervised learning 1.2.2 Solving Interactive Problems through Reinforcement Learning 1.2.3 Discovering the Potential Structure of Data by Unsupervised Learning 1.2.4 Introduction of Basic Terminology and Symbols 1.3 Blueprint for Building Machine Learning System)

5
下载
108
浏览
2019-06-06发布

8. Python机器学习

说明:  第1章 赋予计算机学习数据的能力 1.1 构建智能机器将数据转化为知识 1.2 机器学习的三种不同方法 1.2.1 通过监督学习对未来事件进行预测 1.2.2 通过强化学习解决交互式问题 1.2.3 通过无监督学习发现数据本身潜在的结构 1.2.4 基本术语及符号介绍 1.3 构建机器学习系统的蓝图(Chapter 1 Enables Computers to Learn Data 1.1 Building Intelligent Machines to Transform Data into Knowledge 1.2 Three Different Methods of Machine Learning 1.2.1 Prediction of future events through supervised learning 1.2.2 Solving Interactive Problems through Reinforcement Learning 1.2.3 Discovering the Potential Structure of Data by Unsupervised Learning 1.2.4 Introduction of Basic Terminology and Symbols 1.3 Blueprint for Building Machine Learning System)

10
下载
64
浏览
2019-06-06发布

9. review_LDA

说明:  用LDA对英文语料库提取n个主题,并输出每条文章属于哪个主题: 1)对英文评论数据进行预处理:分词、词性标注、去掉停用词和垃圾字符串 2)仅保留名词、形容词和动词 3) 将每条评论处理成TF-IDF向量表示,去掉频率为后2%的词语言 4)拟合LDA模型 5)提取n个主题,输出每个主题下包含哪些关键词(按重要程度排序) 6)对每条评论,给出其属于哪个主题(以及属于每个主题的概率) 7)统计每个主题下有多少条评论 依赖: python3, NLTK, enchant, sklearn, numpy, pickle等,详细见代码 数据集:80,000+英文评论 输出结果: topic #1: view night river light building nice walk day beautiful skyline visit evening amazing spectacular stroll time floor architecture people amaze modern top enjoy cruise look photo fantastic skyscraper awesome picture topic #2: garden bike nice beautiful visit peaceful ride chinese walk ancient temple town time rent cycle gate china history bicycle building middle hour oasis quiet busy look enjoy hire lot architecture topic #3: ...(An LDA topic model for review topic classification. Able to extract n topics from 80,000 English reviews or articles. Implmented by Python3, with packages such as NLTK, enchant, sklearn, numpy, pickleand so on.)

11
下载
101
浏览
2019-06-03发布

10. _神经与深度学习_邱锡鹏

  神经网络与深度学习教科书————复旦大学邱锡鹏(Neural Network and Deep Learning Textbook)

8
下载
142
浏览
2019-06-03发布

11. _神经与深度学习_邱锡鹏

说明:  神经网络与深度学习教科书————复旦大学邱锡鹏(Neural Network and Deep Learning Textbook)

5
下载
37
浏览
2019-06-03发布

12. grid_world

  这是一个网格世界的编程 是python版本 希望对大家有帮助(it is grid world python.)

0
下载
37
浏览
2019-06-01发布

13. grid_world

说明:  这是一个网格世界的编程 是python版本 希望对大家有帮助(it is grid world python.)

0
下载
45
浏览
2019-06-01发布

14. qlearning

说明:  q-learning算法的python版本(it is version of python for q-learning algorithm)

2
下载
56
浏览
2019-06-01发布

15. pudonghanVGG16

  Caffee框架下实现Faster R-CNN ,backbone为vgg(Faster R-CNN is implemented under Caffee framework, and backbone is VGG)

1
下载
41
浏览
2019-05-28发布

16. pudonghanVGG16

说明:  Caffee框架下实现Faster R-CNN ,backbone为vgg(Faster R-CNN is implemented under Caffee framework, and backbone is VGG)

1
下载
46
浏览
2019-05-28发布

17. 统计学习方法-电子书及代码实现-李航

说明:  统计学习书籍和代码,非常非常好的资料,你可以下载的学习。(Machine learning actual supporting code, very very good information, you can download the learning.)

18
下载
115
浏览
2019-05-28发布

19. Python绝技成为顶级黑客

  运用python成为顶级黑客,讲解运用python进行网站攻击与漏洞利用(Use Python to become a top hacker, explain how to use Python to attack website and exploit vulnerabilities)

6
下载
72
浏览
2019-05-07发布

20. Python绝技成为顶级黑客

说明:  运用python成为顶级黑客,讲解运用python进行网站攻击与漏洞利用(Use Python to become a top hacker, explain how to use Python to attack website and exploit vulnerabilities)

9
下载
87
浏览
2019-05-07发布