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

Clojure Programming

8058
1 / 202
出版日:2012/04/19 作者:Chas Emerick; Brian Carper; Christophe Grand  出版社:Oreilly & Associates Inc  裝訂:平裝
Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all
優惠價: 1 1900
無庫存
Quick Clojure ― Effective Functional Programming
滿額折
出版日:2017/09/23 作者:Mark McDonnell  出版社:Apress  裝訂:平裝
Get up to speed with Clojure in this quick and practical primer. You'll learn the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, c
優惠價: 1 2029
無庫存
Professional Clojure
滿額折
出版日:2016/06/07 作者:Anderson; Jeremy; Gaare; Michael; Holguin; Justin; Bailey; Nick; Pratley; Timothy  出版社:Wrox Pr Inc  裝訂:平裝
Professional Clojure is a book for experienced professional developers covering Clojure in Wrox's proven and reliable Professional format. Readers who are new to functional programming will get a quic
優惠價: 9 1710
無庫存
The Joy of Clojure
滿額折
出版日:2011/01/28 作者:Michael Fogus; Chris Houser  出版社:Manning Pubns Co  裝訂:平裝
Clojure is a dynamic programming language that targets the Java Virtual Machine. The Joy of Clojure goes beyond the syntax, and shows how to write fluent, idiomatic Clojure code. Readers will learn t
優惠價: 1 2609
無庫存
C++ PROGRAMMING N EASY STEPS 4E
75 折
出版日:2011/07/01 作者:MCGRATH  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect. C++ Programming in Easy Steps begins by explaining how
優惠價: 75 606
庫存:1
Functional Programming Patterns in Scala and Clojure ― Write Lean Programs for the Jvm
滿額折
出版日:2013/10/30 作者:Michael Bevilacqua-linn  出版社:Oreilly & Associates Inc  裝訂:平裝
Solve real-life programming problems with a fraction of the code that pure object-oriented programming requires. Use Scala and Clojure to solve in-depth problems with two sets of patterns: object-orie
優惠價: 1 1980
無庫存
Ios 13 Programming Fundamentals With Swift
75 折
出版日:2019/11/09 作者:Matt Neuburg  出版社:Oreilly & Associates Inc  裝訂:平裝
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5. With this tho
優惠價: 75 1710
庫存:1
Sudoku Programming With C
75 折
出版日:2015/04/29 作者:Giulio Zambon  出版社:Springer Verlag  裝訂:平裝
Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own boo
優惠價: 75 1050
庫存:1
Programming for People with Special Needs ─ A Guide for Museums and Historic Sites
90 折
出版日:2014/07/16 作者:Katie Stringer  出版社:Rowman & Littlefield Intl  裝訂:平裝
Programming for People with Special Needs: A Guide for Museums and Historic Sites will help museums and historic sites become truly inclusive educational sites. The book is unique because it covers ed
優惠價: 9 2430
庫存:1
Microsoft Xna Game Studio 3.0:Learn Programming Now!
75 折
出版日:2009/06/10 作者:MILES; ROB  出版社:MICROSOFT  裝訂:平裝
This lively, learn-by-doing guide proves that programming doesn't have to be dull. With his trademark conversational style, author Rob Miles teaches you the fundamentals of using Microsoft Visual C# 2
優惠價: 75 798
庫存:1
Using OpenMP ─ Portable Shared Memory Parallel Programming
79 折
出版日:2007/10/01 作者:Barbara Chapman; Gabriele Jost; Ruud Van der Pas; David J. Kuck  出版社:Mit Pr  裝訂:平裝
A comprehensive overview of OpenMP, the standard application programming interface for shared memory parallel computing—a reference for students and professionals.
優惠價: 79 1501
庫存:1
出版日:2014/04/28 作者:Amit Rathore  出版社:Oreilly & Associates Inc  裝訂:平裝
Clojure is a relatively new version of Lisp that runs on the Java Virtual Machine. It's a functional language, which means that it's ideal for the growing need for concurrent programming and for speci
優惠價: 1 1900
無庫存
出版日:2010/05/17 作者:Luke Vanderhart; Stuart Sierra  出版社:Apress  裝訂:平裝
Clojure is the best all-purpose programming language that I have yet to encounter in my software development career. When I first began learning it, I found myself thrilled and satisfied in ways that
優惠價: 1 1900
無庫存
簡約的軟體開發思維:用 Functional Programming 重構程式-以 Javascript 為例
滿額折
出版日:2024/10/02 作者:Eric Normand  出版社:旗標出版社  裝訂:平裝
Functional programming (函數式程式設計) 是一種已有六十年歷史的程式設計範式,為何現在變得越來越重要?這是因為隨著各種連網設備 (如行動裝置) 和雲端服務的普及,多程序透過網路交換訊息已成為常態,因此分散式系統的開發變得至關重要。分散式系統軟體開發的複雜性往往導致開發過程容易陷入混亂,程式碼盤根錯節難以除錯維護與擴展,成為揮之不去卻又不敢動的痛處。而 functional programming 的簡約風格因此受到廣泛關注。這種設計範式強調使用函式來構建應用程式,程式碼清晰又容易維護,亦能解決分散式系統多執行緒的問題。除了專門的函數式語言之外,Python、Java、JavaScript、C#、C++、Go 和 Rust 等知名語言的新版中,也因應趨勢增強了對 functional programming 的支援。只要建立了這種思維方式,你就可以應用在自己的程式語言中。市面上與 functional programming 相關的書籍 (主要為英文書) 通常由學者撰寫,內容偏重理論,而在大型實務專案經驗上顯得不足。這類書中的範例大多過於簡單,未能涉及實際軟體架構問題。與此相反,本書作者擁有二十年在產業界實際運用 functional programming 的經驗,從產業角度出發,旨在幫助那些在軟體工程實踐中遇到困難的工程師重新思考。即使你的目的不是分散式系統,學習 functional programming 的思維都能夠幫助你在撰寫任何程式時想得更周到。由於 functional programming 的特點 — 無 side effects(額外作用)和資料的不可變性 — 使得它非常適用於開發網路程式,在這種環境中,資料一致性和狀態管理是關鍵挑戰。本書透過 concurrency primitives(併發基本工具)實作、繪製時間線圖、分析並解決併發操作中的插緒問題,有效處理狀態變化和 bug,從而構建可靠的分散式系統程式。本書特色: ●作者從產業界的視角出發,旨在幫助那些陷入困境的軟體工程師,重新審視並採納 functional programming 程式設計方法。●為了更貼近軟體工程師的實際狀況,書中以廣泛熟知的 JavaScript 語言做示範。雖然 JavaScript 不是最理想的函數式語言,但這一點
優惠價: 95 950
庫存:3
Understanding Coding Through Debugging
75 折
出版日:2017/01/01 作者:Patricia Harris  出版社:Powerkids Pr  裝訂:平裝
When computer programming pioneer Admiral Grace Hopper discovered a moth causing problems in a mechanical computer, the term debugging was born. This book explores how fixing programming and hardware
優惠價: 75 555
庫存:1
AX=B IN C++ VOL.2
滿額折
出版日:2003/01/01 作者:FUNG-YUEL CHANG  出版社:國立交通大學出版社  裝訂:平裝
Learn C++ by Programming to Solve Simultaneous Equations. Learn Chinn (1202-1261) and Gauss (1777-1855
優惠價: 85 510
庫存:2
AX=B IN C++ VOL.1
滿額折
出版日:2002/08/01 作者:FUNG-YUEL CHANG  出版社:國立交通大學出版社  裝訂:平裝
Learn C++ by Programming to Solve Simultaneous Equations. Learn Chinn (1202-1261) and Gauss (1777-1855
優惠價: 85 510
庫存:3
Clojure for the Brave and True ─ Learn the Ultimate Language and Become a Better Programmer
滿額折
出版日:2015/04/25 作者:Daniel Higginbotham  出版社:Oreilly & Associates Inc  裝訂:平裝
For weeks, months—no! from the very moment you were born—you've felt it calling to you. Now, at long last, you will be united with the programming language you've been longing for: Clojure!Clojure is
優惠價: 79 1501
無庫存
無瑕的程式碼 函數式設計篇:原則、模式與實踐
滿額折
出版日:2025/05/05 作者:Robert C. Martin  出版社:博碩文化  裝訂:平裝
[名家名著] 33 無瑕的程式碼 函數式設計篇:原則、模式與實踐 Functional Design: Principles, Patterns, and Practices ❝乍看之下,物件導向和函數式這兩種範式似乎互不相容,一個強調資料抽象與封裝狀態,另一個則倡導不可變與純函數。事實上,即便兩者出發點不同,卻能在合適的脈絡下融為一體,互相補足,最終協助我們打造更強韌、更具表達力的軟體系統。對一位想要同時掌握物件導向與函數式思維的工程師來說,如何在日常工作中權衡並結合這兩種做法,正是本書所提出的關鍵挑戰與寶貴建議。❞ ────微軟最有價值專家(Microsoft MVP)|本書譯者 張立顗(Poy Chang) ❝Uncle Bob精心展示了函數式設計,這是當今軟體開發中極為流行且高效的設計方式。透過深入的原則和實踐案例,本書不僅適合軟體開發者,也對任何追求卓越程式品質的專業人士都具有極高的實用價值。Uncle Bob的洞見和清晰的寫作風格使這本書成為了一本不可多得的學習資源。❞ ────博碩文化總編輯 & CEO CSM 陳錦輝(Simon) 一本精通函數式程式設計的實用指南,寫出更優雅、更整潔的程式碼! 在本書中,世界級軟體開發傳奇大師、暢銷書《Clean Code》的作者Robert C. Martin(Uncle Bob)將深入解說,為何要使用函數式程式設計(functional programming),以及如何運用函數式設計來建置更符合實際需求的系統。Uncle Bob將比較傳統的物件導向程式設計(如Java)與函數式語言(如Clojure)所採用的結構,並指出各自的最佳應用場景。他將展示如何在不同的情境下,明智地選擇合適且合理的做法,來建置更優秀、更優雅的系統。 Uncle Bob不僅手法務實,他還將理論簡化,把重點放在「實戰」與「解決問題」的具體做法。透過簡單易懂的範例,開發者將發現,容易學習且語意豐富的Clojure語言,如何幫助他們提升程式碼的整潔度、品質、開發紀律與效率。Uncle Bob還將從函數式程式設計的角度,深入探討廣為人知的SOLID原則與「四人幫」設計模式,解釋這些模式對於函數式程式設計師的價值,並指導讀者如何利用它們來實現更卓越的成果。 【內容亮點】 ・理解函數式程式設計的基本概念:不可變性、持久性資料、遞迴、迭代、延遲
優惠價: 9 702
庫存:3
Posting on Social Media (A True Book: Get Ready to Code)
滿額折
出版日:2019/02/01 作者:Josh Gregory  出版社:Childrens Pr  裝訂:精裝
Learn how to navigate the complex world of social media.A True Book: Get Ready to Code series allows readers to discover the power of computer programming. Readers will be inspired to dive into the sc
優惠價: 66 777
庫存:2
Python for Bioinformatics
75 折
出版日:2017/08/11 作者:Sebastian Bassi  出版社:Chapman & Hall  裝訂:精裝
Programming knowledge is often necessary for finding a solution to a biological problem. Based on the author’s extensive experience, Python for Bioinformatics helps scientists solve their biological p
優惠價: 75 7875
庫存:1
Beginning 3d Game Development With Unity ― All-in-one, Multi-platform Game Development
90 折
出版日:2014/02/28 作者:Sue Blackman  出版社:Springer-Verlag New York Inc  裝訂:平裝
Beginning 3D Game Development with Unity 4 is perfect for those who would like to come to grips with programming Unity. You may be an artist who has learned 3D tools such as 3ds Max,
優惠價: 9 1828
庫存:1
Oracle Database 11G Building Oracle Xml Db Applications
75 折
出版日:2011/07/22 出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Master the XML Programming Features in Oracle Database 11gDevelop, debug, and administer data-backed XML applications using the expert instruction and best practices in this Oracle Press guide. Oracle
優惠價: 75 1738
庫存:1
Visual Basic In Easy Steps 3E
75 折
出版日:2011/01/11 作者:Mcgrath  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Visual Basic in Easy Steps begins by describing the installation process, then introduces form controls, application properties, the programming language, and problem-solving techniques. It illustrate
優惠價: 75 467
庫存:1
Validating Clinical Trial Data Reporting with SAS
75 折
出版日:2008/03/17 作者:Carol I. Matthews; Brian C. Shilling  出版社:Sas Inst  裝訂:平裝
Validation is a critical component to programming clinical trial analysis. Essential to effective validation is the programmer's understanding of the data with which they'll be working. If you don't u
優惠價: 75 1948
庫存:1
A Fortnight of Telegram Bots ― Develop 14 Bots in 14 Days in 14 Programming Languages
滿額折
出版日:2018/12/06 作者:Nicolas Modrzyk  出版社:Apress  裝訂:平裝
Learn about bot programming, using all the latest and greatest programming languages, including Python, Go, and Clojure, so you can feel at ease writing your Telegram bot in a way that suits you.This
優惠價: 1 1444
無庫存
Getting Clojure ― Build Your Functional Skills One Idea at a Time
滿額折
出版日:2018/04/25 作者:Russ Olsen  出版社:Pragmatic Bookshelf  裝訂:平裝
Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of pr
優惠價: 1 2637
無庫存
Programming Clojure
滿額折
出版日:2017/10/25 作者:Alex Miller; Stuart Halloway; Aaron Bedra  出版社:Pragmatic Bookshelf  裝訂:平裝
Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard
優惠價: 1 2747
無庫存
出版日:2014/03/31 作者:Luke Vanderhart; Ryan Neufeld  出版社:Oreilly & Associates Inc  裝訂:平裝
Clojure Cookbook doesn't just teach you Clojure, it also shows you how to use the language and many of its common libraries. The most difficult part of mastering any language is knowing how to apply i
優惠價: 1 1710
無庫存
My Friend Robot *附音檔QR-Code
79 折
出版日:2022/05/01 作者:Sunny Scribbens  出版社:Barefoot Books  裝訂:有聲書
A STEM singalong that young makers will love. Join a diverse group of budding minds and their friend Robot as they work together to build a treehouse! Designed to ignite interest in STEM â- the integration of science, technology, engineering and math â- this fact-packed singalong introduces kids to simple machines, social-emotional concepts like empathy and teamwork, and the basics of robotics and programming with 6 pages of educational notes. For even more fun, sing and dance along with the animated singalong video using the included QR code! Norma Jean Wright's powerful vocals make this revamp of "London Bridge is Falling Down" a dynamic delight.
優惠價: 79 300
庫存:6
PHP程式設計
滿額折
出版日:2021/06/21 作者:Kevin Tatroe; Peter MacIntyre  出版社:美商歐萊禮  裝訂:平裝
建立動態網頁 「PHP 7重振了PHP生態系統,提供了世界級的效能和備受期待的強大功能組合。如果您正在尋找能夠幫助您釋放這種潛力的書,那麼您需要的就是新版《Programming PHP》!」 ―Zeev Suraski PHP共同創造者 為什麼PHP是最廣泛使用的網頁程式語言?本書的更新版本可以教您所需的一切,讓您知道如何使用PHP 7.4的最新功能建立有效的Web應用程式。您將從一個基本大觀概
優惠價: 9 702
庫存:1
運算思維與Python程式設計:含GLAD ICTP計算機程式能力國際認證核心能力Essentials Level
滿額折
出版日:2020/06/02 作者:JYiC認證研究團隊  出版社:台科大圖書  裝訂:平裝
1.介紹Python基礎技術與通過ICTP計算機程式能力國際認證的實用教材。 2.本書介紹的內容包含ICTP計算機程式能力國際認證-核心能力(Information and Communication Technology Programs-using Programming(Python) -Essentials Level)考試重點的
優惠價: 9 405
庫存:1
施耐德EcoStruxure Machine控制器應用及編程進階(簡體書)
滿額折
出版日:2019/09/06 作者:李幼涵  出版社:機械工業出版社  裝訂:平裝
本書介紹了運動控制中多軸電機同步運動的應用;通過案例介紹了電子凸輪運動、電子齒輪運動和數控機床G代碼編程的各種應用;詳細介紹了各種通用總線(如 EtherCAT、EtherNet/IP、PROFINET)的通信應用以及與過程控制網絡連接的應用;*后介紹了面向物件編程(Object-Oriented Programming,OOP),並給出了編程技巧。本書可供紡織、包裝、物流、印染、印刷、機械加工等
優惠價: 87 360
庫存:1
計算機概論
滿額折
出版日:2019/04/01 作者:劉逸; 張逸  出版社:大碩  裝訂:平裝
本書內容共分為八大單元,依序為基本概論、Digital Logic數位邏輯、Operation System作業系統、System Program系統程式、Programming Language程式語言、Data Structure資料結構、網路、Datebase資料庫等重點觀念。 本書除了重點整理計算機概論的相關理論之外,更蒐集歷年高普特考試題,強化基本觀念,讓考生在短時間內以最
優惠價: 95 475
庫存:2
Clojure編程樂趣(第二版)(簡體書)
滿額折
出版日:2017/11/01 作者:(美)福格斯; 豪澤  出版社:人民郵電出版社  裝訂:平裝
這既不是一本Clojure初學指南,也不是一本Clojure的編程操作手冊。本書通過對Clojure詳盡地探究,講述函數式的程式設計方式,幫助讀者理解和體會Clojure編程的樂趣,進而開發出優美的軟體。 全書分為6個部分共17章。第1部分是基礎,包括第1~3章,從Clojure背後的思想開始,介紹了Clojure的基礎知識,並帶領讀者初步嘗試Clojure編程。第2部分是第4章和第5章,介紹了C
優惠價: 87 465
無庫存
Clojure編程樂趣(簡體書)
滿額折
出版日:2013/11/01 作者:(美)福格斯  出版社:人民郵電出版社  裝訂:平裝
Clojure是一門Lisp方言。它通過函數式編程技術,直接支持併發軟件開發,得到眾多開發人員的歡迎。 《Clojure編程樂趣》並非Clojure初學指南,也不是一本Clojure的編程操作手冊,而是通過對Clojure詳盡地探究,教授函數式的程序設計方式,幫助讀者理解和體會Clojure編程的樂趣,進而開發出優美的軟件。 全書分為5個部分共13章。第1部分是基礎,包括第1章到第3章,從Cloj
優惠價: 87 308
無庫存
BMduino整合開發(RFID智慧門禁篇)
滿額折
出版日:2026/05/20 作者:曹永忠; 許智誠; 蔡英德  出版社:崧燁文化  裝訂:平裝
本書是「BMduino系列程式設計」的第三本書,主要教導開發者與學校研習學生要開發完整之產品專案之讀者,在學習第一本書籍:BMduino程式設計(基礎篇):BMduino Programming (Basic Concept & Tricks)與第二本書籍:BMduino進階程式開發(雲端連線篇):BMduino Advanced Programming (Access Clouding Platform Technology)、BMduino進階程式開發(常用模組篇):BMduino Advanced Programming (Popular Modules)後,希望可以針對校園之程式設計課程或畢業專題中,發想一個完整的系統專案、或是資電產業之物聯網工程師想開發完整的物聯網產品或系統。 本書搭配BMduino開發板與網路模組如何透過物聯網架構之網路通訊技術,以智慧門禁為開發目的之完整之門禁裝置端與雲端管理平台管理端之完整開發系統之整合範例,進行手把手一步一步教學範例。 接下來從所有硬體裝置之感測模組開始介紹,接下來產品設計概念、原理與相關技術介紹,最後整合雲端連線機制,可以將門禁進出資料傳輸到雲端管理平台,也可以透過平台門禁管理規格,透過雲端連線機制取得門禁管控規則進而透過硬體裝置控制電磁鎖開門或關門。 接下來進行雲端管理平台之建置、開發、與整合硬體與門禁系統設計概念、原理與相關技術需求,進行開發雲端管理平台之管理機制,並整合到雲端管理平台,上述所有的技術與所有感測模組,筆者會一步一步介紹使用這些模組與系統整合技術,逐步完整一個完整的物聯網產品與系統。 BMduino開發板最強大的不只是它的簡單易學的開發工具,最強大的是它網路功能與簡單易學的模組函式庫,幾乎Maker想到應用於物聯網開發的東西,只要透過眾多的周邊模組,都可以輕易的將想要完成的東西用堆積木的方式快速建立,而且BMduino開發板市售價格比原廠Arduino Yun或Arduino + Wifi Shield更具優勢,最強大的是BMduino開發板低廉的價格與Wifi與藍芽模組都可以透過外加方式擴充,更符合物聯網的基本需求,這是今年以來BMduino開發板為何這樣火熱的原因,希望透過這個系列書籍的分享,讓Maker不需要具有深厚的電子、電機與電路能力,就可以輕易駕御BMduin
優惠價: 79 774
庫存:5
漫畫圖解‧立即可用的NLP:激發潛能、完美溝通、成就自己想要的未來
滿額折
出版日:2024/10/03 作者:藤川とも子  出版社:如果  裝訂:平裝
漫畫圖解NLP,簡單好懂,立刻上手!什麼是NLP?N(Neuro)是「神經」,在此代表「五感」,我們透過視覺、聽覺、身體感覺、嗅覺、味覺這五感來體驗事物;L(Linguistic)是「語言」,對於以五感體驗到的資訊,使用語言賦予意義並加以思考,是人類的特性;P(Programming)是「程式」,人類以語言為基礎製作程式,然後根據這個程式行動。NLP就是以「神經」、「語言」、「程式」三者為基礎,活用大腦與精神的心理學。為了實踐人生目標,追求理想生活,你可以依靠NLP提供的實踐方法,修改大腦和行為的運作程式,讓自己更好!NLP能讓你‧告別無謂的煩惱和恐懼‧輕鬆與人交往,擁有好人緣‧時時充滿幹勁,勇於挑戰目標美國NLP協會認證訓練師&教練教你運用NLP,翻轉你生活的各方各面‧人際關係‧對話技巧‧達成目標‧自我學習‧時間管理‧身心放鬆最簡潔的說明、最直觀的圖解、最實境的漫畫,幫助你快速認識NLP,馬上學習、馬上使用,立刻改變人生最輕鬆好讀的NLP入門,讓你在最短的時間活用NLP!
優惠價: 9 324
庫存:2
L.E.A.D.溝通系統:打造團隊心理安全感,成為員工想追隨的領導者
滿額折
出版日:2024/06/27 作者:羅建仁  出版社:商業周刊  裝訂:平裝
◎本書特色 1. 商周CEO學院明星講師分享 商周CEO學院「駐足思考 ®」合作10年課程講師,是華人區極少數結合MBA和NLP神經語言學背景之專業講師,台積電15年主管溝通表達課程講師。 2.獨家L.E.A.D.溝通系統 源自神經語言學(Neuro Linguistic Programming,NLP)的心法,與透過Listen(傾聽)、Empathy(同理)、Ask(提問)、Direct(指導)的溝通技法,改變組織氣氛,讓團隊成就原本望塵莫及的卓越。 3.16則「小試身手」實際演練 讓你在學習之後,還有具體可操作、練習的技法。 ◎專文推薦 商周集團執行長 郭奕伶 陳麗卿形象管理學院創辦人 陳麗卿 ◎掛名推薦 順源牙醫診所院長 王棟源 大漁集團總經理 江俊民 喬暘電子股份有限公司執行長 呂偉綸 cama咖啡創辦人 何炳霖 博士倫股份有限公司總經理 馮芝華 宏達文教基金會執行長 黃素雲
優惠價: 9 342
庫存:4
The Modern Business Data Analyst: A Case Study Introduction Into Business Data Analytics with Crisp-DM and R
滿額折
出版日:2024/06/17 作者:Dominik Jung  出版社:Springer Nature  裝訂:平裝
This book illustrates and explains the key concepts of business data analytics from scratch, tackling the day-to-day challenges of a business data analyst. It provides you with all the professional tools you need to predict online shop sales, to conduct A/B tests on marketing campaigns, to generate automated reports with PowerPoint, to extract datasets from Wikipedia, and to create interactive analytics Web apps. Alongside these practical projects, this book provides hands-on coding exercises, case studies, the essential programming tools and the CRISP-DM framework which you'll need to kickstart your career in business data analytics.The different chapters prioritize practical understanding over mathematical theory, using realistic business data and challenges of the Junglivet Whisky Company to intuitively grasp key concepts and ideas. Designed for beginners and intermediates, this book guides you from business data analytics fundamentals to advanced techniques, covering a large number
優惠價: 1 3479
庫存:1
  • 8058
    202
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 202

暢銷榜

客服中心

收藏

會員專區