
会员
Python Machine Learning / Second Edition
更新时间:2021-03-26 16:11:58
最新章节:Index开会员,本书免费读 >
UnlockmodernmachinelearninganddeeplearningtechniqueswithPythonbyusingthelatestcutting-edgeopensourcePythonlibraries.AboutThisBook?SecondeditionofthebestsellingbookonMachineLearning?Apracticalapproachtokeyframeworksindatascience,machinelearning,anddeeplearning?UsethemostpowerfulPythonlibrariestoimplementmachinelearninganddeeplearning?GettoknowthebestpracticestoimproveandoptimizeyourmachinelearningsystemsandalgorithmsWhoThisBookIsForIfyouknowsomePythonandyouwanttousemachinelearninganddeeplearning,pickupthisbook.Whetheryouwanttostartfromscratchorextendyourmachinelearningknowledge,thisisanessentialandunmissableresource.Writtenfordevelopersanddatascientistswhowanttocreatepracticalmachinelearninganddeeplearningcode,thisbookisidealfordevelopersanddatascientistswhowanttoteachcomputershowtolearnfromdata.WhatYouWillLearn?Understandthekeyframeworksindatascience,machinelearning,anddeeplearning?HarnessthepowerofthelatestPythonopensourcelibrariesinmachinelearning?Exploremachinelearningtechniquesusingchallengingreal-worlddata?MasterdeepneuralnetworkimplementationusingtheTensorFlowlibrary?Learnthemechanicsofclassificationalgorithmstoimplementthebesttoolforthejob?Predictcontinuoustargetoutcomesusingregressionanalysis?Uncoverhiddenpatternsandstructuresindatawithclustering?DelvedeeperintotextualandsocialmediadatausingsentimentanalysisInDetailMachinelearningiseatingthesoftwareworld,andnowdeeplearningisextendingmachinelearning.Understandandworkatthecuttingedgeofmachinelearning,neuralnetworks,anddeeplearningwiththissecondeditionofSebastianRaschka’sbestsellingbook,PythonMachineLearning.ThoroughlyupdatedusingthelatestPythonopensourcelibraries,thisbookoffersthepracticalknowledgeandtechniquesyouneedtocreateandcontributetomachinelearning,deeplearning,andmoderndataanalysis.Fullyextendedandmodernized,PythonMachineLearningSecondEditionnowincludesthepopularTensorFlowdeeplearninglibrary.Thescikit-learncodehasalsobeenfullyupdatedtoincluderecentimprovementsandadditionstothisversatilemachinelearninglibrary.SebastianRaschkaandVahidMirjalili’suniqueinsightandexpertiseintroduceyoutomachinelearninganddeeplearningalgorithmsfromscratch,andshowyouhowtoapplythemtopracticalindustrychallengesusingrealisticandinterestingexamples.Bytheendofthebook,you’llbereadytomeetthenewdataanalysisopportunitiesintoday’sworld.Ifyou’vereadthefirsteditionofthisbook,you’llbedelightedtofindanewbalanceofclassicalideasandmoderninsightsintomachinelearning.Everychapterhasbeencriticallyupdated,andtherearenewchaptersonkeytechnologies.You’llbeabletolearnandworkwithTensorFlowmoredeeplythaneverbefore,andgetessentialcoverageoftheKerasneuralnetworklibrary,alongwiththemostrecentupdatestoscikit-learn.StyleandApproachPythonMachineLearningSecondEditiontakesapractical,hands-oncodingapproachsoyoucanlearnaboutmachinelearningbycodingwithPython.ThisbookmovesfluentlybetweenthetheoreticalprinciplesofmachinelearningandthepracticaldetailsofimplementationwithPython.
品牌:中图公司
上架时间:2017-09-20 00:00:00
出版社:Packt Publishing
本书数字版权由中图公司提供,并由其授权上海阅文信息技术有限公司制作发行
Python Machine Learning / Second Edition最新章节
查看全部- Index
- Chapter and book summary
- Project two – implementing an RNN for character-level language modeling in TensorFlow
- Project one – performing sentiment analysis of IMDb movie reviews using multilayer RNNs
- Implementing a multilayer RNN for sequence modeling in TensorFlow
- RNNs for modeling sequences
- Introducing sequential data
- Chapter 16. Modeling Sequential Data Using Recurrent Neural Networks
- Summary
- Implementing a deep convolutional neural network using TensorFlow
同类热门书
最新上架
- 会员
RHCSA/RHCE8红帽Linux认证学习教程
本书分为9篇,共35章。第1篇主要介绍基本配置;第2篇主要介绍用户及权限管理;第3篇主要介绍网络相关配置;第4篇主要介绍存储管理;第5篇主要介绍系统管理;第6篇主要介绍软件管理;第7篇主要介绍安全管理;第8篇主要介绍容器管理;第9篇主要介绍自动化管理工具ansible的使用。计算机12.4万字 - 会员
量子计算实战
在加密、科学建模、制造物流、金融建模和人工智能等领域,量子计算可以极大提升解决问题的效率。量子系统正变得越来越强大,逐渐可用于生产环境。本书介绍了量子计算的思路与应用,在简要说明与量子相关的科学原理之后,指导读者实现量子计算算法。本书将带领读者使用基于Java的Strange量子模拟器编写量子程序,并探索量子位和量子逻辑门。在介绍标准Java和构建工具创建量子算法的同时,本书还引入了有趣的示例和深计算机10.5万字 - 会员
代码整洁之道:程序员的职业素养
本书是编程大师“Bob大叔”40余年编程生涯的心得体会的总结,讲解要成为真正专业的程序员需要具备什么样的态度,需要遵循什么样的原则,需要采取什么样的行动。作者以自己以及身边的同事走过的弯路、犯过的错误为例,意在为后来者引路,助其职业生涯迈上更高台阶。计算机12.2万字 - 会员
Java编程从入门到精通
本书立足于新工科和工程教育,从工程应用和实践者的视角,全面系统地介绍了目前在工业界中使用最为广泛的JDK8的全部核心知识。全书共17章,主要内容包括Java概述、Java基本类型与运算符、程序流程控制、数组、类与对象、抽象类、接口与嵌套类、GUI编程、Swing高级组件、异常与处理、I∕O流与文件、多线程与并发、容器框架与泛型、字符串与正则表达式、反射与注解。本书适合可作为普通高等院校、高职院校计算机21万字 - 会员
Python网络运维自动化
本书从网络工程师的视角出发,详细讲解了Python在网络运维自动化中的应用,其中涉及Python网络运维自动化的相关技术、工具以及实践。本书共10章,先对Python网络运维自动化进行了全面的概述,然后讲解了网络工程师所需的Python基础、数据格式与数据建模语言的相关知识。接着,本书介绍了网络配置的结构化数据提取、网络配置的模块化管理、Netmiko详解与实践、模型驱动的新网络管理方式及实践、网计算机13.3万字 - 会员
Java EE企业级应用开发教程:Spring+Spring MVC+MyBatis(第2版)
本书详细讲解JavaEE中Spring、SpringMVC和MyBatis三大框架(以下简称SSM)的基本知识和应用。本书在对知识点进行描述时采用了大量案例,以便读者理解SSM的核心技术。本书共15章,第1~5章主要讲解MyBatis的相关知识,包括初识MyBatis框架、MyBatis的核心配置、动态SQL、MyBatis的关联映射和缓存机制,以及MyBatis的注解开发;第6~9章主要讲解计算机15.8万字 - 会员
深入浅出Java虚拟机:JVM原理与实战
本书主要以Java虚拟机的基本特性及运行原理为中心,分析了JVM的组成结构和底层实现,介绍了很多性能调优的方案和工具的使用方法。最后还扩展介绍了JMM内存模型的实现原理和Java编译器的优化机制。计算机12.1万字 - 会员
CKA/CKAD应试教程:从Docker到Kubernetes完全攻略
本书介绍了Docker和Kubernetes的相关知识,可以帮助读者快速了解并熟练配置Kubernetes。本书共分为16章。首先介绍了Docker基础和Docker进阶;然后介绍了Kubernetes的基础操作,包括部署Kubernetes集群、升级Kubernetes、创建及管理Pod等;之后重点介绍了存储管理、密码管理、Deployment、DaemonSet及其他控制器、探针、Job、服务计算机8.6万字 - 会员
HTML5+CSS3+JavaScript+Bootstrap网站开发实用技术(第3版)
本书系统地讲述了HTML5、CSS3、JavaScript、Bootstrap等开发技术,满足Web前端开发基础学习的需求。本书包括了HTML5与CSS3的典型案例、使用Bootstrap框架开发、响应式布局等内容,适应Web前端开发从PC端转向移动端的变化。计算机14.3万字