| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 人工智能 -> 机器学习中遇到的问题(北极海豹小课堂) -> 正文阅读 |
|
[人工智能]机器学习中遇到的问题(北极海豹小课堂) |
机器学习中遇到的问题1. Class imbalance in classification problem表现:一类class的数量远超过另外一种class的数量。正如您在下面的图表下,与90000左右的非欺诈交易相比,欺诈性交易约为400。 2. How to optimize gradient descent in your ML process?
葵花妈妈小课堂: 3. 为什么outlier会影响classfication problems这个图本来使用来说明Linear algorithm并不适用于回归问题 4. What is logistic function(属于sigmoid函数中的一种)Logistic 函数可以看成是一个“挤压”函数,把一个实数域的输入“挤压”到(0, 1) 5. The structure of feature engineering.6. Solving the problem of overfitting.过拟合:经验风险最小化原则很容易导致模型在训练集上错误率很低,但是在未知数据上错误率很高。
7. AI vs. Machine Learning vs. Deep Learning vs. Neural Networks: What’s the Difference?最简单来说,可以用一个俄罗斯套娃的结构来描述。
就ML和DL的区别来说
AI的概念
8. What is the Difference Between Test and Validation Datasets?用于fit model的training dataset 可以进一步分成 training set和validation set,这是training dataset的子集,可以用来获取早期估计的模型的能力。 – Training set: A set of examples used for learning, that is to fit the parameters of the classifier. – Validation set: The sample of data used to provide an unbiased evaluation of a model fit on the training dataset while tuning model hyperparameters. The evaluation becomes more biased as skill on the validation dataset is incorporated into the model configuration. – Test set: A set of examples used only to assess the performance of a fully-specified classifier. Your nortion please:
吴恩达的机器学习课程对于这三种dataset的表述: 一些伪代码:
9. How to diagnose your model has a high bias or variance according to the learning curve?Bias是用来衡量模型对于训练数据预测的准确率。
10. How will the range of λ influence your model?11. What can we do to fix high bias or high variance?
Your notion please:
hypothesis fuction的度数对model的影响 12. How does the model.score work?Reference |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/26 10:22:14- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |