深度学习新书Deep learning with python 2017

  • 5
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
Through exposure to the news and social media, you are probably aware of the fact that machine learning has become one of the most exciting technologies of our time and age. Large companies, such as Google, Facebook, Apple, Amazon, and IBM, heavily invest in machine learning research and applications for good reasons. While it may seem that machine learning has become the buzzword of our time and age, it is certainly not a fad. This exciting field opens the way to new possibilities and has become indispensable to our daily lives. This is evident in talking to the voice assistant on our smartphones, recommending the right product for our customers, preventing credit card fraud, filtering out spam from our email inboxes, detecting and diagnosing medical diseases, the list goes on and on. If you want to become a machine learning practitioner, a better problem solver, or maybe even consider a career in machine learning research, then this book is for you. However, for a novice, the theoretical concepts behind machine learning can be quite overwhelming. Many practical books have been published in recent years that will help you get started in machine learning by implementing powerful learning algorithms. Getting exposed to practical code examples and working through example applications of machine learning are a great way to dive into this field. Concrete examples help illustrate the broader concepts by putting the learned material directly into action. However, remember that with great power comes great responsibility! In addition to offering a hands-on experience with machine learning using the Python programming languages and Python-based machine learning libraries, this book introduces the mathematical concepts behind machine learning algorithms, which is essential for using machine learning successfully. Thus, this book is different from a purely practical book; it is a book that discusses the necessary details regarding machine learning concepts and offers intuitive yet informative explanations of how machine learning algorithms work, how to use them, and most importantly, how to avoid the most common pitfalls. Currently, if you type "machine learning" as a search term in Google Scholar, it returns an overwhelmingly large number of publications—1,800,000. Of course, we cannot discuss the nitty-gritty of all the different algorithms and applications that have emerged in the last 60 years. However, in this book, we will embark on an exciting journey that covers all the essential topics and concepts to give you a head start in this field. If you find that your thirst for knowledge is not satisfied, this book references many useful resources that can be used to follow up on the essential breakthroughs in this field. If you have already studied machine learning theory in detail, this book will show you how to put your knowledge into practice. If you have used machine learning techniques before and want to gain more insight into how machine learning actually works, this book is for you. Don't worry if you are completely new to the machine learning field; you have even more reason to be excited. Here is a promise that machine learning will change the way you think about the problems you want to solve and will show you how to tackle them by unlocking the power of data. Before we dive deeper into the machine learning field, let's answer your most important question, "Why Python?" The answer is simple: it is powerful yet very accessible. Python has become the most popular programming language for data science because it allows us to forget about the tedious parts of programming and offers us an environment where we can quickly jot down our ideas and put concepts directly into action. We, the authors, can truly say that the study of machine learning has made us better scientists, thinkers, and problem solvers. In this book, we want to share this knowledge with you. Knowledge is gained by learning. The key is our enthusiasm, and the real mastery of skills can only be achieved by practice. The road ahead may be bumpy on occasions and some topics may be more challenging than others, but we hope that you will embrace this opportunity and focus on the reward. Remember that we are on this journey together, and throughout this book, we will add many powerful techniques to your arsenal that will help us solve even the toughest problems the data-driven way.
高清文字版带目录,英文原版,亚马逊全5星好评书籍 This book was written for anyone who wishes to explore deep learning from scratch or broaden their understanding of deep learning. Whether you’re a practicing machine-learning engineer, a software developer, or a college student, you’ll find value in these pages. This book offers a practical, hands-on exploration of deep learning. It avoids mathematical notation, preferring instead to explain quantitative concepts via code snippets and to build practical intuition about the core ideas of machine learning and deep learning. You’ll learn from more than 30 code examples that include detailed commentary, practical recommendations, and simple high-level explanations of everything you need to know to start using deep learning to solve concrete problems. The code examples use the Python deep-learning framework Keras, with Tensor-Flow as a backend engine. Keras, one of the most popular and fastest-growing deep-learning frameworks, is widely recommended as the best tool to get started with deep learning. After reading this book, you’ll have a solid understand of what deep learning is, when it’s applicable, and what its limitations are. You’ll be familiar with the standard workflow for approaching and solving machine-learning problems, and you’ll know how to address commonly encountered issues. You’ll be able to use Keras to tackle real-world problems ranging from computer vision to natural-language processing: image classification, timeseries forecasting, sentiment analysis, image and text generation, and more.
### 回答1: 《Python深度学习》是由François Chollet撰写的一本关于深度学习的书籍,由张亮翻译并由人民邮电出版社出版。 这本书是François Chollet在Keras开发过程中积累的经验和洞见的总结。Keras是一个用于构建深度学习模型的高级神经网络API,被广泛应用于科学研究和工程实践中。本书着眼于用Python语言进行深度学习的实践,涵盖了从基础概念到实际项目开发的全过程。 书中首先介绍了深度学习的基本概念和技术,包括神经网络、反向传播算法以及常用的激活函数和优化器。随后,作者详细介绍了使用Keras构建和训练神经网络模型的基本步骤,包括数据预处理、模型架构设计、训练和评估等。 此外,本书还涵盖了深度学习的一些高级主题,如卷积神经网络、循环神经网络和生成对抗网络等。通过实例和案例研究,读者可以了解如何应用深度学习来解决实际问题,如图像分、文本生成和语音识别等。 本书的翻译者张亮在翻译过程中力求忠实于原著内容,并结合中文读者的实际需求进行适当调整。人民邮电出版社作为一家知名的出版机构,能够提供高质量的出版物,并且推动了深度学习在国内的普及和推广。 总的来说,《Python深度学习》是一本深入浅出的深度学习入门书籍,适合对Python深度学习感兴趣的读者阅读。无论是初学者还是有一定经验的开发者,都可以通过阅读本书,了解深度学习的基本原理和实践技巧,为将来的研究和应用打下坚实的基础。 ### 回答2: 《Python深度学习》是一本由François Chollet所著,张亮译的图书,在人民邮电出版社出版。这本书是关于使用Python语言进行深度学习的指南。 深度学习是一种机器学习的方法,强调对大量数据进行训练和建模。Python是一种功能强大的编程语言,已经成为深度学习领域的主要工具之一。这本书通过Python语言来解释深度学习的概念和原理,并提供了实际的代码示例和案例研究,帮助读者全面理解和掌握深度学习技术。 《Python深度学习》分为多个章节,从基础知识开始介绍,逐渐深入探讨深度学习的不同方面。作者首先介绍了神经网络的基本原理和工作方式,然后讨论了如何构建和训练不同型的神经网络,包括卷积神经网络和循环神经网络。 本书还详细介绍了如何使用Python编程语言和一些常用的深度学习框架,如Keras和TensorFlow,来实现深度学习模型。它提供了大量的代码示例,以及解释每个示例的详细说明,读者可以根据自己的需求和兴趣进行实际操作和实验。 此外,本书还探讨了深度学习在不同领域的应用,如计算机视觉、自然语言处理和声音识别等。作者通过一些真实的案例研究,展示了深度学习技术在解决实际问题中的应用和效果。 总之,《Python深度学习》是一本权威、全面且实用的深度学习指南。它适合那些有一定编程经验的读者,希望通过Python语言来学习和应用深度学习算法的人士阅读。无论是初学者还是有经验的开发者,都可以从这本书中获得深度学习方面的宝贵知识。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值