实用机器学习

实用机器学习

文章目录

监督学习

  1. 分类
  2. 回归

Basic Concepts of Supervised Learning

Sample,example, instance

Features, representations, predictiors

When should we use ML

What is a typical pipline of ML

Define A ML problem -> Construct Dataset -> Transform data &get features -> Design & train a model -> Use the model to predict

A toy example

  1. Define a ML problem

  2. Construct dataset

  3. Transform data

  4. Design % train a model(Training)

  5. Use the model to predict

改进

Generalization 泛化

泛化:测试集上的表现

bias:

Variance:

Define a ML problem

无监督学习

  1. 聚类
  2. 降维
相关推荐
半盏药香7 分钟前
由于jinja2的starlette版本过高引发的问题:500 Server Error TypeError: unhashable type: 'dict'
人工智能
阿里云大数据AI技术8 分钟前
MiniMax M3、Kimi K2.7 Code来啦!PAI已支持一键部署,开源前沿触手可及
人工智能·agent
百度Geek说15 分钟前
AI Coding 的底层框架:一切优化都是在对抗熵增
人工智能
Java研究者35 分钟前
AI智能体研发 | 什么是OpenAI API协议
人工智能·大模型·openai·api·agent·智能体
只是没名字1 小时前
Codex CLI Windows 新手安装教程:从 Node.js 到首次运行
人工智能
用户8630652696131 小时前
Krea 2 LoRA 训练全流程踩坑记录:从打标到双卡并行的 Windows 原生实战
人工智能
木雷坞3 小时前
让 AI 编程助手跑得起项目:Dev Container 实践记录
人工智能
腾讯云开发者4 小时前
港科大郭毅可谈Agentic AI时代的核心命题:人机共生,人不可能退场
人工智能
常丛丛4 小时前
5.6 LangGraph-Edges理解-Agent图的道路系统
人工智能
雪隐4 小时前
个人电脑玩AI-08让5060 Ti给你打工——我拿 Unlimited-OCR扫了 600 页书,然后悟了
人工智能·后端