结果:找到“python algorithms”相关内容68个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
Python Data Structures and Algorithms
2 个回复 - 1195 次查看
下载地址:https://u20150046.ctfile.com/fs/20150046-394620258
大小:11.07M
格式:pdf
Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design ...
2019-8-24 17:59 - tyu1999 - python论坛
【学习笔记】Python Algorithms - Dynamic Programming
5 个回复 - 689 次查看
Dynamic Programming: Tangled Dependencies and Memoization
The core technique of DP, when applied to algorithm design, is caching. You decompose your problem recursively/inductively just like before - ...
2019-5-10 09:20 - liuxf666 - Forum
【学习笔记】Python Algorithms - Greedy Algorithms
4 个回复 - 902 次查看
#2 of three algorithm design strategies - greedy
algorithms
So-called greedy
algorithms are short-sighted, in that they make each choice in isolation, doing what looks good right here, right now. In ...
2019-5-8 22:49 - liuxf666 - Forum
Algorithms For Dummies (python)
38 个回复 - 4154 次查看
ISBN: 1119330491 | 2017 | PDF | 432 pages | 7 MB
Discover how
algorithms shape and impact our digital world
All data, big or small, starts with
algorithms. Algorithms are mathematical equation ...
2017-9-27 21:54 - igs816 - 量化投资
Data Structures and Algorithms with Python
59 个回复 - 9976 次查看
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of im ...
2015-2-6 10:31 - 大家开心 - python论坛
Python Data Structures and Algorithms
2 个回复 - 1451 次查看
Author(s): Benjamin BakaPublisher: Packt Publishing, Year: 2017ISBN: 1786467356,9781786467355
Key Features
[*]A step by step guide, which will provide you with a thorough discussion on t ...
2018-12-6 06:51 - kukenghuqian - python论坛
Data Structures and Algorithms with Python
11 个回复 - 2419 次查看
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct ...
2018-8-29 15:02 - Dear_Li - python论坛
Python Data Structures and Algorithms
7 个回复 - 1478 次查看
About the Author
Benjamin Baka works as a software developer and has over 10 years, experience in
programming. He is a graduate of Kwame Nkrumah University of Science and Technology
and a member of ...
2018-8-2 15:13 - yf1995 - python论坛
Genetic Algorithms with Python (2016)
5 个回复 - 2245 次查看
Genetic Algorithms with Python
Clinton Sheppard
Genetic
algorithms are one of the tools you can use to apply machine learning to finding good, sometimes even optimal, solutions to problems t ...
2016-10-7 02:20 - cmwei333 - python论坛
python algorithms 第二版
3 个回复 - 1037 次查看
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical
algorithms, but it ...
2017-12-19 10:42 - toddyu - python论坛
Python Algorithms
6 个回复 - 1193 次查看
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical
algorithms, but it ...
2017-8-31 02:45 - apgoac - python论坛
Python Data Structures and Algorithms (True PDF)
100 个回复 - 8923 次查看
English | May 30, 2017 | ISBN: 1786467356 | PDF | 310 pages | 11 MB
Key Features
A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental ...
2017-7-13 21:27 - igs816 - 量化投资
Python Data Structures and Algorithms
55 个回复 - 4357 次查看
English | 30 May 2017 | ASIN: B01IF7NLM8 | 310 Pages | AZW3 | 6 MB
Key Features
A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental ...
2017-6-11 17:42 - igs816 - 量化投资
[求书]Python Algorithms
12 个回复 - 1932 次查看
Python Algorithms
Mastering Basic Algorithms in the Python Language
Book Description
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetla ...
2015-5-25 09:45 - Lisrelchen - winbugs及其他软件专版
求:“Annotated Algorithms in Python”
1 个回复 - 958 次查看
【作者(必填)】
Massimo Di Pierro Dr
【文题(必填)】
Annotated Algorithms in Python: With Applications in Physics, Biology, and Finance
【年份(必填)】
2013
出版社: Experts4solutions (2013年11月 ...
2016-7-30 11:54 - 云游天外 - 悬赏大厅
Backpropagation Algorithms using C++,Python
17 个回复 - 3121 次查看
Backpropagation, an abbreviation for "backward propagation of errors", is a common method of training artificial neural networks used in conjunction with an optimization method such as gradient descen ...
2015-2-13 01:28 - Nicolle - C与C++编程