万本电子书0元读

万本电子书0元读

scikit-learn Cookbook - Second Edition
scikit-learn Cookbook - Second Edition
Julian Avila, Trent Hauck
¥297.10
Learn to use scikit-learn operations and functions for Machine Learning and deep learning applications. About This Book Handle a variety of machine learning tasks effortlessly by leveraging the power of scikit-learn Perform supervised and unsupervised learning with ease, and evaluate the performance of your model Practical, easy to understand recipes aimed at helping you choose the right machine learning algorithm Who This Book Is For Data Analysts already familiar with Python but not so much with scikit-learn, who want quick solutions to the common machine learning problems will find this book to be very useful. If you are a Python programmer who wants to take a dive into the world of machine learning in a practical manner, this book will help you too. What You Will Learn Build predictive models in minutes by using scikit-learn Understand the differences and relationships between Classification and Regression, two types of Supervised Learning. Use distance metrics to predict in Clustering, a type of Unsupervised Learning Find points with similar characteristics with Nearest Neighbors. Use automation and cross-validation to find a best model and focus on it for a data product Choose among the best algorithm of many or use them together in an ensemble. Create your own estimator with the simple syntax of sklearn Explore the feed-forward neural networks available in scikit-learn In Detail Python is quickly becoming the go-to language for analysts and data scientists due to its simplicity and flexibility, and within the Python data space, scikit-learn is the unequivocal choice for machine learning. This book includes walk throughs and solutions to the common as well as the not-so-common problems in machine learning, and how scikit-learn can be leveraged to perform various machine learning tasks effectively. The second edition begins with taking you through recipes on evaluating the statistical properties of data and generates synthetic data for machine learning modelling. As you progress through the chapters, you will comes across recipes that will teach you to implement techniques like data pre-processing, linear regression, logistic regression, K-NN, Naive Bayes, classification, decision trees, Ensembles and much more. Furthermore, you'll learn to optimize your models with multi-class classification, cross validation, model evaluation and dive deeper in to implementing deep learning with scikit-learn. Along with covering the enhanced features on model section, API and new features like classifiers, regressors and estimators the book also contains recipes on evaluating and fine-tuning the performance of your model. By the end of this book, you will have explored plethora of features offered by scikit-learn for Python to solve any machine learning problem you come across. Style and Approach This book consists of practical recipes on scikit-learn that target novices as well as intermediate users. It goes deep into the technical issues, covers additional protocols, and many more real-live examples so that you are able to implement it in your daily life scenarios.
Hands-On Android UI Development
Hands-On Android UI Development
Jason Morris
¥297.10
Master the art of creating impressive and reactive UIs for mobile applications on the latest version of Android Oreo. About This Book A comprehensive guide to designing and developing highly interactive user interfaces for your app. Design responsive and agile applications targeting multiple Android devices (up to Android Oreo) using Android Studio 3.0 Write reactive user interfaces with minimal effort by leveraging the latest Android technologies, such as Architecture components and the Lifecycle API Avoid common design problems and pitfalls with the help of shared UI design patterns and best practices. Who This Book Is For This book is for novice Android and Java developers who have a basic knowledge of Android development and want to start developing stunning user interfaces. What You Will Learn Create effective and efficient user interfaces that allow users to carry out tasks smoothly Understand the fundamentals of Android UI design, and take a look at the basic layouts, Inputs, and controls Learn about various UI components provided by Android, which include structured layout objects and UI controls that allow you to build the graphical user interface for your app Explore various styles and themes that allow you to customize the look and feel of your app Leverage the animation and graphics APIs to improve user experience and draw custom 2D graphics In Detail A great user interface (UI) can spell the difference between success and failure for any new application. This book will show you not just how to code great UIs, but how to design them as well. It will take novice Android developers on a journey, showing them how to leverage the Android platform to produce stunning Android applications. Begin with the basics of creating Android applications and then move on to topics such as screen and layout design. Next, learn about techniques that will help improve performance for your application. Also, explore how to create reactive applications that are fast, animated, and guide the user toward their goals with minimal distraction. Understand Android architecture components and learn how to build your application to automatically respond to changes made by the user. Great platforms are not always enough, so this book also focuses on creating custom components, layout managers, and 2D graphics. Also, explore many tips and best practices to ease your UI development process. By the end, you'll be able to design and build not only amazing UIs, but also systems that provide the best possible user experience. Style and approach This book takes an easy tutorial approach to help you learn how to create consistent and efficient user interfaces for your apps. The book first takes you through the basics of user interfaces such as basic layouts, inputs, and controls, and also covers animations and graphics. By the end of the book, you will have learned best practices and will be able to develop inspired interfaces that look good and also work subtly in the background.
Practical Network Automation: Leverage the power of Python and Ansible to optimi
Practical Network Automation: Leverage the power of Python and Ansible to optimi
Abhishek Ratan
¥297.10
Get More from your Network with Automation tools to increase its effectiveness. About This Book Get started with network automation (and different automation tasks) with relevant use cases Apply software design principles such as Continuous Integration and DevOps to your network toolkit Guides you through some best practices in automation Who This Book Is For If you are a network engineer looking for an extensive guide to help you automate and manage your network efficiently, then this book is for you. What You Will Learn Get the detailed analysis of Network automation Trigger automations through available data factors Improve data center robustness and security through specific access and data digging Get an Access to APIs from Excel for dynamic reporting Set up a communication with SSH-based devices using netmiko Make full use of practical use cases and best practices to get accustomed with the various aspects of network automation In Detail Network automation is the use of IT controls to supervise and carry out every-day network management functions. It plays a key role in network virtualization technologies and network functions. The book starts by providing an introduction to network automation, SDN, and its applications, which include integrating DevOps tools to automate the network efficiently. It then guides you through different network automation tasks and covers various data digging and reporting methodologies such as IPv6 migration, DC relocations, and interface parsing, all the while retaining security and improving data center robustness. The book then moves on to the use of Python and the management of SSH keys for machine-to-machine (M2M) communication, all followed by practical use cases. The book also covers the importance of Ansible for network automation including best practices in automation, ways to test automated networks using different tools, and other important techniques. By the end of the book, you will be well acquainted with the various aspects of network automation. Style and approach A clear, concise, and straightforward book that will enable you to automate networks and improve performance.
Learning Angular 2
Learning Angular 2
Pablo Deeleman
¥297.10
Your quick, no-nonsense guide to building real-world apps with Angular 2About This Book·The first and best overview of Angular 2 on the market—this guide gathers together everything there is to know about Angular 2 and groups it into intuitive sections.·This book is your detailed map of every feature and its use cases.·The author has done all the hard work of fitting everything Angular 2 means for developers together for you, making this book the quickest way to learn Angular 2 from scratch.Who This Book Is ForThis book is targeted at web developers who want to build the next generation of state-of-the-art mobile and desktop web applications with Angular 2. This book does not require you to have prior exposure to either Angular 1.x or 2, although comprehensive knowledge of JavaScript is assumed. It's great for newcomers to Angular who learn best through clear explanations and definitions of concepts.What You Will Learn·Set up your working environment in order to have all the tools you need to start building Angular 2 components with minimum effort·Get up to speed with TypeScript, a powerful typed superset of JavaScript that compiles to plain JavaScript·Take full control of how your data is rendered and updated upon data changes·Build powerful web applications based on structured component hierarchies that emit and listen to events and data changes throughout the elements tree·Explore how to consume external APIs and data services and allow data editing by harnessing the power of web forms made with Angular 2·Deliver seamless web navigation experiences with application routing and state handling common features with ease·Discover how to bulletproof your applications by introducing smart unit testing techniques and debugging toolsIn DetailAngular 2 was conceived as a complete rewrite in order to fulfill the expectations of modern developers who demand blazing fast performance and responsiveness from their web applications.This book will help you learn the basics of how to design and build Angular 2 components right from the beginning, providing full coverage of the TypeScript syntax required to follow the examples included. From that point on, we will build upon our first components, interconnect them, and give shape to larger web applications. We will then move to implementing routing in Angular 2, analyzing how to handle application states, and navigating from one component to another in depth. After this, the book features full coverage of web forms and user input validation, later leveraging all of this information to go through the basics of implementing user authentication in Angular 2 and providing a bird's eye view of the different strategies at hand to secure pages and areas of your website. Animating components and DOM elements with Angular 2 is also covered in this book. The final part of this book provides broad insights into how to unit test components and other modules such as services, directives, routes or pipes.Style and approachThis book covers everything there is to know about getting well-acquainted with Angular without bogging you down. Everything is neatly laid out under clear headings for quick consultation, offering you the information required to understand a concept immediately, with short relevant examples of each feature.
中医药行业发展蓝皮书.2022年
中医药行业发展蓝皮书.2022年
《中医药行业发展蓝皮书》编委会
¥297.00
《中医药行业发展报告》分为12个篇目:总报告政策环境篇、中医医疗篇、中医药人力资源与教育篇、中医药科技创新篇、中药产业篇、中医药健康产业篇、中医药文化传承与传播篇、中医药促乡村振兴篇、中医药信息化篇、中医药国际化篇、附录。内容上既包括文字材料、数据材料、典型案例、图片资料等,又能反映各专题相关背景、总体情况分析、政策分析、现状、主要成果、存在的问题、发展趋势、今后发展目标及展望等。此次《中医药行业发展报告》为首次编写,时间段以2020—2021年为主,连续性工作、政策性内容可适当放宽年限,体现3~5年的趋势,数据具有连续性。
电工1000个怎么办系列书(14册)
电工1000个怎么办系列书(14册)
¥297.00
电工1000个怎么办系列书 装饰装修电工1000个怎么办(停版) 电工1000个怎么办系列书 维修电工操作1000个怎么办(见(5123-5510)(停版) 电工1000个怎么办系列书 通用电工1000个怎么办(见5123-5435)(停版) 电工1000个怎么办系列书 汽车电工1000个怎么办(见5123-4263) 电工1000个怎么办系列书 汽车电工1000个怎么办(第二版)(停版) 电工1000个怎么办系列书 建筑电工1000个怎么办(停版) 电工1000个怎么办系列书 高压电工1000个怎么办 电工1000个怎么办系列书 电工操作1000个怎么办(见5123-4087)(停版) 电工1000个怎么办系列书 电工操作1000个怎么办(第二版)(停版) 电工1000个怎么办系列书 低压运行维修电工1000个怎么办(停版) 电工1000个怎么办系列书 变配电值班电工1000个怎么办(停版) 电工1000个怎么办系列书 装饰装修水电工1000个怎么办(停版) 电工1000个怎么办系列书 智能楼宇电工1000个怎么办(停版) 电工1000个怎么办系列书 物业水电工1000个怎么办
站在大师的肩膀看世界-(套装共12册)
站在大师的肩膀看世界-(套装共12册)
[加] 保罗·布卢姆 等
¥296.10
为什么那么多人热衷于登山、跑马拉松、吃辣、看恐怖电影?为什么那么多人念念不忘于自己吃苦、受冻、流泪的经历?为什么那么多人的关键性成长都发生在重创之后? 多伦多大学心理学教授保罗·布卢姆基于心理学、脑科学、认知神经科学等领域的众多新发现,为我们带来了关于苦难与幸福的全新阐释。他在书中探讨了三个主要观:一,疼痛、恐惧和悲伤等某些类型的自愿受苦能成为快乐之源;二,良好的生活不仅指快乐的生活,还包括对道德良善和意义的追求;三,有些类型的痛苦,比如抗争和克服困难导致的痛苦,是实现更高目标、度过完满人生所必xu经历的。他还在书中驳斥了流传已久的关于“人类天生就是享乐主义者,只追求快乐”的人性观,揭示人类倾向于追求更深刻、更具超越性事物的本性,从而为我们指明了通往真zheng幸福而有意义人生的方向。 作为广受欢迎的科普作家,布卢姆的写作沿袭了其畅销书《摆脱共情》《善恶之源》通俗、幽默的文风,又兼具科学性、故事性与哲学意味,对任何领域的读者来说都是一场科学与智识的饕餮盛宴。
关键在于实验(套装共4册)
关键在于实验(套装共4册)
巫鸿
¥296.00
著名美术史家、艺评家、策展人巫鸿教授,深度参与中国当代艺术的重要事件,与国内外美术馆和艺术家合作举办具有重大影响的展览,并撰写大量文章探讨中国当代艺术的发展过程、潮流走向,以及重要艺术家的创作历程。这些文章对于理解和研究自20世纪70年代始的中国当代艺术及其与国际当代艺术的关系具有重要意义。经过5年的亲自选编、磨,首次汇集呈现。 50年光阴,世界大变。不变的是,中国当代艺术以世界性的语言,以常人难以料及的胆识,暴露自身的纠结和尴尬,敢于直面真实的生活。文集以“潮流”“艺术家”“展览”为主题,从中国当代艺术的宏观面貌到微观肌理,透过变化的角度从不同层面立体呈现中国当代艺术的丰富性和实验性,以及艺术家有血有肉的探索经验。 以窥面,《关键在于实验》创造“重访”当代中国与世界的方法,我们“过去”的共同记忆得以凝视,我们共同的“现在”和“未来”得以审视和想象。
陈丹青《局部》(套装全3册)
陈丹青《局部》(套装全3册)
陈丹青
¥295.50
本书是陈丹青视频节目《局部》第三季的讲稿,作者寻访意大利教堂、修道院,聚焦凝固于墙上的湿壁画。“文艺复兴三杰”常被比作高峰,作者却将“次要作品”与它们的创作者娓娓道来:“大名鼎鼎”的乔托与师傅“牛头”契马布埃,落拓不羁的马萨乔与气息高贵的马索利诺,可敬的乌切洛与可爱的老利皮,阿西西圣方济各教堂的弗朗切斯卡与美第奇-里卡迪宫的戈佐里,以及那些无名的工匠……千百幅湿壁画既是君王与臣民的教科书,又是图像的狂欢。在不用透视法的中古时代,这些工匠显示了绘画的另一种维度,另一种理性,更饱满,更放,更近现代性。艺术不是化,不要以为越是后来的艺术,越是好。
Elmore Leonard Raylan Givens 3-Book Collection
Elmore Leonard Raylan Givens 3-Book Collection
Leonard, Elmore
¥295.24
New York Times bestselling author Elmore Leonard's U.S. Marshal Raylan Givens is the mesmerizing hero of numerous books and the hit FX series Justified. Now the first three Raylan books—Pronto, Riding the Rap, and Fire in the Hole—are together in one ebook, along with an excerpt from Raylan, the brand new novel in the series.
汗青堂丛书:中国近代史精选(套装共5册)
汗青堂丛书:中国近代史精选(套装共5册)
周策纵;毕可思;简又文;司马富;费正清;邓嗣禹
¥295.20
《五四运动史》 研究五四运动、了解近代中国,难以逾越的一部经典著作。 《帝国的切口》 透过在华洋人的视角看历史,将中国史置于世界史视野下。 《太平天国革命运动史》 本书是太平天国研究大家简又文的代表作,是太平天国研究的集大成之作。 《清朝与中华传统文化》 一部关于清朝的百科全书。 《冲击与回应》 本书通过选取近代历史文献中的部分核心史料和经典篇章,全景式地展现了近代中国几代先锋人物对现代化道路的探索。
是爱,也是遗憾系列(套装共10册)
是爱,也是遗憾系列(套装共10册)
¥294.90
深刻探讨人性、情感与社会现实的文学巨著。本书汇集了朱文颖的多篇中短篇小说,以独特的叙事风格和深邃的洞察力,描绘了一个个鲜活的人物形象和错综复杂的情感纠葛。 书中的故事跨越时空,从江南小城的日常生活到大流行病的阴影下的家庭困境,从南方秘史的探索到现代都市的繁华背后,朱文颖以其冷静深邃的笔触,展现了人性的复杂与生活的多面性。她的作品不仅关注个体在社会中的孤独、迷茫和对自由的追求,也探讨了全球化时代下的文化认同问题,尤其是中国文化的身份认同。 《禁欲时代》通过9篇经典中短篇小说,探索了内心深处的隐秘欲望与社会规范之间的微妙张力,捕捉了现代生活中的瞬间美丽与永恒哀愁。而《高跟鞋下的迷城》则讲述了几位女性在都市生活中追求自我、面对诱惑与挑战的故事,展现了都市女性的成长历程。 此外,书中还包含了对爱情、友情、人性与命运等深刻主题的探索,无论是江南水乡的诗意生活,还是跨越时空的情感纠葛,亦或是现实压力下的人性光辉,这些故事都触动了读者内心最柔软的部分。
Birds of South America:Passerines (Collins Field Guide)
Birds of South America:Passerines (Collins Field Guide)
Ber Van Perlo
¥294.79
Recommended for viewing on a colour tablet. South America has long been known for its bountiful flora and fauna. The richness in bird life has attracted visitors from all over the world and has helped to make South America an increasingly popular wildlife tourist spot. This major new field guide to the birds of South America covers all the passerines (perching birds), with all plumages for each species illustrated, including males, females and juveniles. The text gives information on key identification features, habitat, and songs and calls. Beautiful artwork featured across 195 colour plates appears opposite the relevant text for quick and easy reference. Distribution maps are included, showing where each species can be found and how common it is, to further aid identification.
实用中医消化病学
实用中医消化病学
唐旭东等
¥294.50
本书编委会主要由中华中医药学会脾胃病分会常委以上专家组成,编委均是长期奋战在中医消化病临床与科研一线的全国知名专家,大家群策群力,集思广益,传承精华,守正创新,在继承传统中医理论的基础上,结合自身临床实践经验和研究展编写本书,代表了我国中医消化病学的水平,具有权威性。
实用中医风湿免疫病学
实用中医风湿免疫病学
姜泉
¥294.50
本书为《实用中医临床医学丛书》之一种。 将中医临床医学行系统梳理,理清其发展脉络,总结其卓有成效的治病方法,理清其固有的治疗思路,将零散的经验纳到中医临床医学理论体系中,这就是《实用中医临床医学丛书》编写的思路。 《实用中医临床医学丛书》是一套真正反映中医辨证论治思维,汇集古今中医临证经验,既有系统理论,又含具体治病方法的实用的中医临床医学学术著作,理论系统、内涵丰富、临床实用为本书的特。 本丛书是中医书,不是中西医结合书,更不是西医书,所以要根据中医临床实际,妥善处理现代医学介的问题。 本丛书不是为初学者编写,读者定位于主治医师及以上职称。
精编有毒壮药
精编有毒壮药
庞宇舟;方刚
¥294.50
本书介绍200味常用有毒壮药,书中会有近500幅彩色图片。同时书中配套制作部分药物的采集、鉴定等视频和动画。作者团队长期从事壮医药的教学、科研工作,有足够的学术水平和技术条件保证图书科学性和创新性。
Divergent Series Ultimate Four-Book Collection 分歧者系列(套装共4册)
Divergent Series Ultimate Four-Book Collection 分歧者系列(套装共4册)
Roth, Veronica
¥294.43
Available together for the first time—all three books in the #1?New York Times?bestselling Divergent trilogy, plus the companion volume told from the perspective of the immensely popular character Tobias. Perfect for established fans who want to own the full Divergent library or readers new to the series, this ebook bundle includes?Divergent,?Insurgent,?Allegiant, and?Four: A Divergent Collection.Divergent: One choice can transform you. Veronica Roth's #1?New York Times?bestselling debut is a gripping dystopian tale of electrifying choices, powerful consequences, unexpected romance, and a deeply flawed "perfect society."Insurgent: One choice can destroy you. Veronica Roth's second #1?New York Times?bestseller continues the dystopian thrill ride. As war surges in the factions all around her, Tris attempts to save those she loves—and herself—while grappling with haunting questions of grief and forgiveness, identity and loyalty, politics and love.Allegiant: The explosive conclusion to Veronica Roth's #1?New York Times?bestselling Divergent trilogy reveals the secrets of the dystopian world that has captivated millions of readers.Four: A Divergent Collection: A companion volume to the worldwide bestselling Divergent series, told from the perspective of Tobias. The four pieces included—"The Transfer," "The Initiate," "The Son," and "The Traitor"—plus three additional exclusive scenes, give readers a fascinating glimpse into the history and heart of Tobias, and set the stage for the epic saga of the Divergent trilogy.
Planters, Merchants, and Slaves
Planters, Merchants, and Slaves
Burnard, Trevor
¥294.30
As with any enterprise involving violence and lots of money, running a plantation in early British America was a serious and brutal enterprise. Beyond resources and weapons, a plantation required a significant force of cruel and rapacious men-men who, as Trevor Burnard sees it, lacked any better options for making money. In the contentious Planters, Merchants, and Slaves, Burnard argues that white men did not choose to develop and maintain the plantation system out of virulent racism or sadism, but rather out of economic logic because-to speak bluntly-it worked.These economically successful and ethically monstrous plantations required racial divisions to exist, but their successes were always measured in gold, rather than skin or blood. Burnard argues that the best example of plantations functioning as intended is not those found in the fractious and poor North American colonies, but those in their booming and integrated commercial hub, Jamaica. Sure to be controversial, this book is a major intervention in the scholarship on slavery, economic development, and political power in early British America, mounting a powerful and original argument that boldly challenges historical orthodoxy.
Physics Envy
Physics Envy
Middleton, Peter
¥294.30
At the close of the Second World War, modernist poets found themselves in an increasingly scientific world, where natural and social sciences claimed exclusive rights to knowledge of both matter and mind. Following the overthrow of the Newtonian worldview and the recent, shocking displays of the power of the atom, physics led the way, with other disciplines often turning to the methods and discoveries of physics for inspiration.?In Physics Envy, Peter Middleton examines the influence of science, particularly physics, on American poetry since World War II. He focuses on such diverse poets as Charles Olson, Muriel Rukeyser, Amiri Baraka, and Rae Armantrout, among others, revealing how the methods and language of contemporary natural and social sciences-and even the discourse of the leading popular science magazine Scientific American-shaped their work. The relationship, at times, extended in the other direction as well: leading physicists such as Robert Oppenheimer, Werner Heisenberg, and Erwin Schrdinger were interested in whether poetry might help them explain the strangeness of the new, quantum world. Physics Envy is a history of science and poetry that shows how ultimately each serves to illuminate the other in its quest for the true nature of things.
Insurgent Democracy
Insurgent Democracy
Lansing, Michael J.
¥294.30
In 1915, western farmers mounted one of the most significant challenges to party politics America has seen: the Nonpartisan League, which sought to empower citizens and restrain corporate influence. Before its collapse in the 1920s, the League counted over 250,000 paying members, spread to thirteen states and two Canadian provinces, controlled North Dakota's state government, and birthed new farmer-labor alliances. Yet today it is all but forgotten, neglected even by scholars.Michael J. Lansing aims to change that. Insurgent Democracy offers a new look at the Nonpartisan League and a new way to understand its rise and fall in the United States and Canada. Lansing argues that, rather than a spasm of populist rage that inevitably burned itself out, the story of the League is in fact an instructive example of how popular movements can create lasting change. Depicting the League as a transnational response to economic inequity, Lansing not only resurrects its story of citizen activism, but also allows us to see its potential to inform contemporary movements.
Joyce's Ghosts
Joyce's Ghosts
Gibbons, Luke
¥294.30
For decades, James Joyce's modernism has overshadowed his Irishness, as his self-imposed exile and association with the high modernism of Europe's urban centers has led critics to see him almost exclusively as a cosmopolitan figure.In Joyce's Ghosts, Luke Gibbons mounts a powerful argument that this view is mistaken: Joyce's Irishness is intrinsic to his modernism, informing his most distinctive literary experiments. Ireland, Gibbons shows, is not just a source of subject matter or content for Joyce, but of form itself. Joyce's stylistic innovations can be traced at least as much to the tragedies of Irish history as to the shock of European modernity, as he explores the incomplete project of inner life under colonialism. Joyce's language, Gibbons reveals, is haunted by ghosts, less concerned with the stream of consciousness than with a vernacular interior dialogue, the "e;shout in the street,"e; that gives room to outside voices and shadowy presences, the disruptions of a late colonial?culture in crisis.Showing us how memory under modernism breaks free of the nightmare of history, and how in doing so it gives birth to new forms, Gibbons forces us to think anew about Joyce's achievement and its foundations.