亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

LEARN

  • Home+Automation+Projects

    You probably have heard all about what you can do with the Raspberry Pi. This credit- card sized computer can be plugged into your TV or any HDMI monitor to replace a typical computer. This little device is used in many computer projects, DIY electronics projects and even as a LEARNing tool for kids who want to LEARN the basics of computer programming.

    標簽: Automation Projects Home

    上傳時間: 2020-06-06

    上傳用戶:shancjb

  • Arduino Adventures Escape from Gemini Station

    Fun. We (your authors) wanted a word to describe our ultimate goal for this book, as well as a word we hope you (our reader) will use to describe it, and that’s the one we chose. There are others goals, of course, but in the end, when you’ve finished the book, we’re hoping you’ll have enjoyed the activities described in these pages. Many books use the Introduction to explain exactly what the book is about, what the reader will LEARN, what the reader needs (a skill or maybe an item or piece of software), and what the reader will be left with when that last page is completed. And this Introduction will do those things, but … hopefully it’ll make you excited to get started.

    標簽: Adventures Arduino Station Escape Gemini from

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • Arduino Starter Kit Manual

    Thank you for purchasing the Earthshine Design Arduino Starter Kit. You are now well on your way in your journey into the wonderful world of the Arduino and microcontroller electronics. This book will guide you, step by step, through using the Starter Kit to LEARN about the Arduino hardware, software and general electronics theory. Through the use of electronic projects we will take you from the level of complete beginner through to having an intermediate set of skills in using the Arduino.

    標簽: Arduino Starter Manual Kit

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • A Course in Machine LEARNing

    Machine LEARNing is a broad and fascinating field. Even today, machine LEARNing technology runs a substantial part of your life, often without you knowing it. Any plausible approach to artifi- cial intelligence must involve LEARNing, at some level, if for no other reason than it’s hard to call a system intelligent if it cannot LEARN. Machine LEARNing is also fascinating in its own right for the philo- sophical questions it raises about what it means to LEARN and succeed at tasks.

    標簽: LEARNing Machine Course in

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • interpretable-machine-LEARNing

    MachineLEARNinghasgreatpotentialforimprovingproducts,processesandresearch.Butcomputers usually do not explain their predictions which is a barrier to the adoption of machine LEARNing. This book is about making machine LEARNing models and their decisions interpretable. After exploring the concepts of interpretability, you will LEARN about simple, interpretable models such as decision trees, decision rules and linear regression. Later chapters focus on general model- agnosticmethodsforinterpretingblackboxmodelslikefeatureimportanceandaccumulatedlocal effects and explaining individual predictions with Shapley values and LIME.

    標簽: interpretable-machine-LEARNing

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • 《Python深度學習》2018中文版+源代碼

    這是我在做大學教授期間推薦給我學生的一本書,非常好,適合入門學習?!秔ython深度學習》由Keras之父、現任Google人工智能研究員的弗朗索瓦?肖萊(Franc?ois Chollet)執筆,詳盡介紹了用Python和Keras進行深度學習的探索實踐,包括計算機視覺、自然語言處理、產生式模型等應用。書中包含30多個代碼示例,步驟講解詳細透徹。作者在github公布了代碼,代碼幾乎囊括了本書所有知識點。在學習完本書后,讀者將具備搭建自己的深度學習環境、建立圖像識別模型、生成圖像和文字等能力。但是有一個小小的遺憾:代碼的解釋和注釋是全英文的,即使英文水平較好的朋友看起來也很吃力。本人認為,這本書和代碼是初學者入門深度學習及Keras最好的工具。作者在github公布了代碼,本人參照書本,對全部代碼做了中文解釋和注釋,并下載了代碼所需要的一些數據集(尤其是“貓狗大戰”數據集),并對其中一些圖像進行了本地化,代碼全部測試通過。(請按照文件順序運行,代碼前后有部分關聯)。以下代碼包含了全書約80%左右的知識點,代碼目錄:2.1: A first look at a neural network( 初識神經網絡)3.5: Classifying movie reviews(電影評論分類:二分類問題)3.6: Classifying newswires(新聞分類:多分類問題 )3.7: Predicting house prices(預測房價:回歸問題)4.4: Underfitting and overfitting( 過擬合與欠擬合)5.1: Introduction to convnets(卷積神經網絡簡介)5.2: Using convnets with small datasets(在小型數據集上從頭開始訓練一個卷積網絡)5.3: Using a pre-trained convnet(使用預訓練的卷積神經網絡)5.4: Visualizing what convnets LEARN(卷積神經網絡的可視化)

    標簽: python 深度學習

    上傳時間: 2022-01-30

    上傳用戶:

  • 高清電子書-C++ Primer Plus 第6版英文版 1438頁

    高清電子書-C++ Primer Plus, 第6版英文版 1438頁LEARNing C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You LEARN about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You LEARN about the many features C++ has added to C, including the followi

    標簽: C++

    上傳時間: 2022-02-19

    上傳用戶:trh505

  • Ansoft0MaxwellV12電機瞬態分析教程

    This Getting Started Guide is written for Maxwell beginners and experienced users who would like to quickly re familiarize themselves with the capabilities of MaxwelL.This guide leads you step-by-step through solving and analyzing the results of a rotational actuator magnetostatic problem with motion By following the steps in this guide, you will LEARN how to perform the following tasks Modify a models design parameters y Assign variables to a model's design parameters.Specify solution settings for a design Validate a designs setupRun a maxwell simulation v Plot the magnetic flux density vecto v Include motion in the simulation本《入門指南》是為希望快速重新熟悉MaxwelL功能的Maxwell初學者和有經驗的用戶編寫的。本指南將引導您逐步解決和分析旋轉致動器靜運動問題的結果。按照本指南中的步驟,您將學習如何執行以下任務。修改模型設計參數y將變量分配給模型的設計參數。指定設計的解決方案設置驗證設計設置運行maxwell模擬v繪制磁通密度vecto v在模擬中包含運動

    標簽: ansoft maxwell

    上傳時間: 2022-03-10

    上傳用戶:

  • Python數據科學手冊-Jake VanderPlas

    本書是對以數據深度需求為中心的科學、研究以及針對計算和統計方法的參考書。本書共五章,每章介紹一到兩個Python數據科學中的重點工具包。首先從IPython和Jupyter開始,它們提供了數據科學家需要的計算環境;第2章講解能提供ndarray對象的NumPy,它可以用Python高效地存儲和操作大型數組;第3章主要涉及提供DataFrame對象的Pandas,它可以用Python高效地存儲和操作帶標簽的/列式數據;第4章的主角是Matplotlib,它為Python提供了許多數據可視化功能;第5章以Scikit-LEARN為主,這個程序庫為最重要的機器學習算法提供了高效整潔的Python版實現。

    標簽: python

    上傳時間: 2022-06-21

    上傳用戶:

  • 笨辦法學Python(中文第3版)-澤德 A. 肖

    《笨辦法學 Python》(LEARN Python The Hard Way,簡稱 LPTHW)是 Zed Shaw 編寫的一本 Python 入門書籍。適合對計算機了解不多,沒有學過編程,但對編程感興趣的朋友學習使用。這本書以習題的方式引導讀者一步一步學習編程,從簡單的打印一直講到完整項目的實現。也許讀完這本書并不意味著你已經學會了編程,但至少你會對編程語言以及編程這個行業有一個初步的了解。

    標簽: python

    上傳時間: 2022-06-22

    上傳用戶:bluedrops

主站蜘蛛池模板: 邛崃市| 武乡县| 嘉义县| 望谟县| 邢台市| 昭苏县| 什邡市| 监利县| 阿克| 永兴县| 内黄县| 罗平县| 衡阳县| 高州市| 中西区| 包头市| 定远县| 衡阳县| 台州市| 东山县| 鄄城县| 綦江县| 重庆市| 宁化县| 本溪市| 黄骅市| 双城市| 醴陵市| 揭阳市| 峨眉山市| 杭锦旗| 囊谦县| 宁都县| 敖汉旗| 永城市| 北川| 建德市| 蒲城县| 松阳县| 海兴县| 虎林市|