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

Text analytics with Python

471679
23 / 11792
University of Cambridge: Think Big: Artificial Intelligence
滿額折
出版日:2026/02/12 作者:Dr Nomisha Kurian; Jack Tite  出版社:Nosy Crow UK  裝訂:平裝
Big ideas for curious minds are simply explained in this fascinating first introduction to artificial intelligence.Who invented the first artificial intelligence? How do machines listen without ears? And can I use artificial intelligence to talk to my pets?Learn what artificial intelligence is and how it works as you explore its impact on the environment, society and even our own bodies.Discover how artificial intelligence is used all around you, from smartphones and search engines to cars and prosthetic limbs, and how it might be used in the future!Fun, conversational text breaks down complex ideas so they are accessible to young readers.Created in consultation with experts from the University of Cambridge.Colourful and dynamic illustrations bring abstract concepts to life.For more big ideas, don't miss other titles in the series:Think Big: Secrets of BeesThink Big: The Speed of Light
優惠價: 7 346
庫存:10
資料科學學習手冊:Python資料處理、探索、視覺化與建模實作
滿額折
出版日:2026/02/02 作者:Sam Lau; Joseph Gonzalez; Deborah Nolan  出版社:美商歐萊禮  裝訂:平裝
「這本書正是我當年提出『資料科學家』這個職稱時,所希望能擁有的一本書。如果您希望投身資料科學╱工程、人工智慧,或機器學習領域,就該從這裡開始。」 ── DJ Patil 博士,美國首任首席資料科學家 身為一位有志成為資料科學家的讀者,能夠理解各類組織為何仰賴資料來做出關鍵決策──無論是公司在設計網站、還是市政府在改善公共服務,或者是科學家在致力於阻止疾病擴散。而您也希望具備將雜亂資料整理為可行洞見的能力。我們將這整個過程稱為「資料科學生命週期」:也就是從資料的收集、整理、分析,到導出結論的完整流程。 本書是第一本涵蓋程式設計與統計兩大基礎技能、並貫穿整個資料科學生命週期的書籍。本書的對象包括希望成為資料科學家的人、與資料科學家共事的專業人士,以及希望跨越「技術╱非技術」界線的資料分析師。只要具備基本的 Python 程式設計知識,便可學習如何透過業界標準工具(如 pandas)來處理資料: .將感興趣的問題精煉為可透過資料探究的研究問題 .執行資料蒐集,其中可能涉及文字處理、網頁爬蟲等技術 .透過資料清理、探索與視覺化,萃取出有價值的洞見 .學會使用建模來描述資料特性 .推廣研究結果,進行超出資料本身的推論
優惠價: 9 882
庫存:4
Little Superstars: Harry:A push, pull, slide book
滿額折
出版日:2026/01/29 作者:Campbell Books  出版社:Pan Macmillan  裝訂:硬頁書
跟著這本 Little Superstars: Harry,一起認識超人氣歌手兼演員 Harry Styles 的故事!孩子可以推、拉、滑動書頁上的機關,看到 Harry 從喜歡唱歌的小男孩,一步步站上大舞台,學會追尋夢想、勇敢展現自己的才華。色彩鮮明的插畫加上安全厚板硬頁,非常適合 2 歲以上幼兒和小小粉絲,在遊戲中感受「追夢也可以很溫柔、很快樂」。Get to know Harry Styles in this joyful push, pull and slide book. Perfect for little fans!Little Superstars: Harry is an interactive introduction to the talented singer and actor, and empowers young children to follow their dreams.Push, pull and slide the scenes to discover Harry’s incredible life story, from finding fame as a teenager with One Direction to becoming a chart-topping songwriter, fashion icon and superstar.With bright, colourful illustrations by Mariana Avila Lagunes, fun rhyming text and lots of Easter eggs to spot, young children will want to revisit this book again and again.
優惠價: 79 347
庫存:9
Love: A book about love and kindness from Axel Scheffler, the illustrator of The Gruffalo
滿額折
出版日:2026/01/15 作者:Sophie Cashell  出版社:Scholastic  裝訂:硬頁書
With love, we can do anything! A joyful picture book about love and kindess, from international bestselling illustrator, Axel Scheffler Love is a feelingThat wraps you up tightLike a hug when you're lonelyOr a light in the night. Love is a feeling That comes from the heart. It's easy to share it,Come on - let's start! With its warm text and playful animal characters, Love shows us that sharing love and kindness is easy and fun - and makes our world a better place.Axel Scheffler's fabulous, endearing animals are the perfect ambassadors to share his message of kindness Axel is much-loved for his characters such as the Gruffalo, Stick Man and Zog A donation from every copy of Love sold goes to Three Peas, a charity which supports refugees who have had to flee their homes. Love follows Axel's picture books Kind and Welcome which have enjoyed huge critical and international success. Kind has been translated into 22 languages Praise for Kind: The Times 'Children's Book of the Week' on 6th Ap
優惠價: 79 347
庫存:6
算法思維:競賽真題精選精講(第2版)(簡體書)
滿額折
出版日:2026/01/01 作者:(加)丹尼爾‧津加羅  出版社:人民郵電出版社  裝訂:平裝
本書精選IOI、NOIP、USACO、CCC、CCO、ICPC、DWITE等競賽中28個富有趣味與挑戰性的算法競賽題,採用“問題描述 – 輸入 – 輸出 – 解決方案”的結構,引導讀者在實戰中培養算法思維,牢固掌握數據結構與算法的核心知識。全書共分10章,涵蓋哈希表、樹與遞歸、記憶化與動態規劃、圖與廣度優先搜索、加權圖中的最短路徑、二分搜索、堆與線段樹、並查集以及隨機化算法等主題。所有示例均用C語言實現,但無論你使用C++、Java還是Python,都能輕鬆理解並遷移所學思想與方法。
優惠價: 87 678
庫存:3
Vortex of the Chaos Dragon: A Branches Book (Dragon Masters #30)(平裝本)
滿額折
出版日:2026/01/01 作者:Tracey West; Graham Howells  出版社:Scholastic  裝訂:平裝
Drake and Worm face off against the evil wizard Maldred with the help of the mysterious Chaos Dragon in the latest action-packed installment of this New York Times bestselling series perfect for newly independent readers!Pick a book. Grow a Reader! This series is part of Scholastic's early chapter book line, Branches, aimed at newly independent readers. With easy-to-read text, high-interest content, fast-paced plots, and illustrations on every page, these books will boost reading confidence and stamina. Branches books help readers grow!The evil wizard Maldred has been turned into one hundred mini-Maldreds! Dragon Masters around the world are battling them, and it’s up to Drake, Worm, and their friends to stop Maldred once and for all. Drake, Rori, Bo, Ana, and their dragons travel to Goryeo to meet the Chaos Dragon Seong-Min and her Dragon Master Ji-Min. Seong-Min is the only dragon powerful enough to stop the chaos the Maldreds are causing! But Ji-Min warns that the Chaos Dragon is ve
優惠:閱讀升級計畫-我獨自升級 優惠價: 7 212
庫存 > 10
WordPress SEO全攻略:從網站架構、內容策略到成效分析,打造搜尋引擎喜愛的網站
滿額折
出版日:2025/12/22 作者:黃英展; 張朔; 雨米塔  出版社:博碩文化  裝訂:平裝
提升網站 SEO 品質的必備攻略 從 SEO 基礎到網站經營一次到位! 本書以實戰為導向,從 SEO 策略、內容佈局到使用者體驗,帶你建立一個能自我成長、持續創造價値的網站。 SEO(搜尋引擎最佳化)就像為網站指路,讓潛在訪客更容易找到你。它是一套策略與技術的結合,旨在提升網站在搜尋引擎結果頁面(SERP)中的排名,從而大幅提高曝光與流量。尤其針對 Google、Bing 等主流搜尋引擎,良好的 SEO 不僅帶來能見度,更帶來信任感。本書詳細解說搜尋引擎運作原理、關鍵字研究、網站結構規劃,到內容行銷與外部連結策略,帶你掌握網站成長的核心原則與實際操作流程。無論你是初學者、內容創作者,或剛起步的網站經營者,都能透過本書建立屬於自己的 SEO 經營思維,打造長期穩定的自然流量與內容價值。 精彩內容 ● 了解 SEO 基礎與搜尋引擎運作原理 從關鍵字研究、內容架構、網頁索引,到搜尋意圖的分析,逐步掌握搜尋引擎判斷內容價值的依據,同時建立持續帶來自然流量的基礎觀念。 ● SEO 技術與內容策略整合 結合網站架構、標籤設計、內部連結與行動端設定,建立完整的技術基礎。 ● 運用數據分析監控與調整網站策略 結合 Google Search Console、Google Analytics、MonsterInsights 等工具,掌握網站流量、使用者行為與關鍵字表現,建立以數據驅動的 SEO 決策模式。 ● 活用核心外掛與自動化 SEO 工具 學習設定 Yoast SEO、Rank Math 等主流外掛,實作網站地圖、結構化資料與社群整合,提升搜尋成效與內容觸及。 ● 進階維運與網站安全管理實務 從快取設定、圖片壓縮、防火牆設定到安全監控,全面強化網站的效能與穩定性,確保長期維運下的SEO 表現持續提升。 掌握 SEO 核心要點 ☑ 認識搜尋引擎的運作原理與排名機制。 ☑ 學會使用 Google Search Console 與 Google Analytics 進行數據分析。 ☑ 掌握站內、站外 SEO 技術與內容優化方法。 ☑ 理解流量結構與使用者行為,打造高價值內容。 目標讀者 ● 初學者 想了解 SEO 與網站經營的整體架構,建立完整入門基礎。 ● 內容創作者與團隊 掌握關鍵字策略、內容優化與網站分析工具,加速累積自然流量。 ● 企業經營者 建立品牌長期曝光策略,提升網站權
優惠價: 9 540
庫存:6
商務大數據分析:案例分析與AI應用趨勢
滿額折
出版日:2025/12/19 作者:黃正傑  出版社:全華圖書  裝訂:平裝
本書深入解析大數據的發展沿革、4V特徵、行業價值與企業管理模式,更重要的是,它引導讀者從商業應用情境出發,思考並解決真實的數據分析問題,如群組、分類、推薦與關聯等。建立數據驅動思維,與數據科學家進行更有效的溝通,加速智慧應用發展。在實作層面,本書提供Python語言範例,循序漸進地引領讀者了解分析與模型建立步驟。提供房價預測、電影推薦、圖片辨識及自然語言解析等貼近真實的案例。本書更納入AI先進技術,介紹LangChain基礎運用,發展簡單的AI代理程式。這是一本橫跨大數據基礎、預測分析方法,到文本挖掘、圖像辨識、生成式AI代理的完整教材,是商管學生與商業人士理解AI實務與應用的最佳起點!
優惠價: 95 428
庫存:3
線性代數
滿額折
出版日:2025/12/16 作者:姚賀騰  出版社:全華圖書  裝訂:平裝
線性代數是一門高度通用且具備廣泛應用的基礎工具,無論是在人工智慧、數據分析或是各類工程領域,專業人士都需要對其具有紮實素養,方能在實際問題中建立準確的數學模型。本書的核心特色是擺脫傳統冗長而抽象的理論推導,轉而以直覺化的概念闡釋和高效的實戰應用為主軸。在解題風格上,本書不同於一般教科書完全按照理論框架進行推導。作者憑藉多年的實戰教學經驗,在許多計算技巧上提供了獨家捷徑,幫助學生有效提升解題速度,達到事半功倍的學習效果。同時,本書強調與現代科技趨勢的接軌,於附錄中提供 MATLAB 與 Python 雙程式平台的程式碼範例與腳本教學,專門針對複雜的線性代數計算提供電腦輔助實作指導。
優惠價: 95 570
庫存:7
The Super Jump Between Worlds!: A Branches Book (Press Start! #17)
滿額折
出版日:2025/12/02 作者:Thomas Flintham  出版社:Scholastic Inc.  裝訂:平裝
Super Rabbit Boy jumps to strange new worlds in the latest page-turning installment of this USA Today bestselling series!Pick a book. Grow a Reader!This series is part of Scholastic's early chapter book line, Branches, aimed at newly independent readers. With easy-to-read text, high-interest content, fast-paced plots, and illustrations on every page, these books will boost reading confidence and stamina. Branches books help readers grow!Meanie King Viking has kidnapped everyone in Animal Town and sent Super Rabbit Boy to another world! With the help of his new friend, Blocky, Super Rabbit Boy learns how to jump through portals that take him to new worlds. Blocky wants to help Super Rabbit Boy get back home, but he's not as good at being a hero. As they keep jumping, each world gets stranger than the last. Will the next jump be the jump home? Can Super Rabbit Boy finally rescue his friends?Thomas Flintham's full-color artwork on every page brings energy and fun to this action-
優惠:閱讀升級計畫-我獨自升級 優惠價: 7 212
庫存 > 10
從數學開始的AI,基礎數學與Python實作:機率×卷積×池化……從核心數學概念到程式應用,學會AI背後的邏輯與演算法基礎
滿額折
出版日:2025/11/19 作者:陸偉峰; 谷瑞; 蔡炳育; 王美艷  出版社:沐燁文化  裝訂:平裝
本書專為資料科學與人工智慧專業的初學者設計,內容通俗易懂,系統性講解學習AI所需的基礎數學知識。全書涵蓋理論與實踐,結合推導、計算與Python程式實作,幫助讀者靈活掌握核心概念並提升實戰能力。無論是作為相關課程教材,或是從業者的自學參考書籍,本書皆能有效協助讀者打下紮實的數學基礎,為人工智慧領域做好準備。AI時代來臨,你的數學準備好了嗎?打好基礎,推開智慧之門邁向未來,就從這本書開始!初學者友善的入門指南本書專為資料科學與人工智慧(AI)相關領域的學生與初學者量身打造,旨在幫助讀者建立學習AI所需的基礎數學概念。不同於傳統艱澀的數學教材,本書以通俗易懂、由淺入深的方式進行講解,讓即便是數學基礎薄弱的讀者,也能輕鬆理解並掌握內容。透過清晰的結構與大量實例說明,本書化繁為簡,降低學習門檻,是通往AI世界的重要敲門磚。理論與實踐兼備,學以致用本書的內容設計強調理論與實務並重,既有嚴謹的數學推導,也有豐富的應用實例。除了傳統的計算練習,還融合Python程式語言進行實作,讓讀者能夠同步訓練邏輯思維與程式技能。透過實際編程演練,不僅有助於加深對數學原理的理解,也提升將理論應用於資料分析與AI開發的實務能力。這樣的設計不僅符合現代科技教育的需求,也貼近業界實際工作情境。教材與自學兼用,應用範圍廣泛本書不僅可作為大專院校資料科學與人工智慧相關課程的教材,也非常適合自學者與職場從業人員作為參考書使用。內容涵蓋機率與統計、線性代數、微積分、最佳化等AI核心數學領域,系統性地建立完整知識架構。無論是準備進一步修習機器學習、深度學習等進階課程,或是需要在實務工作中應用資料分析與模型建構能力,本書都是不可或缺的重要資源。奠定未來AI學習的基礎人工智慧的發展日新月異,對數學的依賴與日俱增。唯有具備紮實的數學基礎,才能真正理解演算法的原理與模型背後的邏輯,進而靈活應用於各種情境中。本書不僅是一部數學入門書,更是一座銜接AI世界的橋樑。透過理論與實務交織的學習旅程,幫助讀者在AI領域立足,迎接更廣闊的未來發展機會。本書特色:本書專為資料科學與人工智慧專業的初學者設計,內容通俗易懂,系統性講解學習AI所需的基礎數學知識。全書涵蓋理論與實踐,結合推導、計算與Python程式實作,幫助讀者靈活掌握核心概念並提升實戰能力。無論是作為相關課程教材,或是從業者的自學參考書籍,本書皆能有效協助讀者打下紮實的
優惠價: 9 432
庫存:2
The Hunting of the Snark (Slipcase Edition)
滿額折
出版日:2025/11/06 作者:Lewis Carroll; Tove Jansson  出版社:Tate Publishing  裝訂:精裝
The Hunting of the Snark relates in glittering verse the story of how the Bellman and his eccentric crew, who include a butcher, a baker, a beaver and a tailor, set off in quest of that most mysterious and elusive of creatures: the Snark. In 1959, Tove Jansson, the creator of Moomin Valley and its magical inhabitants, was commissioned to illustrate a Swedish edition of Lewis Carroll's miniature masterpiece. It proved an inspired choice, as the enigmatic charms of Jansson's illustrative style bring to life the beauty and strangeness of Carroll's tale.The minds of two of the greatest children's authors of the past 150 years meet on the page. Remarkably, amid the success of Tove Jansson's Moomin books, her unique edition of The Hunting of the Snark was forgotten, and has been unavailable for over fifty years. Now, for the first time, these beautiful illustrations are matched with Lewis Carroll's original English text, so that readers can encounter this wonderful adventure afresh through t
優惠價: 95 887
庫存:1
The Concrete Garden
滿額折
出版日:2025/11/06 作者:Bob Graham  出版社:Walker Books Ltd  裝訂:平裝
A timely, inspiring and uplifting story about hope and the power of creative expression, from one of the world's most treasured bookmakers.“Graham finds big themes in small events: community, imagination, hope.”Sunday Times“Restrained, poetic, humorous text and joyously burgeoning pictures speak to the perennial power of shared imagination.”Guardian“Inclusive and familiar … about creativity and teamwork. It should inspire young readers to draw.”BooktrustAfter a cold, dark winter, doors opened. Children spilled out like sweets from a box. Amanda was last one out of the tower block. She brought some chalk with her. On every inch of the concrete outside, the children drew pictures of everything they could think of, from flowers and snails, to spaceships and queens. Before long, a beautiful and exotic garden spread out across the concrete.From master storyteller Bob Graham comes a charming story about finding optimism after a dark spell, and the nurturing power of community friendships in
優惠價: 79 347
庫存:4
AI 最強調整術:使用最佳化演算法,打造頂級機器學習模型(iThome鐵人賽系列書)
滿額折
出版日:2025/11/05 作者:陳冠霖(Brian Chen)  出版社:博碩文化  裝訂:平裝
用數學與實作打通最佳化 從理論、工具到應用,學會打造更強的 AI 模型 本書內容改編自第 16 屆 iThome 鐵人賽 AI/ ML & Data 組冠軍系列文章《調整 AI 超參數好煩躁?來試試看最佳化演算法吧!》這是一本以「結合 AI 工具實作搭配少量理論」為核心的最佳化入門到進階指南。全書以直觀圖解與儘可能少的必要數學,帶你理解五花八門的演算法、目標函數與測試函數的本質,並以可直接執行的程式碼範例來串接起常見方法。例如,傳統啟發式演算法、粒子群算法(PSO),與比較近期的灰狼演算法(GWO),以及機器學習跟深度學習中的超參數最佳化(例如 TPE 等)。 書中不只介紹理論與實作,也新增「AI 協作」章節,示範如何下 Prompt,讓你與 AI 分工寫最佳化程式、請 AI 教學演算法與驗證結果。無論你來自影像處理、訊號處理、資料科學或工程領域甚至是學生,都能把最佳化真正用在工作、研究與學習裡。 本書可以學到哪些知識 本書規劃為五大篇、十個章節,以循序漸進的方式引導各位讀者深入最佳化的世界,並精選了一系列實際應用案例,讓各位不僅能理解理論,更能即學即用。 第一篇〈最佳化演算法的全貌〉:本篇會從最佳化技術的基礎概念開始,介紹什麼是最佳化演算法,接著會介紹目前的演算法種類大致分成哪幾種,這幾種演算法中目前比較主流跟比較多研究在使用的演算法有什麼。這些演算法雖然都是以數學來定義的,不過本書會根據這些公式的用途做一個簡單的總結,讓生活已經遠離數學的讀者也可以輕鬆上手。 第二篇〈最佳化演算法評估與測試函數〉:本篇將帶你掌握研究中廣泛使用的測試標準,讓你的最佳化演算法不再只是「感覺變好」,而是能以數據驗證、圖像呈現的方式準確比較表現。從經典測試函數到 Python 實作,幫助你建立完整的最佳化演算法評估公式。不論你是 AI 工程師、研究人員,還是想用最佳化技術提升產品效能的開發者,這章都能讓你學到「量化進步」,優化策略看得見! 第三篇〈Python Optuna 模組介紹〉:進入實作關鍵!本篇將帶你認識 Optuna,一款靈活又高效的 Python 最佳化工具。無論你是要調校 AI 模型參數,還是優化自家產品或演算法效能,Optuna 都能幫你快速實驗、多次試錯、精準收斂。從基礎語法到深度學習案例,搭配 ChatGPT 提示技巧,讓你能在開發流程中聰明用好最佳化,把模型與應用
優惠價: 9 585
庫存:5
Making Art (The 2025 New York Times/New York Public Library Best Illustrated Children's Books)
滿額折
出版日:2025/11/04 作者:Diana Ejaita  出版社:Penguin Young Readers  裝訂:精裝
本書以溫柔筆觸與多元視角,展現「藝術無處不在」的理念。從街頭粉筆畫、回收物創作,到音樂、舞蹈、積木與黏土,每一種表達都能成為藝術的形式。書中文字簡潔卻含蓄,配合豐富多樣的人物與文化場景,讓讀者感受到創作的自由與療癒。A celebration of the many ways we make art, spanning mediums, geography, and resources from author-artist Diana Ejaita.Art is for everyone! From found objects to sidewalk chalk, from homemade instruments to breakdancing, from building with blocks to molding clay, art is natural and healing. Readers will be encouraged by the invitation to create anything, anywhere, with any materials. Inclusive and expansive, Ejaita portrays a wide cast of characters exploring their own feelings and ideas, accompanied by a poignant, yet easily understood, text. This deceptively simple and stunningly composed picture book offers children a sense of what art can be, and the ways in which it adds beauty to our lives.
優惠價: 79 570
庫存:1
Comic Strip Science Adventures: Digging for Dinosaurs
滿額折
出版日:2025/10/23 作者:Paul Mason; Jess Bradley  出版社:Hachette UK  裝訂:平裝
An entertaining collection uncovering the stories of dinosaur discoveries told in comic strips. Discover the story of Mary Anning, why there is a dinosaur called Sue, what the Bone Wars were and much more. This book is sure to entertain children, while giving them an insight into the many challenges and rivalries behind scientific achievements and how scientists learn from mistakes.It is produced by the same team as Comic Strip Science with hilarious comic strips illustrated by award-winning artist Jess Bradley and written by Paul Mason, who is well known for making science learning fun. Key science concepts are pulled out in more depth in feature spreads. The book has a specialist text consulant, paleontologist Dr Dave Hone.Comic Strip Science Adventures is a series of comic books that are perfect for young scientists aged 7 plus. Each book has specialist subject consultants. Titles in the series: Digging for Dinosaurs, Exploring Space, Medical Marvels, Amazing Inventions.
優惠價: 79 473
庫存:3
Comic Strip Science Adventures: Exploring Space
滿額折
出版日:2025/10/23 作者:Paul Mason; Jess Bradley  出版社:Hachette UK  裝訂:平裝
An entertaining collection uncovering amazing stories of space exploration told in comic strips. Discover the history of the first missions to the Moon, how space rovers have adventures, the mystery of a floating poo and much more. This book is sure to entertain children, while giving them an insight into the many challenges and rivalries behind scientific achievements and how scientists learn from mistakes.It is produced by the same team as Comic Strip Science with hilarious comic strips illustrated by award-winning artist Jess Bradley and written by Paul Mason, who is well known for making science learning fun. Key science concepts are pulled out in more depth in feature spreads. The book has a specialist text consultant, Sophie Allan of the National Space Centre.Comic Strip Science Adventures is a series of comic books that are perfect for young scientists aged 7 plus. Each book has specialist subject consultants. Titles in the series: Digging for Dinosaurs, Exploring Space, Medical
優惠價: 79 473
庫存:4
(MinaLima Edition) #4 Harry Potter and the Goblet of Fire (美國版)
56 折
出版日:2025/10/14 作者:J. K. Rowling; Karl James Mountford  出版社:Scholastic  裝訂:立體書
這是《Harry Potter and the Goblet of Fire》的豪華插畫特別版,收錄原文全文並加入八個互動立體機關。讀者將跟著哈利進入湖底探險、揭開夜空中的黑魔標記,並親手展開三巫鬥法大賽的迷宮。配上細膩全彩插圖,每一頁都帶來嶄新閱讀感受。本書不只是經典重現,更是一次魔法世界的沉浸式體驗。A stunning special edition of the fourth book in the Harry Potter series, illustrated in brilliant full color and featuring eight unique interactive elements, including the Maze at the Triwizard Tournament, the Goblet of Fire itself, and more!Get ready for adventure in this deluxe special edition of Harry Potter and the Goblet of Fire! J.K. Rowling’s complete and unabridged text is accompanied by full-color illustrations throughout and eight paper-engineered interactive elements: Readers will explore the Weasleys’ tent at the Quidditch World Cup, reveal the Dark Mark in the sky, follow Harry into the Lake at Hogwarts, and more.This keepsake edition is an impressive gift for Harry Potter fans of all ages, a beautiful addition to any collector’s bookshelf, and an enchanting way to share this beloved series with a new generation of reader
優惠:特殊書展A 優惠價: 56 1049
庫存:3
Ember the Fire Dragon: An Acorn Book (Dragon Hill #1)
滿額折
出版日:2025/10/07 作者:Tracey West; Carolina Vázquez  出版社:Scholastic  裝訂:平裝
Best friends Ember the Fire Dragon and Gus the Mushroom Dragon search for a magic jewel in the first installment of this full-color, fantasy adventure series perfect for beginning readers!Pick a book. Grow a Reader!This series is part of Scholastic's early reader line, Acorn, aimed at children who are learning to read. With easy-to-read text, a short-story format, plenty of humor, and full-color artwork on every page, these books will boost reading confidence and fluency. Acorn books plant a love of reading and help readers grow!Dragon Hill is in trouble! The magic jewel that protects Dragon Hill has gone missing, and best friends Ember the Fire Dragon and Gus the Mushroom Dragon work together to find the jewel. But they are young dragons and Ember doesn't yet know how to use her fire powers. The two friends follow squirrel paw prints and meet a helpful Tree Dragon. Will they be able to find the magic jewel?Ember and Gus's adventure is told through five full-color short stories with ea
優惠價: 79 210
庫存:2
The Street Where Santa Lives
滿額折
出版日:2025/10/02 作者:Harriet Howe; Julia Christians  出版社:Little Tiger Press Group  裝訂:精裝
A heartwarming Christmas story book for kids from exciting new talent Harriet Howe.When an old man moves in next door, everyone is too busy to notice, except one little girl. He’s got a white beard and a round tummy and is very handy at repairing toys in his workshop – he must be Santa Claus!When the old man becomes unwell, the little girl hatches a plan to rally the whole street together to look after Santa. But will he be better in time for Christmas Eve . . . ?This playful, festive story celebrates the joy of community and gently explores the theme of looking out for the elderly, especially during the holiday season. With beautiful, cosy illustrations from the hugely talented Julia Christians (Magnificent Mabel) and a gently humorous text, this is the perfect Christmas Eve box filler. Alongside Pick a Pine Tree by Patricia Toht and Jarvis, Dasher by Matt Tavares and The Christmas Eve Tree by Delia Huddy and Emily Sutton, The Street Where Santa Lives is a modern-classic Christmas pic
優惠價: 79 564
庫存:3
APCS大學程式先修檢測實戰指南:從基礎觀念到C++高效解題
滿額折
出版日:2025/09/19 作者:勁樺科技  出版社:台科大圖書  裝訂:平裝
產品特色: 隨著 APCS 程式設計先修能力檢測成為升學重要指標,如何有效備考、精準得分,已成為每位高中職學生與教學者關心的課題。 本書從考試介紹、程式識讀、演算法演練,到歷屆試題詳解,提供最貼近命題趨勢的備考資源。不只是教語法,更強調「解題實力」的養成! 本書特色如下: 1. 完整解析 APCS 檢定架構與準備要點,方向明確不迷路。 2. 跨語言程式識讀教學(C語言+Python),多元語感一次搞懂。 3. C++ 實作演算法與資料結構重點精華,強化邏輯與寫作力。 4. 歷屆實作題詳解,解題技巧與命題方向一次掌握。 5. 模擬題實戰訓練,題感培養、舉一反三,穩步提升實力。 無論您是初次挑戰 APCS 的新手、苦於突破實作題的考生,或是想找系統教材的教學者,本書都是您邁向高分通過、穩紮程式基礎的最佳選擇!
優惠價: 9 396
庫存:4
Don't Tickle the Skeleton! (搔癢音效書)
滿額折
出版日:2025/09/11 作者:Sam Taplin; Ana Martin Larranaga  出版社:Usborne UK  裝訂:硬頁書
Press the soft patches to hear the skeleton and its friends come to life in this hilarious Halloween treat.You'd better not tickle the skeleton... because it might just rattle if you do!Babies and toddlers just won't be able to resist tickling the touchy-feely patches to hear each creature make a sound in this hilarious novelty book. At the end, readers will find all the characters gathered together for a spooktastic Halloween dance. An exciting series for babies and toddlers, from the creators of That's not my...Withover 20 books to discover in this award-winning series, there is a book to excite every baby and toddler; including dinosaurs, bears, tigers, unicorns and lots more - giggles are guaranteed!Every DON'T TICKLE book supports sensory development with:- Engaging characters to encourage playfulness- Furry patches for developing motor skills- Playful music to inspire movement- Holes to peep through, sparking curiosity- Rhythmic text for developing language
優惠價: 79 564
庫存:3
Supersquirrel and the Crazy Rain Maker (Puzzle Stories)
滿額折
出版日:2025/09/11 作者:Russell Punter; Josh Cleland  出版社:Usborne UK  裝訂:平裝
Solve the puzzles to help Supersquirrel save the world from disaster.When a top secret formula is stolen, it's a job for Supersquirrel. Using her amazing superpowers, she tracks down the culprit, the ruthless Dr Drizzle, who has a plan to make a fortune. Help Supersquirrel to solve a variety of puzzles and put a stop to Dr Drizzle's evil scheme.- Packed full of puzzles to solve as you read the story- Simple text and comic strips make reading fun for beginner readers- Perfect for shared reading as you work to solve the puzzles together- Supersquirrel is the first in a series of puzzles stories featuring appealing animal superheroes
優惠價: 79 260
庫存 > 10
Bizzy Bear Whizzy Wheels: Train:With 4 moving wheels!
46 折
出版日:2025/09/11 作者:Benji Davies  出版社:Nosy Crow UK  裝訂:硬頁書
本書是 Bizzy Bear 系列中專為幼兒設計的互動硬頁書。孩子可以陪伴 Bizzy Bear 化身火車司機,一起出發前往 Bizzy Town。書本附有四個可推動的車輪,能直接在地板上滑動,讓小讀者不只讀故事,也能實際「開車」。搭配簡單的韻律文字與每頁的提問設計,增添親子共讀時的互動性。這樣的安排既能吸引注意力,也能幫助幼兒透過遊戲體驗培養語言與觀察力。Join Bizzy Bear as the train driver in this chunky board book with 4 moving wheels!All aboard! Today Bizzy Bear is the train driver, and he needs your help! Read, play and push this interactive book along the floor to follow Bizzy Bear through the story as he drives the train through Bizzy Town. Where do you think the passengers are going today? With gentle rhyming text throughout and a fun question on every spread - this book is perfect for babies and toddlers who love things that go and are always on the move!
優惠:Bizzy Bear 199 優惠價: 46 199
庫存:8
寫程式的AI戰友 VS Code x GitHub Copilot
滿額折
出版日:2025/09/08 作者:洪錦魁  出版社:深智數位  裝訂:平裝
★★★「程式設計不再孤軍奮戰,讓 AI 成為你的戰友!」★★★☆☆☆「用 VS Code + Copilot,讓寫程式變得像聊天一樣簡單!」☆☆☆★★★「專案實戰,立即上手,程式設計不再卡關!」★★★《寫程式的AI戰友 - VS Code x GitHub Copilot》帶你進入 AI 輔助程式設計的新世代。本書不僅教你如何用 VS Code 打造專屬開發環境,更完整揭示 GitHub Copilot 的秘密武器:自動補全、錯誤修正、重構優化、AI 對話寫程式,讓你像專業工程師一樣高效開發。◎為何要讀這本書?在這個 AI 與程式設計緊密結合的時代,單靠背誦語法已經不足以讓你成為一位優秀的工程師。《寫程式的AI戰友 - VS Code x GitHub Copilot》將帶給你三大核心價值:1. 掌握開發主流工具VS Code 是全球最受歡迎的開發環境,本書完整介紹其安裝、操作與進階應用,讓你在最短時間內熟悉業界標準工具。2. 學會駕馭 AI,而不是被 AI 取代GitHub Copilot 能幫你寫程式,但本書更強調「思維升級」——如何正確下指令、判斷 AI 建議的正確性,培養「指揮 AI」的能力,避免淪為被動依賴。3. 專案實戰,立即上手從 CLI 工具到資料分析,從 API 整合到自動化報表,本書以專案導向學習,讓你邊學邊做,學到的技能馬上能應用在實際工作與專案中。◎ 讀完這本書,你將:☆ 熟悉 VS Code 與 Python 的整合操作。☆ 能使用 GitHub Copilot 提升開發效率,寫程式就像與 AI 對話。☆ 具備判斷、比較與優化程式碼的能力。☆ 透過專案實戰累積經驗,快速從初學者邁向專業者。這不只是一本文教你「怎麼寫程式」的書,而是一本幫你建立 「AI 時代程式設計思維」 的手冊。◎本書特色:☆從零開始:安裝 VS Code、設定 Python 環境、快速上手介面操作。☆AI 實戰:完整示範 Copilot 的用法——寫程式、除錯、重構、生成測試與文件。☆專案導向:涵蓋 CLI 工具、資料處理、API 整合等專案,邊學邊做,馬上能用。☆資料科學應用:結合 Jupyter Notebook、NumPy、Pandas、Matplotlib,立即展現 AI + Python 的威力。☆思維升級:教你如何成為「指揮 AI 的人」,而不是被 AI 主導
優惠價: 9 648
庫存:4
Hot Pot Night!
滿額折
出版日:2025/09/02 作者:Vincent Chen; Vincent Chen  出版社:Charlesbridge Publishing;U.S.  裝訂:硬頁書
火鍋熱騰騰,好味一起分享!這本可愛的火鍋造型硬頁書,用節奏感十足的文字,帶著小小讀者加入一桌溫暖的晚餐。一位台美孩童邀請鄰居們一起準備香噴噴的火鍋,大家切菜、加料、一起煮,在美味中感受社區的友善、合作與文化的分享。鮮豔活潑的插圖搭配朗朗上口的文字,非常適合親子共讀,小小美食家一定會一看再看!Hot pot, hot pot! Hits the right spot! Babies and toddlers will enjoy this tasty dish filled with community and fun, now a board book!This eye-catching hot-pot-shaped book and its rhythmic text make for a perfect foodie baby gift. For fans of Grace Lin’sDim Sum for Everyone!What's for dinner? A Taiwanese American child brings his diverse neighbors together to make a tasty communal hot pot meal. Together, they cook up a steaming family dinner that celebrates community, cooperation, and culture—centered around delicious food.The rhythmic text will have readers chanting along, making it perfect for read-alouds, and the vibrant, expressive art complements the energetic feel. Young foodies will eat this hot-pot-shaped book and story up!
優惠價: 79 270
庫存:1
AI Agent 奇幻旅程:MCP 通往異世界金鑰(含最新 OpenAI GPT-5 範例)
滿額折
出版日:2025/09/01 作者:柯克 (Ko Ko); 陳葵懋 (Ian Chen); Ryan Chung; 陳佳新; 謝政廷 (Duran Hsieh)-作  出版社:博碩文化  裝訂:平裝
首本 MCP 多平台整合實戰書──OpenAI 只是起點!一次搞懂 AI Agent、Function Calling 與 MCP本書含最新 OpenAI GPT-5 範例《AI Agent 奇幻旅程》集結七大章、五位實戰講師,從宏觀願景到微觀程式碼完整展示 AI Agent 與 MCP 的威力。本書不僅描繪 AI 代理的未來藍圖,更以 OpenAI Agent SDK、Claude Desktop、Semantic Kernel、GitHub Copilot、Line 等熱門主角,逐章帶你實現「Agent × MCP」跨平台串接──讓桌面、雲端、聊天機器人一次打通。每章皆附範例專案程式碼,幫助讀者快速複製情境到自己專案。無論你想開發企業級智慧工作流,或打造個人化多代理應用,本書都是一把從概念到落地的「萬用鑰匙」。打開《AI Agent 奇幻旅程:MCP 通往異世界金鑰》這本書之前,讓我們先確認一件事:你是否已經接觸過大型語言模型(LLM),知道什麼是 prompt、token、embedding,也嘗試過呼叫像是 ChatGPT 的 API,做出一些能與人對話的範例程式?如果你的答案是「是的」,那麼,恭喜你——你已經準備好踏上下一階段的冒險,來探索 AI 模型不只是會說話,而是能夠行動,能夠呼叫工具、整合服務、進行決策,甚至協調多個代理角色,真正變成你的智慧夥伴。這本書的焦點不在於再教一次 LLM 的基礎,而是要帶你直奔最精華、也最刺激的主題:Model Context Protocol(MCP) 以及 AI Agent 架構。從願景出發,到實作落地,我們安排了七大章節,由五位具備實戰經驗的講師聯手執筆,深入淺出地展現如何打造多平台整合的 AI Agent。全書圍繞「Agent × MCP」這個核心,帶你逐步實現桌面端(Claude Desktop)、雲端平台(OpenAI Agent SDK)、本地框架(Semantic Kernel)、AI 輔助工具(GitHub Copilot),甚至社群應用(LINE 機器人)的跨平台連結。每一章都搭配完整範例專案,讓你不只學得會,還能直接套用到自己的實務場景中。▋ 建議搭配《Python 原力爆擊》如果你還沒實際寫過生成式 AI 程式碼,我們也誠摯推薦你搭配閱讀我們的姊妹作《Python 原力爆擊:OpenAI / Ge
優惠價: 9 612
庫存:1
Suki Cat: Unicorn (硬頁推拉書)(附音檔QRcode)
46 折
出版日:2025/09/01 作者:Grace Habib  出版社:Nosy Crow UK  裝訂:硬頁書
今天,Suki Cat 變成了獨角獸!她進入奇幻國度,遇見被囚禁的王子,決定展開解救行動。這本厚頁互動書配有結實耐用的滑軌,孩子可以邊操作邊推進情節,感受故事的緊張與樂趣。韻文式敘事適合大聲朗讀,讓幼兒在聆聽與操作中提升專注力、觀察力與動作協調。奇幻情節結合豐富互動,讓每次閱讀都像是一場全新的冒險。Meet Suki Cat – an adorable preschool character starring in a series of action-packed stories with easy-to-use sliders!Who will Suki be today? Peek inside the box and play! Toddlers will love discovering who Suki Cat will become at the start of each story, before joining in with her dressing-up adventure – where she always saves the day!In Unicorn, Suki Cat puts on her unicorn onesie and is transported to a magical realm! But when Suki Cat finds an imprisoned prince, will she be able to help?From astronaut to dinosaur, this interactive series of vibrant board books with robust mechanisms is perfect for developing motor skills and inspiring imaginative play.Toddlers will enjoy pushing, pulling and turning the chunky sliders to take part in the story and bring the action to life! The narrative-driven, rhyming text is perfect for reading alo
優惠:遊戲書199 優惠價: 46 199
庫存 > 10
聯合網調實驗:理論與實務
滿額折
出版日:2025/08/25 作者:黃紀; 傅澤民  出版社:五南圖書出版  裝訂:平裝
本書旨在提供一套兼具理論深度與實務操作的研究指南,協助讀者理解此一取徑背後的方法論依據,並掌握如何在實務上正確應用。全書分為十章,從基本的反事實因果推論概念出發,逐步引導讀者了解聯合分析的邏輯、實驗設計的策略、樣本數的估算,以及如何運用Qualtrics進行聯合網調實驗,並運用R及Stata軟體分析資料,亦將Python程式碼列於附錄一。 本書適合具備基礎研究方法訓練的碩博士生、學術研究人員、政策分析者與市場研究專業人士閱讀。我們期望透過本書,讓更多人能夠在繁雜的社會現象中,透過嚴謹的實驗設計與網路調查的靈活性,精準地探究人類行為背後的偏好結構與因果邏輯。
優惠價: 95 342
庫存:4
RAG × LangChain 整合應用:從問診機器人開始,打造可信任的 AI 系統(iThome鐵人賽系列書)
滿額折
出版日:2025/08/11 作者:陳柏翰  出版社:博碩文化  裝訂:平裝
從概念到實作,全方位掌握 RAG 與 LangChain 精準打造你的專屬 AI 系統! 本書改編自第16屆 iThome 鐵人賽生成式 AI 組優選系列文章《初探 LangChain 與 LLM:打造簡易問診機器人》,完整收錄生成式 AI、大型語言模型(LLM)與檢索增強生成(RAG)的核心觀念與技術細節。 書中首先帶領讀者認識生成式 AI 與 LLM 的重要觀念,深入探討模型常見的幻覺問題與即時知識更新的難點,並逐步引導讀者學習 RAG 架構如何有效克服這些挑戰。接著,以詳細且易懂的步驟說明環境建置方法,包括 Python、PyCharm、OpenAI API 及 MongoDB Atlas 的設定,確保讀者能快速架設並應用於實務專案。 此外,書中透過實際案例「智慧問診機器人」專案的完整演練,全面介紹 LangChain 框架的基礎到進階操作技巧,並深入說明如何評估與測試系統效能,運用 DeepEval 及 LLM as a Judge 等工具進行成效驗證,幫助讀者掌握 RAG 系統的實務與優化策略,快速提升實戰能力。 無論你是初次接觸生成式 AI 的新手,或希望深度實作 RAG 技術的進階讀者,本書將引導你扎實地掌握理論基礎與技術細節,輕鬆建立屬於自己的高效能智慧應用系統。 重點摘要 ✦ 理論基礎 深入淺出 RAG 核心觀念 ✦ 環境架設 從開發到部署一本搞定 ✦ 實務專案 採用貼近生活的問診系統實戰演練 ✦ 效能評估 開發同時也關注模型回答的表現 目標讀者 .對生成式 AI 有興趣的讀者 .具備基礎 Python 知識的讀者 .期望理解 RAG 系統的人士 .想要了解如何評估 RAG 表現的開發者 本書從基礎概念出發,帶領讀者探索 LangChain 與 RAG 的整合應用, 並透過智慧問診機器人實作,展現生成式 AI 如何與後端技術結合,打造更智能、更可靠的應用。
優惠價: 9 540
庫存:4
My Brother Is a Tiger
46 折
出版日:2025/08/07 作者:Joaquin Camp  出版社:Little Tiger Press Group  裝訂:平裝
Thomas is Teresa’s little brother. Like any younger sibling, he loves to get in the way and annoy his big sister. But one day Teresa hears a “ROAAAAR!” upstairs and everything changes. Could Thomas really have turned into a . . . TIGER?! ?Explore the ups and downs of sibling relationships in this hilarious story about the power of imagination and the unique sibling bond., and follow along as Tiger Thomas navigates a wacky world of science, football and school dinners. With quirky, dynamic illustrations and humorous text by Joaquín Camp, this book will have young readers and parents alike gripped, giggling, and maybe even roaring!Fans of Hank Goes Honk by Maudie Powell-Truck, I Am Bat by Morag Hood and I Want My Hat Back by Jon Klassen will love My Brother is a Tiger.
優惠:6月外文優惠 優惠價: 46 199
庫存:6
Node-RED+YOLO+ESP32-CAM:AIoT智慧物聯網與邊緣AI專題實戰
滿額折
出版日:2025/08/06 作者:陳會安  出版社:博碩文化  裝訂:平裝
零基礎也能打造AI物聯網, 用Node-RED整合YOLO與LLM, 全方位建構你的AIoT與邊緣AI應用! 當人工智慧結合物聯網成為未來主流,本書提供一條簡單易學的路徑,帶你從視覺化流程工具Node-RED入門,逐步整合YOLO物體偵測、Teachable Machine影像辨識與LLM大型語言模型,打造出屬於自己的智慧感知系統。全書以圖解+範例方式呈現,並搭配專為本書設計的fChartEasy綠化開發套件,簡化安裝流程快速上手。不論是專題學生、教師或AIoT初學者,都能從中找到有用且完整的解決方案。 內容重點 ➤ 使用Node-RED視覺化流程建立監控儀表板(Dashboard)、MVC網站、REST API和使用MySQL資料庫儲存感測器數據。 ➤ 詳細說明MQTT通訊協定、取得網路OpenData與JSON資料剖析、寄送Email電子郵件與Telegram通知。 ➤ 使用Teachable Machine與YOLO訓練自己的AI模型,並且串接LLM來輕鬆使用Node-RED整合生成式AI,建立你的AIoT智慧物聯網應用。 ➤ 完整YOLO模型訓練步驟,只需執行各步驟的Python工具程式,就可以使用LabelImg標註圖片建立資料集,訓練出你自己的YOLO物體偵測模型。 ➤ 提供綠化版Node-RED+Python整合套件fChartEasy,免安裝輕鬆幫助你建構學習本書內容所需的Windows開發環境。 你將學會以下實作專案: ✔ 建立溫溼度監控儀表板、繪製Node-RED圖表、送出天氣通知 ✔ 使用Teachable Machine 模型、標註圖檔、YOLO客製化模型 ✔ 打造透過MQTT控制的ESP32-CAM相機與IP Camera,輕鬆建立你的AI之眼 ✔ 建立AI猜拳遊戲、OCR車牌辨識、物體偵測、即時串流偵測、路況分析 當人工智慧結合物聯網成為未來主流,本書提供一條簡單易學的路徑,帶你從視覺化流程工具Node-RED入門,逐步整合YOLO物體偵測、Teachable Machine影像辨識與LLM大型語言模型,打造出屬於自己的智慧感知系統。全書以圖解+範例方式呈現,並搭配專為本書設計的fChartEasy綠化開發套件,簡化安裝流程快速上手。不論是專題學生、教師或AIoT初學者,都能從中找到有用且完整的解決方案。 本書特色  視覺化開發×無痛入
優惠價: 9 612
庫存:5
I Survived the Japanese Tsunami, 2011 (I Survived Graphic Novel #12)
滿額折
出版日:2025/08/05 作者:Lauren Tarshis; Chris Chalik  出版社:Graphix  裝訂:平裝
A beautifully rendered graphic novel adaptation of Lauren Tarshis's bestselling I Survived the Japanese Tsunami, 2011, with text adapted by Georgia Ball and art by Chris Chalk.The disaster felt around the world...It's hard enough that Ben is visiting Japan only four months after his dad's death, especially since it's wher ehis dad grew up. But one morning, Ben's grief turns to fear when a massive earthquake rocks the quiet coastal village where he's staying. His family narrowly escapes a collapsing house, only to find that the ocean is rising up. Ben and his family are swept away -- and pulled apart -- by a devastating tsunami.Now Ben is alone, stranded in an unfamiliar country thousands of miles from home. Can he find enough courage and strength to survive one of the most epic disasters of all time?Lauren Tarshis's New York Times bestsellingI Survived series comes to life in this graphic novel edition. Perfect for readers who prefer the graphic novel format, or for existing fans of th
優惠價: 79 390
庫存 > 10
Magic of the Wizard Dragon: A Branches Book (Dragon Masters #29)(平裝本)
滿額折
出版日:2025/08/05 作者:Tracey West; Graham Howells  出版社:Scholastic  裝訂:平裝
In the latest action-packed installment of this New York Times bestselling series perfect for newly independent readers, Drake and Worm battle the powerful Wizard Dragon!Pick a book. Grow a Reader! This series is part of Scholastic's early chapter book line, Branches, aimed at newly independent readers. With easy-to-read text, high-interest content, fast-paced plots, and illustrations on every page, these books will boost reading confidence and stamina. Branches books help readers grow!Zoltan the wizard is now a Wizard Dragon! As a dragon, he plans to free the evil wizard Maldred. Drake and Worm meet Zoltan’s son, Wolfgang, who wants to help stop his father! So Drake, Worm, and Wolfgang travel to Barga, where they meet an Earth Dragon named Kinguq and her Dragon Master Nanu. Kinguq and Nanu guard a secret door to the powerful Earthquake Dragon, called the Naga. It is also where Maldred is trapped. Can Drake, Wolfgang, and Nanu stop Zoltan from opening the door? What will happen if Mald
優惠:閱讀升級計畫-我獨自升級 優惠價: 7 186
庫存 > 10
網路可程式性與自動化:新世代網路工程師必備技能
滿額折
出版日:2025/08/04 作者:Matt Oswalt; Christian Adell; Scott S. Lowe; Jason Edelman  出版社:美商歐萊禮  裝訂:平裝
網路自動化領域的權威之作,帶你完整掌握核心技術,從手動操作邁向自動化管理,打造彈性高、易維護的現代網路架構! 還在用手動設定網路設備、與CLI指令纏鬥傷神嗎? 四位業界大師結合豐富實戰經驗,帶你從腳本到架構、從手動升級到自動流程,全面掌握現代化網路的關鍵技術! 本書新版內容全面升級,整合Python、Go、Ansible、Terraform、Kubernetes等新一代主流工具與技術,從基礎入門到大型架構實戰,帶你逐步打造具備彈性、可維護、自動化的現代網路環境。適合想要從傳統網路工程轉型為具備程式設計與自動化能力的工程師!  涵蓋Python、Go語言網路自動化實務  深入講解Ansible、Nornir、Terraform等主流工具與應用  解析容器、Kubernetes與CI/CD整合實作  真實情境導向,從個人學習到企業級部署的多場景適用  網路工程師、系統管理員、軟體開發人員必備工具書 ------------------------------------------------------------- 「本書協助網路專業人員及開發者寫出清晰、易於擴充的網路自動化劇本。它幾乎涵蓋了掌控網路自動化須知的每一件事物。」 —Akhil Behl RedHat合作夥伴經理 隨著新的協定、新技術、交付模式推陳出新,企業的需求變得日益靈活與彈性,網路工程師想單靠手動作業完成工作已越來越難,因此網路自動化已成為不可或缺的技能。本實用指南的第二版全面更新內容,將帶領網路工程師學習如何運用各種技術與工具,內容涵蓋以下主題: .以Linux為主的新穎網路功能技術及雲端原生環境,還有如何運用這些工具為網路專案布置開發環境。 .使用Python與Go語言等程式設計技能。 .藉由範本設計建構一致的網路裝置組態。 .資料格式、編碼方式及模型。包括:JSON、XML、YAML、Protobuf與YANG。 .應用程式設計介面(API)在網路自動化中扮演的角色,涵蓋HTTP API、NETCONF、RESTCONF與gNMI。 .學會使用Git等版本控制系統,以及持續整合等開發實務,強化網路自動化專案的品質與流程。 .如何透過Ansible、Nornir及Terraform來自動化網路裝置與服務。 .架構網路自動化解決方案的整體性手法。
優惠價: 9 1242
庫存:5
人工智慧安全(簡體書)
滿額折
出版日:2025/08/04 作者:李劍; 呂昕晨; 鄭家民  出版社:機械工業出版社  裝訂:平裝
本書是高等院校網路空間安全、人工智慧、電腦等專業的普及性教材,旨在幫助學生全面瞭解人工智慧安全知識並進行實踐。全書共11章,分別為:人工智慧安全概述、生成對抗網路攻擊與防護、資料投毒攻擊與防護、對抗樣本攻擊與防護、後門攻擊與防護、隱私攻擊與防護、預訓練攻擊與防護、偽造攻擊與防護、人工智慧模型的攻擊與防護、模型竊取與防護、大語言模型安全。本書提供各章對應的Python程式設計實踐原始程式碼,讀者可以通過提供的網盤下載連結獲取。
優惠價: 87 308
庫存:4
FLAG'S 創客‧自造者工作坊 跟 AI 一起用 Python 設計 AIoT 物聯網美好日常
滿額折
出版日:2025/07/28 作者:施威銘研究室  出版社:旗標出版社  裝訂:盒裝
⛧⛦ 跟著「三大場景 × 23 個實驗」動手做 ⛦⛧⛧⛦ 新手也能輕鬆打造 LLM 智慧聯網便利生活! ⛦⛧你是否曾對家中智慧家電的運作原理感到好奇?常聽到「物聯網」這個詞,卻不太清楚它的真正含義?AI 聊天機器人這麼厲害,又該如何整合進智慧家電中?本套件將帶你從零開始,使用 ESP32 家族的 S2 mini 開發板連接感測器與電子元件,再透過 Python 撰寫程式,實作出各種有趣的物聯網應用。除此之外,還會進一步帶你認識 Web 與 MQTT 等網路技術,動手設計網路資料抓取、網頁遙控器、遠端鬧鐘、遠端留言板等實用功能。更好玩的是,我們把當前最夯的 LLM 技術也整合進來了!只要讓 S2 mini 透過 API 呼叫 LLM,就能用自然語言調整燈光顏色、生成音樂和弦,甚至自動摘要股市新聞。讓 AIoT 裡的「AI」不再侷限於傳統機器學習或基礎人工智慧,而是升級成真正懂你的智慧好夥伴!本書特色: 從書桌、床頭到大門,打造 LLM 時代的智慧居家物聯網生活▸ 從電子電路 → 程式設計 → 物聯網技術 → 整合 LLM,一套搞定▸ 獨門傳授免費串接 LLM API 的密技,讓 GPT 幫你作曲、控燈、做新聞摘要▸ 與 LLM 合作編寫程式,無論網頁前端或後端程式開發,不會寫的就問 Grok▸ 獨家教學 OLED 螢幕的中文顯示、小喇叭響起音樂和弦,完美貼近你我生活讓 AI 成為你的得力助手,全力支援你將書中實驗延伸出無限可能!組裝產品料件:ESP-32 S2 mini 開發板 × 1 片Type-C 傳輸線 × 1 條麵包板 × 1 片RGB LED 模組 × 1 個光線感測模組 × 1 個紅外線人體移動偵測模組 × 1 個小喇叭 × 1 個0.96 吋 OLED 螢幕模組 × 1 個溫濕度感測模組 × 1 個RFID IC 卡感應模組 × 1 個按壓開關 × 2 個公-公杜邦線 × 1 排公-母杜邦線 × 1 排排針 × 1 排Windows / macOS 均適用
優惠價: 95 1424
庫存:7
The Letter Setters in Bop!
滿額折
出版日:2025/07/22 作者:Ethan Long  出版社:Holiday House Inc  裝訂:精裝
Learning how to read should be a walk in the dog park! Follow four curious canines on letter-replacement adventures in this phonics-based early reader series starter from Theodor Seuss Geisel Medalist Ethan Long.Meet the Letter Setters! When their BONE is GONE, these dynamic dogs—Patrick (an Irish Setter), R.W. (a Red and White Setter), Victoria (an English Setter), and Gordy (a Gordon Setter)—sound the GONG and spring into action to retrieve their tasty treat.In this engaging new early reader series from acclaimed author-illustrator Ethan Long, each story starts out with a four letter word. On the next page, one swapped letter makes a new word—and a new canine caper for little ones learning how to read! As this fresh and fun device propels the pups into silly, slapstick sequences, phonics help readers to discover new words, study how words relate to each other, and observe how text and pictures support one another.Geisel Medalist Ethan Long’s expressive artwork shines in these energet
優惠價: 79 450
庫存:5
無Bugの境界:軟體測試工程技術詳解
滿額折
出版日:2025/07/19 作者:江楚  出版社:深智數位  裝訂:平裝
‧軟體測試職涯 探討職業發展與未來趨勢。‧實體到軟測 透過實例理解測試核心概念。‧需求評審技巧 強化文件評審與測試準確性。‧多種測試方法 涵蓋等價類、邊界值等技術。‧Bug追蹤管理 介紹禪道等工具提升效率。‧Linux與資料庫 強化測試環境與數據操作能力。‧Web自動化測試 使用Selenium+pytest提升效率。‧API測試實戰 從HTTP基礎到實際案例分析。‧封包抓取分析 利用Charles定位前後端問題。‧Python測試應用 透過Requests、pytest完成自動化。‧AI在測試中 NLP技術輔助測試,提升測試效能。‧求職與面試 履歷製作、題庫解析與模擬問答。本書內容包含測試職涯發展、學習路線與核心素質,並透過實體產品測試實例幫助讀者理解測試概念。軟體測試從需求評審開始,書中解析如何審查需求文件,確保測試的準確性,並深入探討測試計畫、測試用例設計與功能測試方法,如等價類劃分、邊界值分析、錯誤推測等,使讀者掌握測試用例的編寫與評審技巧。在測試執行方面,本書介紹 Bug 追蹤與測試管理工具,提升測試效率,並涵蓋 Linux 指令與 MySQL 操作,幫助測試人員搭建與管理測試環境。書中還深入探討 Web 自動化測試,透過 Selenium 與 pytest 測試框架與 POM 設計模式提升自動化能力,並介紹 HTTP 介面測試,幫助讀者強化 API 測試技能。此外,本書涵蓋封包抓取與分析,利用 Charles 工具解析封包內容,有助於前後端錯誤定位,並提供 Python 自動化測試應用,透過 Requests、pytest 提高測試執行效率。近年來 AI 在測試領域的應用日益重要,本書探討 AI 與 NLP 技術如何輔助測試,如自動生成測試用例與指令碼提升測試效能。
優惠價: 9 792
庫存:4
生成式AI提示工程:以前瞻性的設計打造穩定、可信任的AI解決方案
滿額折
出版日:2025/07/16 作者:James Phoenix; Mike Taylor  出版社:美商歐萊禮  裝訂:平裝
來自業界專家的推薦📢「Mike和James是這領域的大師,這絕對是我讀過關於提示工程的最棒書籍之一。」── Dan Shipper,Every共同創辦人與CEO「如果想要提升AI系統的準確性和可靠性,這本書在你的書架上足有一席之地。」── Mayo Oshin,Siennai Analytics創辦人與CEO,LangChain早期貢獻者ChatGPT、DALL-E這類大型語言模型(LLM)和生成擴散模型具備了前所未有的潛力。經由網際網路上的公開文字與圖像訓練之後,這些模型可應用於各種任務。由於進入門檻大幅降低,幾乎任何開發者都能利用AI模型來解決以往不適合自動化的問題。透過本書,你將掌握生成式AI的扎實基礎,並學習如何將這些模型應用於實際情境。在將大型語言模型與生成擴散模型整合至工作流程時,多數開發者往往難以生成可供自動化系統使用的可靠結果。本書作者James Phoenix與Mike Taylor將深入解析提示工程的核心原則,讓你在正式部署後能與AI高效共事。本書精彩內容:• 適用於不同模型且未來也依然有效的提示五大原則。• 使用LangChain等函式庫和框架,將生成式AI應用於實際案例。• 評估GPT-4和DALL-E 2等OpenAI模型與其他包括開放原始碼模型的替代方案,分析比較各自的優勢與弱點。• 這些原則如何實際應用在自然語言處理、文字與圖像生成以及程式開發領域中。
優惠價: 9 792
庫存:4
  • 471679
    11792
  • 1
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 11792

暢銷榜

客服中心

收藏

會員專區