利用Python进行数据分析(原书第2版)
作者:Wes McKinney
出版社:机械工业出版社
ISBN:9787111603702
VIP会员免费
(仅需0.8元/天)
¥ 60.0
温馨提示: 价值40000元的1000本电子书,VIP会员随意看哦!
电子书推荐
-
deep learning with python 评分:
deep learning with python, python 机器学习 《Deep Learning With Python》这本书使用Python语言和强大的Keras库带您进入深度学习领域。 本书由Keras创建者和Google AI研究员FrançoisChollet撰写,通过直观的解释和实际的例子帮助您构建对深度学习的理解。您将在计算机视觉,自然语言处理和生成模型中应用和实践。当您学习和实践完这本书里面的内容,您将拥有在您自己的项目中应用深度学习的知识和实践技能
上传时间:2019-01 大小:5.46MB
- 7.78MB
Deep Learning with Python
2018-07-04Keras作者所写的书,很不错,既有深度学习的基础知识,又有实例,框架Keras
- 5.47MB
DeepLearningwithPython
2018-02-24python 深度学习 2017 英文版,作者是Nikhil Ketkar。适合初学者。
- 11.24MB
Deep_Learning_with_Python
2018-01-03深度学习的介绍,其中还包括了卷积网络和循环网络。是基于keras写的。
- 3.1MB
deep learning python
2019-01-29深度学习deep learning 的PYTHON实现,全英文版本......
- 4.69MB
python deep learning
2017-12-212017年5月出版的python deep learning 专门讲解如何用python进行deep learning
- 23B
利用python进行数据分析 中文第二版-附件资源
2021-03-02利用python进行数据分析 中文第二版-附件资源
- 1.75MB
deep-learning-with-python:使用Python进行深度学习
2021-05-16用Python深度学习 使用Python进行深度学习:数分钟即可上手并从想法到见解 这是我对Python沙箱的深入学习。 还有更多。 我2015年西雅图PyData演讲的幻灯片: ://www.slideshare.net/AlexanderKorbonits/deep-learning-with-python-pydata-seattle-2015 我2015年西雅图PyData演讲的视频: ://youtu.be/MVyauNNinC0
- 31.64MB
deep learning
2017-11-22'Written by three experts in the field, Deep Learning is the only comprehensive book on the subject.' -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX, Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning., The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models., Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.
- 1.45MB
Python 学习笔记 第二版.pdf
2019-08-15Python 学习笔记 第二版.pdf
- 545KB
Python数据分析及可视化实操.pdf
2019-05-14这里整理了一些python数据分析的代码及操作过程,提供入门的学习兴趣
- 8.34MB
Deep Learning with Python epub
2017-12-29Deep Learning with Python 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
- 9.49MB
Deep Learning with Python 无水印原版pdf
2017-12-29Deep Learning with Python 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请...
- 30.42MB
《python深度学习》
2018-11-22《Python深度学习》中文版pdf+英文版pdf+源代码,详细请看文件内部文件,资源收集不易:)
- 13.25MB
Deep_Learning_with_Python_Keras PDF高清版
2018-10-23深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。
- 5.45MB
Deep Learning with Python: A Hands-on Introduction
2018-07-30Deep Learning with Python also introduces you to key concepts of automatic differentiation and GPU computation which, while not central to deep learning, are critical when it comes to conducting large...
- 0B
Deep_Learning_with_Python_Keras(优秀英文原版教材).pdf
2022-12-02Deep_Learning_with_Python_Keras(优秀英文原版教材).pdf
- 64.67MB
deep-learning-with-python
2021-04-01deep-learning-with-python
- 6.64MB
Deep Learning with Python by François Chollet
2018-05-06Summary Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library
- 138KB
Deep-Learning-with-python
2021-04-16python深度学习 1. 负荷模型 定义模型 编译模型 拟合模型 评估模型 2. 使用自动验证数据集 使用手动验证数据集 使用k折交叉验证 3. 使用交叉验证评估模型 网格搜索深度学习参数 4. 开发基线神经网络模型 通过标准化数据集提升性能 调整神经网络拓扑 评估更深的网络拓扑 评估更广泛的网络拓扑 5. 将Keras模型权重保存并加载到HDF5格式的文件中 将Keras模型结构保存并加载到JSON文件 将Keras模型结构保存并加载到YAML文件 6. 检查点神经网络模型改进 仅检查点最佳神经网络模型 加载保存的神经网络模型 7. 在训练时期的训练和验证数据集上的准确性图 在训练时期内训练和验证数据集上的损失图
- 6.61MB
"Deep Learning with Python"
2023-05-23Companion Jupyter notebooks for the book "Deep Learning with Python"
- 1.3MB
Deep Learning With Python (中文尝鲜版)
2018-09-02深度学习:Python 教程 (Deep Learning With Python) Deep Learning With Python: Develop Deep Learning Models on Theano and TensorFlow Using Keras 使用 Keras、Python、Theano 和 TensorFlow 开发深度学习模型 原书网站: https://machinelearningmastery.com/deep-learning-with-python/ 作者:Jason Brownlee --------------------------------------
- 29.74MB
python大作业 含爬虫、数据可视化、地图、报告、及源码(2016-2021全国各地区粮食产量).rar
2022-05-01(含源码及报告)本程序分析了自2016年到2021年(外加)每年我国原油加工的产量,并且分析了2020年全国各地区原油加工量等,含饼状图,柱状图,折线图,数据在地图上显示。运行本程序需要requests、bs4、csv、pandas、matplotlib、pyecharts库的支持,如果缺少某库请自行安装后再运行。文件含6个excel表,若干个csv文件以及一个名字为render的html文件(需要用浏览器打开),直观的数据处理部分是图片以及html文件,可在地图中显示,数据处理的是excel文件。不懂可以扫文件中二维码在QQ里面问。
- 0B
《点燃我温暖你》中李峋的同款爱心代码
2022-11-08python做的《点燃我温暖你》中李峋的同款爱心代码,最还原的
- 3.40MB
Python金融量化的高级库:TA-Lib-0.4.24(包含python3.7、3.8、3.9、3.10的32位和64位版本)
2023-08-02TA-Lib(Technical Analysis Library, 即技术分析库)是Python金融量化的高级库,涵盖了150多种股票、期货交易软件中常用的技术分析指标,如MACD、RSI、KDJ、动量指标、布林带等。但很多人安装指标计算ta-lib库就总报错,就可以在这里找到包下载后安装。 文件举例:TA_Lib‑0.4.24‑cp37‑cp37m‑win_amd64.whl 命名解释:包名-版本号-cp37代表适用于python3.7版本-win代表windows平台-amd64表示64位版本(与python版本要一致) 假定文件下载到d盘根目录,使用如下命令进行安装: pip install d:\TA_Lib‑0.4.24‑cp37‑cp37m‑win_amd64.whl 原文链接:https://blog.csdn.net/popboy29/article/details/126140862 建议使用360压缩进行解压。