@Jolyne_AI: 推荐一本 GitHub 上的免费机器学习与 AI 学习书:Machine Learning Q and AI。 全书围绕 30 个机器学习与人工智能的核心问题展开,从神经网络到模型部署,把关键知识点一次讲清。 GitHub:http://…

X AI KOLs Timeline 工具

摘要

推荐免费的机器学习与AI书籍《Machine Learning Q and AI》,围绕30个核心问题系统讲解神经网络、深度学习、计算机视觉、NLP和模型部署,提供GitHub和在线阅读链接。

推荐一本 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 条主线系统梳理:神经网络、深度学习、计算机视觉、自然语言处理、模型部署,学起来更有路径、更不容易漏重点。 无需下载,打开就能免费读,适合从入门到进阶、再到实战落地的各层级开发者。
查看原文
查看缓存全文

缓存时间: 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!

2023-ml-qai-cover

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



Table of Contents

TitleURL LinkSupplementary Code
1Embeddings, Representations, and Latent Space
2Self-Supervised Learning
3Few-Shot Learning
4The Lottery Ticket Hypothesis
5Reducing Overfitting with Data
6Reducing Overfitting with Model Modifications
7Multi-GPU Training Paradigms
8The Keys to the Success of Transformers
9Generative AI Models
10Sources of Randomnessdata-sampling.ipynb
dropout.ipynb
random-weights.ipynb
PART II: COMPUTER VISION
11Calculating the Number of Parametersconv-size.ipynb
12The Equivalence of Fully Connected and Convolutional Layersfc-cnn-equivalence.ipynb
13Large Training Sets for Vision Transformers
PART III: NATURAL LANGUAGE PROCESSING
14The Distributional Hypothesis
15Data Augmentation for Textbacktranslation.ipynb
noise-injection.ipynb
sentence-order-shuffling.ipynb
synonym-replacement.ipynb
synthetic-data.ipynb
word-deletion.ipynb
word-position-swapping.ipynb
16“Self”-Attention
17Encoder- And Decoder-Style Transformers
18Using and Finetuning Pretrained Transformers
19Evaluating Generative Large Language ModelsBERTScore.ipynb
bleu.ipynb
perplexity.ipynb
rouge.ipynb
PART IV: PRODUCTION AND DEPLOYMENT
20Stateless And Stateful Training
21Data-Centric AI
22Speeding Up Inference
23Data Distribution Shifts
PART V: PREDICTIVE PERFORMANCE AND MODEL EVALUATION
24Poisson and Ordinal Regression
25Confidence Intervalsfour-methods.ipynb
four-methods-vs-true-value.ipynb
26Confidence Intervals Versus Conformal Predictionsconformal_prediction.ipynb
27Proper Metrics
28The K in K-Fold Cross-Validation
29Training and Test Set Discordance
30Limited Labeled Data

相似文章

@Jolyne_AI: 网上的机器学习教程常见两种极端:要么满屏公式、讲得抽象难啃;要么只教你调框架、原理一笔带过。结果学完能跑代码,却抓不住算法的核心。 我在 GitHub 上挖到一本开源免费电子书《Applied Machine Learning in Py…

X AI KOLs Timeline

推荐一本开源免费的电子书《Applied Machine Learning in Python》,它结合数学推导和Python实现,覆盖30+算法,并提供交互式可视化,适合系统学习机器学习原理和实战。

@Xudong07452910: 推荐一本免费的 AI 书:《Agentic AI 漫游指南》。 我刚开始读,感觉它和很多「AI 入门指南」不太一样。 虽然也有基础知识,但作者明显没有把主要篇幅放在那些已经被反复讲过的概念上,而是一路讲到强化学习 RL、推理 Reason…

X AI KOLs Timeline

推荐一本免费的AI书《Agentic AI 漫游指南》,它深入讲解强化学习、推理、评测等概念,不同于普通入门指南,帮助理解AI工作机制。该书源自arXiv预印本。

@Xudong07452910: 开源免费好书推荐:《如何从零构建7×24小时AI Agent》 这是一本深度拆解30万行真实AI数字员工平台的技木书,系统讲解了: - Agent引擎与上下文工程 - 数字人协议 - AI浏览器实现 - 生产级调度系统 - 7×24小时稳…

X AI KOLs Timeline

推荐一本免费开源技术书《如何从零构建7×24小时AI Agent》,系统讲解AI Agent引擎、数字人协议、AI浏览器、生产级调度等实战内容,基于30万行真实开源项目Halo,并采用人机协作方式编写。