搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
简明Python教程(重新排版打印版)
- Python教程,重新排版,适用于打印。(python tutorial (print version))
TensorFlow教程
- Tensorflow编程教程,深度学习技术基础(Tensorflow programming tutorial)
廖雪峰python2.7教程离线版
- 快速学习Python基础开发值得学习,可离线学习,版权归廖雪峰老师所有(learn Python better and quicker with the guidance of Professor Liao)
thinkpython
- 高清,带标签,很好的python学习资料(The book is high-definition, with a tabbed version, a good learning material Python)
Machine Learning in Python(2015)
- 机器学习Python教程,见解精髓,适合入门和进阶用,需要较好的编程和数学基础(Machine Learning in Python(2015))
莫烦tf练习
- tensorflow深度学习,莫烦入门教程代码(Tensorflow deep learning)
celue
- python教程,一些运用python的相关策略可以尝试一下哟(The original sea turtle trading system includes the market (what to buy), the size of the position (how much to buy and sell), the market (when to buy), the stop loss (when to withdraw from a loss position), the market
Python核心编程 第3版 中文版.pdf
- python经典书籍,非常不错的入门教程(Python classic books, very good introductory tutorials)
python
- python基础教程,python实战项目,非常适用的教程,适合初学者(Python basic tutorial, python combat project, very applicable tutorial, suitable for beginners.)
Python_Algorithms
- python算法教程,用Python语言来讲解算法的分析和设计,分别介绍了树、图、计数问题、归纳递归、遍历、分解合并、贪心算法、复杂依赖、Dijkstra算法、匹配切割问题以及困难问题及其稀释等内容。(python algorithms,Explain the analysis and design of the algorithm in Python language)
python简明教程中文.pdf
- python学习 一个不错的pdf资料 感觉学习必不可少(Python learning data)
Python3-廖雪峰
- Python 学习的书籍,廖雪峰的Python 学习教程用书(Python Learning Books, Liao Xuefeng's Python Learning Tutorial Book)
BRP源程序
- python RAC数据分析源码教程,带有注释。(Python RAC data analysis source tutorial, with annotations.)
adaptive-critic-designs-master
- 常用的强化学习中的自适应actor-critic算法python实现教程代码(Commonly used adaptive reinforcement learning actor-critic algorithm Python implementation tutorial code)
Deep Learning with Python(Fran?ois Chollet)
- 深度学习入门教程;使用python一步步教你走向大神之路(use python language to learn deeplearning)
Python基础教程(第3版)
- 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python 程序测试、 打包、 发布等知识; 最后, 作者结合前面讲
python数据分析第二版光盘代码
- 经典的数据分析教程的源代码,可以跟着做。
用Python写网络爬虫
- Python爬虫教程及项目实战,你值得拥有。(Python crawler tutorial and project practice)
Python机器学习基础教程(完整电子版)
- 本书是机器学习入门书,以Python语言介绍。主要内容包括:机器学习的基本概念及其应用;实践中最常用的机器学习算法以及这些算法的优缺点;在机器学习中待处理数据的呈现方式的重要性,以及应重点关注数据的哪些方面;模型评估和调参的高级方法,重点讲解交叉验证和网格搜索;管道的概念;如何将前面各章的方法应用到文本数据上,还介绍了一些文本特有的处理方法。(This book is an introduction to machine learning, introduced in Python langua