TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
搜尋結果 /

Python Data Science Handbook

163023
84 / 4076
Python安全攻防:滲透測試實戰指南(簡體書)
滿額折
出版日:2020/12/01 作者:吳濤; 方嘉明; 吳榮德  出版社:機械工業出版社  裝訂:平裝
隨著近幾年互聯網的發展,Python在各行各業發揮著舉足輕重的作用。除應用在科學計算、大數據處理等人們熟知的領域外,在信息安全領域中使用也異常廣泛。這是因為對於黑客或者滲透測試工程師來說python語言不僅上手容易,而且還有大量豐富的開源庫。通過python可以幫助他們又好又快的完成一項任務,以少量的代碼便可實現所需功能。本書結合具體場景和真實案例,詳細敘述了python在滲透測試過程中所涉及到的
優惠價: 87 517
無庫存
數據結構和算法基礎Python語言實現(簡體書)
滿額折
出版日:2020/12/01 作者:陳良旭  出版社:北京大學出版社  裝訂:平裝
本書首先介紹算法的概念和特點,然後學習數據結構,再逐步深入學習各類算法,通過解決實際問題加深理解。本書選取近年來比較熱門的語言Python作為載體,來實現算法的功能。這不但可以讓讀者系統地學習算法的相關知識,而且還能加深對Python語言的應用。 本書分為7章,涵蓋的主要內容包括:算法簡介;Python基礎;數據結構;數學相關算法;排序算法;查找算法;圖相關算法。其中對經典算法進行了詳細的講解,
優惠價: 87 412
無庫存
Python量化金融编程从入门到精通(電子書)
出版日:2020/12/01 作者:丁奉乾  出版社:北京大学出版社有限公司  裝訂:電子書
本书先从量化交易的基本概念讲起,然后讲解Python的基本语法及常见库的使用,在每章节的学习中都以金融量化为实例,并在最后结合实战项目来进行学习和巩固,读者不但可以系统地学习Python编程的相关知识,而且还能学习到Python在量化交易场景下的应用。
優惠價: 8 316
出版日:2020/11/30 作者:Ruth Durrer  出版社:Cambridge Univ Pr  裝訂:精裝
The Cosmic Microwave Background (CMB), the radiation left over from the Big Bang, is arguably the most important topic in modern cosmology. Its theory and observation have revolutionized cosmology from an order-of-magnitude science to a precision science. This graduate textbook describes CMB physics from first principles in a detailed yet pedagogical way, assuming only that the reader has a working knowledge of General Relativity. Among the changes in this second edition are new chapters on non-Gaussianities in the CMB and on large-scale structure, and extended discussions on lensing and baryon acoustic oscillations, topics that have developed significantly in the last decade. Discussions of CMB experiments have been updated from WMAP data to the new Planck data. The CMB success story in estimating cosmological parameters is then treated in detail, conveying the beauty of the interplay of theoretical understanding and precise experimental measurements.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python項目實戰從入門到精通(簡體書)
滿額折
出版日:2020/11/01 作者:方健; 孫悅; 邵芳  出版社:機械工業出版社  裝訂:平裝
《Python項目實戰從入門到精通》全面講述了Python的基礎知識和相關開發技術。全書分為三部分,共10章。第壹部分為基礎篇(第1~5章),介紹Python的起源和發展、開發工具、語法基礎、控制結構、複合數據結構、函數、科學計算庫NumPy以及繪圖工具Matplotlib等內容;第二部分為提高篇(第6~7章),深入講解了機器學習典型算法、神經網絡典型算法以及它們的Python開發實現過程;第三部
優惠價: 87 517
無庫存
Python語言程序設計(簡體書)
滿額折
出版日:2020/11/01 作者:趙增敏  出版社:電子工業出版社  裝訂:平裝
內 容 簡 介 本書從程序設計基本概念出發,由淺入深、循序漸進地講述Python語言程序設計的基本概念和基本方法。本書內容包括Python語言概述與開發環境搭建、Python語言基礎、流程控制結構、字符串與正則表達式、典型數據結構、函數與模塊、面向對象程序設計、文件操作、GUI程序設計、圖形繪製及數據庫操作。 本書堅持以就業為導向、以能力為本位的原則,突出實用性、適用性和先進性,結構合理、論述準確
優惠價: 87 251
無庫存
人工智慧Python基礎課 : 用Python分析了解你的資料(電子書)
出版日:2020/11/01 作者:陳會安  出版社:碁峯資訊股份有限公司  裝訂:電子書
★學習人工智慧必修的Python程式設計能力和探索性資料分析 •完整說明人工智慧世代的你需要具備的Python程式設計能力和所需的Python套件,讓你可以靈活運用這些套件來進行探索性資料分析。 •程式的演算法是順序和動作,本書使用流程圖學習程式順序來幫助你了解Python程式結構;使用REPL輸入程式碼來熟悉動作的關鍵字。 •人工智慧最重要的部分就是「資料」,使用JupyterNotebook實作的探索性資料分析,可以幫助你深入了解資料和找出資料之間隱藏的關聯性,以便使用這些關聯性來訓練機器學習模型,進行資料預測。 •以實務角度詳細說明Python資料科學的必學套件:Numpy、Matplotlib、Pandas和Scipy。 •使用實際範例搭配圖例,帶你進入Python機器學習和深度學習。
優惠價: 1 540
Small Summaries for Big Data
90 折
出版日:2020/10/31 作者:Graham Cormode  出版社:Cambridge Univ Pr  裝訂:精裝
The massive volume of data generated in modern applications can overwhelm our ability to conveniently transmit, store, and index it. For many scenarios, building a compact summary of a dataset that is vastly smaller enables flexibility and efficiency in a range of queries over the data, in exchange for some approximation. This comprehensive introduction to data summarization, aimed at practitioners and students, showcases the algorithms, their behavior, and the mathematical underpinnings of their operation. The coverage starts with simple sums and approximate counts, building to more advanced probabilistic structures such as the Bloom Filter, distinct value summaries, sketches, and quantile summaries. Summaries are described for specific types of data, such as geometric data, graphs, and vectors and matrices. The authors offer detailed descriptions of and pseudocode for key algorithms that have been incorporated in systems from companies such as Google, Apple, Microsoft, Netflix and T
優惠價: 9 2591
無庫存
Data Action
滿額折
出版日:2020/10/27 作者:Sarah Williams  出版社:Mit Pr  裝訂:精裝
How to use data as a tool for empowerment rather than oppression. Big data can be used for good--from tracking disease to exposing human rights violations--and for bad--implementing surveillance and c
優惠價: 79 1199
無庫存
零基礎學Python編程(少兒趣味版)(簡體書)
滿額折
出版日:2020/10/27 作者:溪溪爸爸  出版社:機械工業出版社  裝訂:平裝
本書是一本少兒編程入門書,適合零基礎的讀者。本書以“派森號”飛船和西西船長等人的童話故事為載體,從頭開始介紹了Python語言的基礎語法。全書共有6個章節。每章都有約十個獨立的內容來介紹Python的一個知識點,並以任務的形式提出問題,最後逐步解決問題。本書不光講解了Python語言本身,也在內容中穿插了許多計算機程序設計的基礎知識,為孩子在計算機程序設計領域進行入門教育,掃除認知障礙,對今後在該
優惠價: 87 412
無庫存
Python代碼整潔之道:編寫優雅的代碼(簡體書)
滿額折
出版日:2020/10/20 作者:(美)蘇尼爾‧卡皮爾  出版社:機械工業出版社  裝訂:平裝
本書首先介紹理解代碼格式化和代碼注釋的重要性,以及利用內置數據結構和Python字典提高可維護性,使用模塊和元類有效地組織代碼;然後深入介紹Python語言的新特性,並教會讀者如何有效地使用它們;接下來,將深入介紹一些關鍵概念,如異步編程、Python數據類型、類型提示和路徑處理等,並講述調試、單元測試和集成測試的技巧,以保證代碼可以投入生產;最後在附錄中介紹了一些有助於加快開發速度和提高代碼質量的優秀Python工具。閱讀本書之後,你將會熟練地編寫整潔的Python代碼,並可以成功地將這些原則應用到自己的Python項目中。
優惠價: 87 412
無庫存
Python文本分析(原書第2版)(簡體書)
滿額折
出版日:2020/10/20 作者:(印度)迪潘揚‧薩卡  出版社:機械工業出版社  裝訂:平裝
面對自然語言處理和文本分析應用,解決問題的正確技術是什麼?文本摘要如何真正有效?哪些才是解決多類文本分類的框架? 《Python文本分析(原書第2版)》通過將數學和理論概念與現實用例的Python實現相結合,全面介紹了文本分析的相關概念、技術、工具及實踐,可幫助你快速掌握文本分析技術,解決實際問題。 《Python文本分析(原書第2版)》首先介紹與文本分析相關的自然語言基本概念以及Pyth
優惠價: 87 673
無庫存
Python程序設計入門(簡體書)
滿額折
出版日:2020/10/19 作者:朱曄  出版社:浙江大學出版社  裝訂:平裝
《PYTHON程序設計入門/中小學計算思維訓練用書》以Python3.0為基礎進行編寫,以基礎程序設計和解決程序問題為中心,通過科學合理的結構、通俗易懂的語言,幫助讀者學習計算機思維。《PYTHON程序設計入門/中小學計算思維訓練用書》內容包括變量、條件判斷、循環、列表、字典、函數等基礎概念的介紹,更穿插人工智能與硬件編程相關的項目案例,以達實用性與趣味性的平衡。《PYTHON程序設計入門/中小學
優惠價: 87 167
無庫存
Python for DevOps-學習精準有效的自動化
滿額折
出版日:2020/10/19 作者:Grig Gheorghiu; Noah Gift; Kennedy Behrman; Alfredo Deza  出版社:美商歐萊禮  裝訂:平裝
「搭配進階的課程,對Python提供極佳的介紹。透過這個課程了解如何應用Python到對現今軟體發展具有重要性的所有技術領域之中。」—Jeremy YabrowDirector of Engineering, BeyondView, Inc.「你將遠離如尋寶般的探索,獲得能協助你改善DevOps實踐的新知和技術。」—Wes NovackSystems Architect, Pluralsight在
優惠價: 9 702
無庫存
Real-world Python ― A Hacker's Guide to Solving Problems With Code
滿額折
出版日:2020/10/13 作者:Lee Vaughan  出版社:No Starch Pr  裝訂:平裝
A project-based approach to learning Python programming for beginners. Intriguing projects teach you how to tackle challenging problems with code.You've mastered the basics. Now you're ready to explor
優惠價: 79 1201
無庫存
Python高性能(第2版)(簡體書)
滿額折
出版日:2020/10/01 作者:(加)加布麗埃勒‧拉納諾  出版社:人民郵電出版社  裝訂:平裝
本書主要介紹如何讓Python 程序發揮強大性能,內容涵蓋針對數值計算和科學代碼的優化,以及用於提高Web 服務和應用響應速度的策略。具體內容有:基準測試與剖析、純粹的Python 優化、基於NumPy和Pandas 的快速數組操作、使用Cython 獲得C 語言性能、編譯器探索、實現併發性、並行處理、分布式處理、高性能設計等。
優惠價: 87 308
無庫存
Python 3.8編程快速入門(簡體書)
滿額折
出版日:2020/10/01 作者:薛燚  出版社:清華大學出版社(大陸)  裝訂:平裝
隨著人工智能時代的到來,Python已經成為主流開發語言。本書針對完全零基礎入門的讀者,採用最小化安裝+極簡代碼的教學方式,讓讀者學練結合,達到入門Python與網絡爬蟲編程的目的。本書使用PyCharm開發環境,提供源碼與開發環境下載。 本書分為16章,從Python版本的演化、環境的搭建開始,逐步介紹Python 3.8語言的語法基礎,包括內置類型、流程控制、函數、類和對象、異常處理、模塊和包
優惠價: 87 412
無庫存
Python最優化算法實戰(簡體書)
滿額折
出版日:2020/10/01 作者:蘇振裕  出版社:北京大學出版社  裝訂:平裝
本書以理論結合程式設計開發為原則,使用Python作為開發語言,講解最優化演算法的原理和應用,詳細介紹了Python基礎、Gurobi優化器、線性規劃、整數規劃、多目標優化、動態規劃、圖與網路分析、智慧優化演算法。對於演算法部分的每一種演算法都包含原理和程式設計實踐,使讀者對最優化演算法的認識更加深入。
優惠價: 87 360
無庫存
The Uncounted:Politics of Data in Global Health
90 折
出版日:2020/10/01 作者:Sara L.M. Davis  出版社:Cambridge Univ Pr  裝訂:平裝
In the global race to reach the end of AIDS, why is the world slipping off track? The answer has to do with stigma, money, and data. Global funding for AIDS response is declining. Tough choices must be made: some people will win and some will lose. Global aid agencies and governments use health data to make these choices. While aid agencies prioritize a shrinking list of countries, many governments deny that sex workers, men who have sex with men, drug users, and transgender people exist. Since no data is gathered about their needs, life-saving services are not funded, and the lack of data reinforces the denial. The Uncounted cracks open this and other data paradoxes through interviews with global health leaders and activists, ethnographic research, analysis of gaps in mathematical models, and the author's experience as an activist and senior official. It shows what is counted, what is not, and why empowering communities to gather their own data could be key to ending AIDS.
優惠價: 9 1673
無庫存
Data Sketches
90 折
出版日:2020/09/30 作者:Nadieh Bremer and Shirley Wu  出版社:A K Peters Ltd UK  裝訂:平裝
In Data Sketches, Nadieh Bremer and Shirley Wu document the deeply collaborative, deeply creative process behind 24 unique data visualization projects, spanning 12 different topics. The book provides
優惠價: 9 2267
無庫存
CRC Handbook of Enthalpy Data of Polymer-Solvent Systems
90 折
出版日:2020/09/30 作者:Christian Wohlfarth  出版社:CRC Pr I Llc  裝訂:平裝
The first complete book on enthalpies of solution, mixing, and dilution for polymer-liquid systems, this handbook is a ready companion to Christian Wohlfarth’s previously published handbooks of thermo
優惠價: 9 3347
無庫存
出版日:2020/09/30 作者:Nadieh Bremer and Shirley Wu  出版社:A K Peters Ltd UK  裝訂:精裝
In Data Sketches, Nadieh Bremer and Shirley Wu document the deeply collaborative, deeply creative process behind 24 unique data visualization projects, spanning 12 different topics. The book provides
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Numerical Methods in Physics with Python
90 折
出版日:2020/09/30 作者:Alex Gezerlis  出版社:Cambridge Univ Pr  裝訂:平裝
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. Accompanying the mathematical derivations are full implementations of dozens of numerical methods in Python, as well as more than 250 end-of-chapter problems. Numerical methods and physics examples are clearly separated, allowing this introductory book to be later used as a reference; the penultimate section in each chapter is an in depth project, tackling physics problems which cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the
優惠價: 9 2267
無庫存
出版日:2020/09/30 作者:Alex Gezerlis  出版社:Cambridge Univ Pr  裝訂:精裝
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. Accompanying the mathematical derivations are full implementations of dozens of numerical methods in Python, as well as more than 250 end-of-chapter problems. Numerical methods and physics examples are clearly separated, allowing this introductory book to be later used as a reference; the penultimate section in each chapter is an in depth project, tackling physics problems which cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python大數據分析從入門到精通(簡體書)
滿額折
出版日:2020/09/28 作者:蘭一傑  出版社:北京大學出版社  裝訂:平裝
本書結合Python在數據分析領域的特點,介紹如何在數據平臺上集成使用Python。本書內容分為3大部分。第1部分(第1~3章)為搭建開發環境和導入測試數據;第2部分(第4~12章)為Python對HDFS、Hive、Pig、HBase、Spark的操作,主要是對常用API的說明;第3部分(第13~16章)是在前面章節的基礎上,介紹如何進行數據的分析、挖掘、可視化等內容。 本書不僅闡述了Pytho
優惠價: 87 412
無庫存
出版日:2020/09/22 作者:趙志強; 劉志偉  出版社:機械工業出版社  裝訂:平裝
全書共18章,前11章主要講解基礎知識。第1章介紹了什麼是量化投資,以及為什麼要用Python。第2章介紹了如何搭建基礎環境,介紹了常用的一些工具。第3章講解python的基本應用和常用的庫。第4章介紹python數據分析中常用的Numpy, Scipy, Pandas。第5章介紹數據分析的基礎方法。第6章介紹數據的可視化,使用matplotlib庫。第7章介紹基礎的金融分析方法。第8章介紹技術分
Python資料可視化之美:極專業圖表製作高手書
滿額折
出版日:2020/09/21 作者:張傑  出版社:深智數位  裝訂:平裝
全書從Python程式語言切入,讓不懂Python的讀者也能快速上手。之後介紹處理數值最重要的套件包括NumPy和Pandas,接下來就是Python最重要的繪圖套件,包括matplotlib、Seaborn和plotnine的圖形語法,以及資料視覺化的顏色主題運用原理。在熟悉了工具之後,就進入本書的高潮,製作各式各樣的圖表,包括直條圖系列、橫條圖系列、南丁格爾玫瑰圖、徑向柱圖等圖表。還有資料關聯
優惠價: 9 702
無庫存
Python Web開發從入門到精通(簡體書)
滿額折
出版日:2020/09/14 作者:王海飛  出版社:北京大學出版社  裝訂:平裝
本書分為3部分:第1部分是基礎篇,帶領初學者實踐Python開發環境和掌握基本語法,同時對網路通訊協定、Web用戶端技術、資料庫建模程式設計等網路程式設計基礎深入淺出地進行學習;第2部分是框架篇,學習當前最流行的Python Web框架,即Django、Tornado、Flask和Twisted,達到對各種Python網路技術融會貫通的目的;第3部分是實戰篇,分別對幾種常用WEB框架進行項目實踐,
優惠價: 87 517
無庫存
算法零基礎一本通(Python版)(簡體書)
滿額折
出版日:2020/09/10 作者:洪錦魁  出版社:清華大學出版社(大陸)  裝訂:平裝
《算法零基礎一本通(Python版)》使用 Python 指導讀者從零開始學習算法 :由基礎數據結構開始,逐步解說信息安全算法,最後也講解了人工智能入門領域的 KNN 和 K-means 算法。《算法零基礎一本通(Python版)》包含約 120 個程序實例,使用約 600 張完整圖例,深入講解了 7 種數據結構和數十種算法,此外也針對國內外著名公司招聘程序員的算法考題做了講解。《算法零基礎一本通
優惠價: 87 517
無庫存
出版日:2020/09/09 作者:Rathinaraja Jeyaraj; Ganeshkumar Pugalendhi and Anand Paul  出版社:Apple Academic Pr Inc  裝訂:精裝
The authors of Big Data with Hadoop MapReduce: A Classroom Approach have framed the book to facilitate understanding big data and MapReduce by visualizing the basic terminologies and concepts. They em
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Analytics for Coronavirus Disease (COVID-19) Outbreak
90 折
出版日:2020/09/04 作者:Gitanjali Rahul Shinde; Asmita Balasaheb Kalamkar; Parikshit N. Mahalle and Nilanjan Dey  出版社:CRC Pr I Llc  裝訂:精裝
The focus of this book is data analytics for COVID-19 which includes an overview of COVID-19 in terms of epidemic/pandemic, data processing and knowledge extraction. Data sources, storage and platform
優惠價: 9 3077
無庫存
Python基礎入門(微課視頻版)(簡體書)
滿額折
出版日:2020/09/01 作者:夏敏捷; 宋寶衛  出版社:清華大學出版社(大陸)  裝訂:平裝
本書以Python3.7為編程環境, 從基本的程序設計思想入手, 逐步展開Python語言教學, 是一本面向廣大編程學習者的程序設計類圖書。基礎篇主要講解Python的基礎語法知識、控制語句、函數、文件、面向對象編程基礎、Tkinter圖形界面設計、網絡編程和多線程、Python數據庫應用等知識, 並以小遊戲案例作為各章的階段性任務。提高篇介紹Python最流行的科學計算和可視化第三方庫, 最後講
優惠價: 87 208
無庫存
Python程序設計方法(簡體書)
滿額折
出版日:2020/09/01 作者:姚普選  出版社:電子工業出版社  裝訂:平裝
本書以Python語言及其環境為工具,系統講解算法的概念、程序設計的基本思想以及常用的程序設計方法。主要內容包括:程序設計基礎知識與Python程序設計的基本方法;數據類型的概念及Python程序中的操作方法;算法的概念及應用;類和對象的概念及應用;用戶界面設計的一般方法和技能;數據文件、數據庫操作的一般方法。 本書注重程序設計理念的先進性、程序設計方法的實用性以及學習過程中的思維連貫性,精心選取
優惠價: 87 308
無庫存
Python語言基礎與實踐(簡體書)
滿額折
出版日:2020/09/01 作者:范昊; 桂浩; 劉剛  出版社:武漢大學出版社  裝訂:平裝
Python是一種結合瞭解釋性、編譯性、互動性的面向對象的計算機程序設計語言。由於具有簡單易學、功能強大等特點,Python是目前最流行的程序設計語言之一。本教材的前8章重點介紹了Python語言的程序設計基礎、基本數據結構、組合數據類型和函數方法,是學習其他擴展工具庫及其應用方法的前提,需要熟練掌握。從第9章開始,本教材主要介紹了Python的文件讀寫、文本處理、數據分析及數據可視化的技術和方法
優惠價: 87 339
無庫存
Python機器學習一本通(簡體書)
滿額折
出版日:2020/09/01 作者:楊志曉; 范豔峰  出版社:北京大學出版社  裝訂:平裝
本書介紹了機器學習技術及Python實踐的基礎知識,涵蓋了Python的機器學習基礎、數據預處理、機器學習算法及其實踐、深度學習、模型評價、機器學習應用等內容。其中第一篇為基礎入門篇,介紹人工智能、機器學習、大數據等概念及相互關係,機器學習的步驟,Python的Anaconda版本的安裝與使用,NumPy、Matplotlib、Seaborn、Pandas等常用模塊,以及數據文件訪問、數據統計。第
優惠價: 87 773
無庫存
Python机器学习一本通(電子書)
出版日:2020/09/01 作者:杨志晓; 范艳峰  出版社:北京大学出版社有限公司  裝訂:電子書
本书分为基础入门篇、基础入门篇、机器学习算法篇、机器学习应用篇、项目实战篇5篇,包括Python机器学习入门、设置机器学习的环境、Python机器学习基础等内容。
優惠價: 8 592
Data, Matter, Design:Strategies in Computational Design
90 折
出版日:2020/08/31 作者:Edited by Frank Melendez; Nancy Diniz and Marcella Del Signore  出版社:Routledge  裝訂:平裝
Data, Matter, Design presents a comprehensive overview of current design processes that rely on the input of data and use of computational design strategies, and their relationship to an array of
優惠價: 9 1997
無庫存
出版日:2020/08/31 作者:Edited by Frank Melendez; Nancy Diniz and Marcella Del Signore  出版社:Routledge  裝訂:精裝
Data, Matter, Design presents a comprehensive overview of current design processes that rely on the input of data and use of computational design strategies, and their relationship to an array of
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2020/08/21 作者:Edited by Richard Saferstein and Adam B. Hall  出版社:CRC Pr I Llc  裝訂:精裝
Forensic Science Handbooks, Third Edition has been fully updated and revised to include the latest developments in scientific testing, analysis, and interpretation of forensic evidence.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Statistical Foundations of Data Science
90 折
出版日:2020/08/17 作者:Jianqing Fan; Runze Li; Cun-Hui Zhang and Hui Zou  出版社:Chapman & Hall  裝訂:平裝
Gives a comprehensive and systematic account of high-dimensional data analysis, including variable selection via regularization methods and sure independent feature screening methods. It is a valuable
優惠價: 9 3515
無庫存
  • 163023
    4076
  • 1
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 4076

暢銷榜

客服中心

收藏

會員專區