@Jolyne_AI: 推荐一本 GitHub 上的免费机器学习与 AI 学习书:Machine Learning Q and AI。 全书围绕 30 个机器学习与人工智能的核心问题展开,从神经网络到模型部署,把关键知识点一次讲清。 GitHub:http://…
摘要
推荐免费的机器学习与AI书籍《Machine Learning Q and AI》,围绕30个核心问题系统讲解神经网络、深度学习、计算机视觉、NLP和模型部署,提供GitHub和在线阅读链接。
查看缓存全文
缓存时间: 2026/07/04 12:45
推荐一本 GitHub 上的免费机器学习与 AI 学习书:Machine Learning Q and AI。
全书围绕 30 个机器学习与人工智能的核心问题展开,从神经网络到模型部署,把关键知识点一次讲清。
GitHub:http://github.com/rasbt/MachineLearning-QandAI-book…
在线阅读:http://sebastianraschka.com/books/ml-q-and-ai…
内容按 5 条主线系统梳理:神经网络、深度学习、计算机视觉、自然语言处理、模型部署,学起来更有路径、更不容易漏重点。
无需下载,打开就能免费读,适合从入门到进阶、再到实战落地的各层级开发者。
rasbt/MachineLearning-QandAI-book
Source: https://github.com/rasbt/MachineLearning-QandAI-book
Machine Learning Q and AI Beyond the Basics Book
The Supplementary Materials for the Machine Learning Q and AI book by Sebastian Raschka.
Please use the Discussions for any questions about the book!
About the Book
If you’ve locked down the basics of machine learning and AI and want a fun way to address lingering knowledge gaps, this book is for you. This rapid-fire series of short chapters addresses 30 essential questions in the field, helping you stay current on the latest technologies you can implement in your own work.
Each chapter of Machine Learning Q and AI asks and answers a central question, with diagrams to explain new concepts and ample references for further reading
- Multi-GPU training paradigms
- Finetuning transformers
- Differences between encoder- and decoder-style LLMs
- Concepts behind vision transformers
- Confidence intervals for ML
- And many more!
This book is a fully edited and revised version of Machine Learning Q and AI, which was available on Leanpub.
Reviews
“One could hardly ask for a better guide than Sebastian, who is, without exaggeration, the best machine learning educator currently in the field. On each page, Sebastian not only imparts his extensive knowledge but also shares the passion and curiosity that mark true expertise.”
– Chris Albon, Director of Machine Learning, The Wikimedia Foundation
Links
- Preorder directly from No Starch press
- Preorder directly from Amazon
- Supplementary Materias and Discussions
Table of Contents
| Title | URL Link | Supplementary Code |
|---|---|---|
| 1 | Embeddings, Representations, and Latent Space | |
| 2 | Self-Supervised Learning | |
| 3 | Few-Shot Learning | |
| 4 | The Lottery Ticket Hypothesis | |
| 5 | Reducing Overfitting with Data | |
| 6 | Reducing Overfitting with Model Modifications | |
| 7 | Multi-GPU Training Paradigms | |
| 8 | The Keys to the Success of Transformers | |
| 9 | Generative AI Models | |
| 10 | Sources of Randomness | data-sampling.ipynb dropout.ipynb random-weights.ipynb |
| PART II: COMPUTER VISION | ||
| 11 | Calculating the Number of Parameters | conv-size.ipynb |
| 12 | The Equivalence of Fully Connected and Convolutional Layers | fc-cnn-equivalence.ipynb |
| 13 | Large Training Sets for Vision Transformers | |
| PART III: NATURAL LANGUAGE PROCESSING | ||
| 14 | The Distributional Hypothesis | |
| 15 | Data Augmentation for Text | backtranslation.ipynb noise-injection.ipynb sentence-order-shuffling.ipynb synonym-replacement.ipynb synthetic-data.ipynb word-deletion.ipynb word-position-swapping.ipynb |
| 16 | “Self”-Attention | |
| 17 | Encoder- And Decoder-Style Transformers | |
| 18 | Using and Finetuning Pretrained Transformers | |
| 19 | Evaluating Generative Large Language Models | BERTScore.ipynb bleu.ipynb perplexity.ipynb rouge.ipynb |
| PART IV: PRODUCTION AND DEPLOYMENT | ||
| 20 | Stateless And Stateful Training | |
| 21 | Data-Centric AI | |
| 22 | Speeding Up Inference | |
| 23 | Data Distribution Shifts | |
| PART V: PREDICTIVE PERFORMANCE AND MODEL EVALUATION | ||
| 24 | Poisson and Ordinal Regression | |
| 25 | Confidence Intervals | four-methods.ipynb four-methods-vs-true-value.ipynb |
| 26 | Confidence Intervals Versus Conformal Predictions | conformal_prediction.ipynb |
| 27 | Proper Metrics | |
| 28 | The K in K-Fold Cross-Validation | |
| 29 | Training and Test Set Discordance | |
| 30 | Limited Labeled Data |
相似文章
@Jolyne_AI: 网上的机器学习教程常见两种极端:要么满屏公式、讲得抽象难啃;要么只教你调框架、原理一笔带过。结果学完能跑代码,却抓不住算法的核心。 我在 GitHub 上挖到一本开源免费电子书《Applied Machine Learning in Py…
推荐一本开源免费的电子书《Applied Machine Learning in Python》,它结合数学推导和Python实现,覆盖30+算法,并提供交互式可视化,适合系统学习机器学习原理和实战。
@Xudong07452910: 推荐一本免费的 AI 书:《Agentic AI 漫游指南》。 我刚开始读,感觉它和很多「AI 入门指南」不太一样。 虽然也有基础知识,但作者明显没有把主要篇幅放在那些已经被反复讲过的概念上,而是一路讲到强化学习 RL、推理 Reason…
推荐一本免费的AI书《Agentic AI 漫游指南》,它深入讲解强化学习、推理、评测等概念,不同于普通入门指南,帮助理解AI工作机制。该书源自arXiv预印本。
@Crypto_hedyEth: 大多数人浪费大量时间寻找优质AI资源。 这个GitHub仓库悄悄放出13本免费AI书籍。全是干货,无废话。 https://github.com/AniruddhaChattopadhyay/Books… 这里面有啥 LLM基础 → 分词…
这个GitHub仓库提供了13本免费的AI/ML书籍,涵盖LLM、强化学习、深度学习面试等多个方面。
@Russell3402: 有朋友想学习 AI 工程 我半天没能给出一个好的学习链路 这里给大家推荐一个开源 AI 工程学习焚决! 它想带你从底层开始,把 AI 工程完整学一遍: 从数学、机器学习、深度学习、Transformer、LLM、Agent、MCP、多智能…
推荐一个开源AI工程学习课程,包含20个阶段、503节课,从数学基础到生产部署,覆盖Python等语言,旨在从零构建完整AI工程体系。
@Xudong07452910: 开源免费好书推荐:《如何从零构建7×24小时AI Agent》 这是一本深度拆解30万行真实AI数字员工平台的技木书,系统讲解了: - Agent引擎与上下文工程 - 数字人协议 - AI浏览器实现 - 生产级调度系统 - 7×24小时稳…
推荐一本免费开源技术书《如何从零构建7×24小时AI Agent》,系统讲解AI Agent引擎、数字人协议、AI浏览器、生产级调度等实战内容,基于30万行真实开源项目Halo,并采用人机协作方式编写。