-
Python-for-Twitter
Python code for mining tweets
- 2015-11-11 08:22:05下载
- 积分:1
-
python网络
说明: python网络数据采集的电子版书籍 用来学习如何利用Python在网上进行数据搜集(Python Network Data Collection electronic books are used to learn how to use Python to collect data on the Internet)
- 2020-12-04 11:52:39下载
- 积分:1
-
python机器学习预测分析核心算法
机器学习预测分析python程序,很有用的啊,希望对大家有帮助(Machine learning prediction analysis Python procedures, very useful ah!)
- 2017-09-04 10:50:42下载
- 积分:1
-
saolei
扫雷程序~使用python填写~
相当好用好厉害哦(Mine-sweeping )
- 2013-12-02 23:46:48下载
- 积分:1
-
算法图解.pdf
说明: 本书示例丰富,图文并茂,以简明易懂的方式阐释了算法,旨在帮助程序员在日常项目中更好地利用 算法为软件开发助力。前三章介绍算法基础,包括二分查找、大 O 表示法、两种基本的数据结构以及递归 等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括 :面对具体问题时的解决技巧,比如何时采用 贪婪算法或动态规划 ;散列表的应用 ;图算法 ;K 最近邻算法。
本书适合所有程序员、计算机专业相关师生以及对算法感兴趣的读者。(This book is rich in examples, illustrated and illustrated. It explains the algorithm in a concise and easy to understand way. It aims to help programmers make better use of algorithms to help software development in daily projects. The first three chapters introduce the basic algorithm, including binary search, big O representation, two basic data structures and recursion. The remaining space will mainly introduce the widely used algorithms, including: when facing specific problems, how to use greedy algorithm or dynamic programming; hash table application; graph algorithm; k-nearest neighbor algorithm.
This book is suitable for all programmers, computer related teachers and students as well as interested in algorithm readers.)
- 2020-11-19 16:10:19下载
- 积分:1
-
图形用户界面和游戏开发
说明: python图形界面tkinter等的详细介绍和案例演练,教你用pygame库开发属于你的小游戏(Python graphical interface Tkinter and other detailed introduction and case drill, teach you to use pyGame library to develop your own games)
- 2020-06-10 20:26:04下载
- 积分:1
-
22.LDA_代码
LDA分解,机器学习的高级知识,里面包含具体的LDA源码分析(LDA decomposition, advanced knowledge of machine learning, which contains specific LDA source code analysis)
- 2019-01-02 19:49:57下载
- 积分:1
-
deepQA-master
说明: 自动问答系统deepQA的tensorflow实现(Implementation of tensorflow in deepQA)
- 2019-03-11 20:47:26下载
- 积分:1
-
nsga2.tar
这段代码描述多目标遗传算法NSGAII算法的实现,抓要包含三部分:Non-dominated sort, Crowding distance assignment, the selection process来找到pareto-front(The basic operations being performed and the worst case complexities associated with are as follows:
Multi-objective evolutionary algorithms which uses non-dominated sorting to find pareto front. It is consist of tree parts:
• Non-dominated sort returns a list of the non-dominated fronts F. (O(mN 2 ))
• Crowding distance assignment is O(mNlogN)
• The crowed comparison operator (Sort on ≥ n) guides the selection process at the various stages of the algorithm towards a uniformly spread out Pareto-optimal front. (O(2Nlog(2N))))
- 2016-09-28 16:50:08下载
- 积分:1
-
python环境的小测试,包含一个制图模块pythonTestCode
对python环境的小测试,包含一个制图模块(A small test of Python environment, including a mapping module)
- 2020-06-23 06:00:02下载
- 积分:1