结果:找到“Python Algorithms”相关内容68个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
Data Structures & Algorithms in Python by John Canning
7 个回复 - 1551 次查看 Data Structures & Algorithms in Python by John Canning2022-9-16 10:01 - thinking2009 - python论坛
PYTHON ALGORITHMS A Complete Guide to...
2 个回复 - 531 次查看 PYTHON ALGORITHMS A Complete Guide to Learn Python for Data Analysis ML and Coding2021-9-30 22:04 - sky021 - 商业数据分析
Hands-On Deep Learning Algorithms with Python
5 个回复 - 1594 次查看 【作者(必填)】Ravichandiran, Sudharsan 【文题(必填)】Hands-On Deep Learning Algorithms with Python 【年份(必填)】2019 【全文链接或数据库名称(选填)】https://public.ebookcentral.proquest.com/choi ...2019-9-7 06:13 - nivastuli - 求助成功区
Adaptive Machine Learning Algorithms with Python_Solve Data Analytics and Machin
2 个回复 - 5237 次查看 Adaptive Machine Learning Algorithms with Python_Solve Data Analytics and Machine Learning Problems on Edge Devices2022-3-14 14:52 - thinking2009 - python论坛
Mastering Python Algorithms Tutorial
37 个回复 - 3998 次查看 **** 本内容被作者隐藏 ****2022-2-14 02:46 - Nicolle - winbugs及其他软件专版
Machine Learning Algorithms Using Python Programming
3 个回复 - 1228 次查看 2021-8-28 18:01 - fengyg - 量化投资
Pro Machine Learning Algorithms *** Implementing Algorithms in Python and R
11 个回复 - 1841 次查看 1. cover 2. brief intrduction Bridge the gap between a high-level understanding of how an algorithm works and knowing the nuts and bolts to tune your models better. This book will give you the con ...2018-7-19 17:22 - xpf7622 - python论坛
Problem Solving with Algorithms and Data Structures Using Python
30 个回复 - 9629 次查看 【作者(必填)】 Miller, Bradley, and David Ranum 【文题(必填)】 Problem Solving with Algorithms and Data Structures Using Python 2nd ed 【年份(必填)】 2011 【全文链接或数据库名称(选填)】2014-4-24 06:40 - 凸集分离定理 - 求助成功区
Python】Genetic Algorithms with Python (2016)
4 个回复 - 3419 次查看 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:17 - cmwei333 - 金融学(理论版)
Hands-On Deep Learning Algorithms with Python
1 个回复 - 788 次查看 Hands-On Deep Learning Algorithms with Python: Master deep learning algorithms with extensive math by implementing them using TensorFlow Sudharsan Ravichandiran (Author)2021-6-20 01:14 - Nicolle - winbugs及其他软件专版
Essentials of Machine Learning Algorithms (with Python and R Codes)
45 个回复 - 5192 次查看 **** 本内容被作者隐藏 ****2017-9-12 15:24 - oliyiyi - LATEX论坛
[读书笔记]Problem Solving with Algorithms and Data Structures using Python
3 个回复 - 1544 次查看 基础学习 [*]《Problem Solving with Algorithms and Data Structures using Python》 的学习笔记和课后作业: [*]book_learning_1.ipynb[/backcolor] [*]book_learning_2.ipynb[/backcolor] [*]book_learning_ ...2019-5-12 11:14 - Nicolle - winbugs及其他软件专版
Python Data Structures and Algorithms
2 个回复 - 1160 次查看 下载地址: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论坛
Hands-On Data Structures and Algorithms with Python : Write Complex and Powerful
2 个回复 - 773 次查看 【作者(必填)】 【文题(必填)】Hands-On Data Structures and Algorithms with Python : Write Complex and Powerful 【年份(必填)】2019 【全文链接或数据库名称(选填)】https://public.ebookcentral.proque ...2019-7-29 15:54 - nivastuli - 求助成功区
Hands-On Data Structures Algorithms with Python
2 个回复 - 868 次查看 【作者(必填)】 【文题(必填)】Hands-On Data Structures and Algorithms with Python : Write Complex and Powerful Code Using the Latest Features of Python 3. 7, 2nd Edition 【年份(必填)】2019 【 ...2019-7-15 08:37 - nivastuli - 文献求助专区
Hands-On Data Structures and Algorithms with Python
3 个回复 - 950 次查看 【作者(必填)】 【文题(必填)】Hands-On Data Structures and Algorithms with Python : Write Complex and Powerful Code Using the Latest Features of Python 3. 7, 2nd Edition 【年份(必填)】2019 【全 ...2019-6-29 18:30 - nivastuli - 文献求助专区
Essential Algorithms: A Practical Approach to Computer Algorithms Using Python
5 个回复 - 877 次查看 Wiley | 2019 | ISBN 978-1-119-57599-3 | 784 pages | PDF2019-6-2 15:59 - igs816 - python论坛
Python Algorithms: Mastering Basic Algorithms in the Python Language
3 个回复 - 3388 次查看 2010 Python Algorithms: Mastering Basic Algorithms in the Python LanguageAuthors: [*]Magnus Lie Hetland [*]…show all 1hide ISBN: 978-1-4302-3237-7 (Print) 978-1-4302-3238-4 (Online) Mas ...2013-3-29 10:47 - Toyotomi - python论坛
【独家发布】All Algorithms implemented in Python
44 个回复 - 3363 次查看 【导语】**** 本内容被作者隐藏 ****2019-5-8 09:02 - Nicolle - winbugs及其他软件专版
【学习笔记】Python Algorithms - Dynamic Programming
5 个回复 - 657 次查看 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 个回复 - 867 次查看 #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
【学习笔记】Python Algorithms - Divide, Combine and Conquer
5 个回复 - 547 次查看 Divide, Combine and Conquer #1 of three algorithm design strategies - divide and conquer (or simply D&C), is based on decomposing the problem in a way that improves performance. Divide the problem in ...2019-5-8 10:27 - liuxf666 - Forum
【学习笔记】Python Algorithms - Traversal: The Skeleton Key of Algorithmic
4 个回复 - 541 次查看 Graphs are a powerful mental (and mathematical) model of structure in general; if you can formulate a problem as one dealing with graphs, even if it doesn’t look like a graph problem, you are probabl ...2019-5-7 10:47 - liuxf666 - Forum
【学习笔记】Python Algorithms - Induction and Recursion and Reduction
5 个回复 - 687 次查看 [*]Reduction means transforming one problem to another. We normally reduce an unknown problem to one we know how to solve. The reduction may involve transforming both the input (so it works with the ...2019-5-3 10:16 - liuxf666 - Forum
【学习笔记】Algorithms in Python - Graphs and Trees
9 个回复 - 1097 次查看 1. Implementing Graphs The two most well-know representations: [*]adjacency lists [*]adjacency matrices + Adjacency Lists list/array or set a, b, c, d, e, f, g, h = range(8) N = [ {b: ...2019-5-1 23:07 - liuxf666 - Forum
Python Algorithms:Mastering Basic Algorithms in the Python Language 2nd Edition
3 个回复 - 1634 次查看 声明: 本文提供资源仅供学术研究,发布者不负任何法律责任,敬请下载者在下载24小时内删除。2017-6-23 19:54 - neverfree911 - python论坛
Python 书籍】 Problem Solving in Data Structures & Algorithms Using Python
62 个回复 - 8614 次查看 Problem Solving in Data Structures & Algorithms Using Python: Programming Interview Guide by Hemant Jain (Author) This book is about the usage of Data Structures and Algorithms in computer ...2017-1-23 04:56 - cmwei333 - 金融学(理论版)
[好书首发]Programming Computer Vision with Python: Tools and algorithms for anal
29 个回复 - 5923 次查看 更多好资料可以关注我哦 Book DetailsTitle: Programming Computer Vision with Python: Tools and algorithms for analyzing imagesAuthor: Jan Erik SolemLength: 272 pagesEdition: 1Language: English ...2014-7-23 00:57 - 狂热的爱好者 - python论坛
Algorithms For Dummies (python)
38 个回复 - 4020 次查看 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 个回复 - 9774 次查看 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 个回复 - 1419 次查看 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 个回复 - 2351 次查看 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论坛
Annotated Algorithms in Python: with Applications in Physics, Biology, and Fina
36 个回复 - 2456 次查看 English | Nov. 26, 2013 | ISBN: 0991160401 | 388 Pages | PDF This book is assembled from lectures given by the author over a period of 10 years at the School of Computing of DePaul University. The ...2018-3-14 11:44 - igs816 - python论坛
Python Data Structures and Algorithms
7 个回复 - 1452 次查看 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论坛
Bioinformatics Algorithms: Design and Implementation in Python
28 个回复 - 4204 次查看 Academic Press | 2018 | ISBN: 978-0-12-812520-5 | 395 pages | PDF **** 本内容被作者隐藏 ****2018-6-27 14:17 - igs816 - python论坛
【2017新书】Python Data Structures and Algorithms
9 个回复 - 2779 次查看 [*]Title: Python Data Structures and Algorithms [*]Author: Benjamin Baka[/backcolor] [*]Length: 310 pages [*]Edition: 1 [*]Language: English [*]Publisher: Packt Publishing[/backcolor] [*]Publi ...2017-8-4 16:27 - jasonwu24 - python论坛
Genetic Algorithms with Python (2016)
5 个回复 - 2193 次查看 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论坛
Data Structures and Algorithms with Python
1 个回复 - 1134 次查看 为大家准备了两本书2018-3-27 14:31 - beoy - Forum
[GITHUB]Python Data Structures and Algorithms
4 个回复 - 839 次查看 Python Data Structures and AlgorithmsThis is the code repository for Python Data Structures and Algorithms[/backcolor], published by Packt[/backcolor]. It contains all the supporting project files nec ...2018-5-20 04:21 - Nicolle - winbugs及其他软件专版
Python Package】Abstract Data Structures and Algorithms-Python
32 个回复 - 2104 次查看 Abstract Data Structures and Algorithms-PythonThe repository contains implementations for some of the most famous data structures, algorithms and applications of those algorithms[/backcolor]Installati ...2018-2-14 10:56 - Nicolle - winbugs及其他软件专版
Algorithms of the Intelligent Web, 2nd (MEAP v9) (python scikit learn)
30 个回复 - 3176 次查看 Douglas McIlwraith, Haralambos Marmanis, Dmitry Babenko, "Algorithms of the Intelligent Web, 2nd Edition (MEAP version 9)" English | ISBN: 1617292583 | 2016 | PDF | 232 pages | 7,5 MB There's ...2016-7-1 16:00 - igs816 - 量化投资
Essentials of Machine Learning Algorithms (with Python and R Codes)
4 个回复 - 1885 次查看 Note: This article was originally published on Aug 10, 2015 and updated on Sept 9th, 2017 IntroductionGoogle’s self-driving cars and robots get a lot of press, but the company’s real future is in m ...2018-1-28 08:46 - oliyiyi - LATEX论坛
python algorithms 第二版
3 个回复 - 1011 次查看 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 for Data Science (2017)
45 个回复 - 4212 次查看 Algorithms for Data Science Authors: Brian Steele, John Chandler, Swarna Reddy Unites theory, algorithm design, and practical data analysis for simplicity and clarity of content Contains ...2016-12-27 16:39 - cmwei333 - python论坛
Python Algorithms
6 个回复 - 1154 次查看 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 Algorithms: Mastering Basic Algorithms in the Python Language
61 个回复 - 8580 次查看 Python Algorithms, Second Edition 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 al ...2015-5-29 07:48 - lasgpope - 量化投资
Algorithms in a Nutshell: A Practical Guide, 2nd Edition (java and python)
27 个回复 - 3430 次查看 George T. Heineman, Gary Pollice, Stanley Selkow , "Algorithms in a Nutshell: A Practical Guide, 2nd Edition" English | ISBN: 1491948922 | 2016 | PDF (True) | 390 pages | 12 MB Creating robust s ...2016-3-29 16:57 - igs816 - 量化投资
Python Data Structures and Algorithms (True PDF)
100 个回复 - 8621 次查看 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 - 量化投资
【独家发布】Problem Solving in Data Structures & Algorithms Using Python
8 个回复 - 1443 次查看 [/backcolor] 下载地址: https://finelybook.ctfile.com/downhtml/14170871/203193955/1500745121/1677355370/9f2848f9e80ffdde19284bb732c6768a.html [/backcolor]2017-7-22 01:22 - Reader's - winbugs及其他软件专版
Python Data Structures and Algorithms
55 个回复 - 4227 次查看 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 Data Structures and Algorithms
1 个回复 - 1619 次查看 图书说明 主要特征 一步一步的指导,它将为您提供对基础Python数据结构的分析和设计的全面讨论。 更好地了解高级Python概念,如大o符号,动态编程和功能数据结构。 探索插图,以清晰,直观的方式呈现数据结构和算 ...2017-6-12 10:26 - xpf7622 - python论坛
【数据挖掘,Python + R 应用】 Algorithms for Data Science (2017)
103 个回复 - 7259 次查看 Algorithms for Data Science Authors: Brian Steele, John Chandler, Swarna Reddy Unites theory, algorithm design, and practical data analysis for simplicity and clarity of content Contains ...2016-12-27 16:32 - cmwei333 - 金融学(理论版)
【数据分析电子书免费下载】Python Algorithms pdf_下载_mobi
0 个回复 - 1228 次查看 【数据分析电子书免费下载】Python Algorithms pdf_下载_mobi Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Pyth ...2016-12-31 16:01 - 数据分析闯天下 - 数据分析师(CDA)专版
Python Algorithms Mastering Basic Algorithms in the Python Language
1 个回复 - 863 次查看 Python Algorithms: Mastering Basic Algorithms in the Python Language Author: Magnus Lie Hetland Copyright © 2010 ISBN-13 (pbk): 978-1-4302-3237-7 ISBN-13 (electronic): 978-1-4302-3238-4 P ...2016-12-22 03:51 - chilianlin - winbugs及其他软件专版
[求书]Python Algorithms
12 个回复 - 1872 次查看 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及其他软件专版
algorithms in python
0 个回复 - 1031 次查看 2016-9-7 23:58 - karenwangxiaoyu - python论坛
求:“Annotated Algorithms in Python
1 个回复 - 942 次查看 【作者(必填)】 Massimo Di Pierro Dr 【文题(必填)】 Annotated Algorithms in Python: With Applications in Physics, Biology, and Finance 【年份(必填)】 2013 出版社: Experts4solutions (2013年11月 ...2016-7-30 11:54 - 云游天外 - 悬赏大厅
[Ipython Notebook]Algorithms by Sebastian Raschka
6 个回复 - 1101 次查看 About this repositoryThis repository is meant to be a growing collection of interesting and useful algorithms implemented in Python and presented in IPython notebooks. IPython notebooks, because they ...2016-7-23 23:26 - Nicolle - winbugs及其他软件专版
[SPSS User必读]Data Structures and Algorithms Using Python
12 个回复 - 4457 次查看 Data Structures and Algorithms Using Python Rance D. Necaise December 2010, ©2011 [*]Provides complete coverage of abstraction and the basic data structures and algorithms using a ba ...2014-5-12 01:30 - ReneeBK - HLM专版
Python Algorithms 非常清晰 懂的下
13 个回复 - 3975 次查看 2016-3-16 09:34 - oldgreece - 经济金融数学专区
Apress.Python Algorithms.Mastering Basic Algorithms in the Python Language.2014
6 个回复 - 2389 次查看 Apress.Python Algorithms.Mastering Basic Algorithms in the Python Language.2014 Paperback: 320 pages Publisher: Apress; 2 edition (September 4, 2014) Language: English Python Algorithms, Sec ...2014-10-7 16:42 - lzguo568 - python论坛
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++编程
[2013新书] Data Structures and Algorithms in Python
34 个回复 - 1572 次查看 Data Structures and Algorithms in Python by Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser Wiley | Year: 2013 | Language: English | Pages: 748 | Size: 6 MB | Format: pdf ISBN: 1 ...2014-8-31 10:31 - tigerwolf - python论坛