【人工智能】<吴恩达-机器学习>监督学习&非监督学习

简介: 【1月更文挑战第26天】【人工智能】<吴恩达-机器学习>监督学习&非监督学习

 目录

一、机器学习概述 - What is machine learning ?:

二、机器学习分类 - Machine learning algorithms:

1.监督学习 - Supervised learning:

2.无监督学习 - Unsupervised learning:

Cocktail party problem algorithm:


一、机器学习概述 - What is machine learning ?:

    • Machine learning: Field of study that gives computers the ability to learn without being explicitly programmed.
    • Machine learning: A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measure by P, improves with experience E.

    image.gif编辑

    The correct answer is the first choice.


    二、机器学习分类 - Machine learning algorithms:

      • Supervised learning
      • Unsupervised learning
      • Others: Reinforcenment learning, Recommender systems

      1.监督学习 - Supervised learning:

      image.gif编辑

             Supervised learning, also known as supervised machine learning, is a subcategory of machine learning and artificial intelligence. It is defined by its use of labeled datasets to train algorithms that to classify data or predict outcomes accurately. As input data is fed into the model, it adjusts its weights until the model has been fitted appropriately, which occurs as part of the cross validation process. Supervised learning helps organizations solve for a variety of real-world problems at scale, such as classifying spam in a separate folder from your inbox.

      image.gif编辑

        • Supervised Learning: right answers given
        • Regerssion: Predict continuous valued output (price)

        image.gif编辑

          • Classification: Discrete valued output (0 or 1)

          image.gif编辑

          The corrcet answer is the third choice.

          2.无监督学习 - Unsupervised learning:

          image.gif编辑

                 Unsupervised learning is a type of machine learning in which the algorithm is not provided with any pre-assigned labels or scores for the training data. As a result, unsupervised learning algorithms must first self-discover any naturally occurring patterns in that training data set. Common examples include clustering, where the algorithm automatically groups its training examples into categories with similar features, and principal component analysis, where the algorithm finds ways to compress the training data set by identifying which features are most useful for discriminating between different training examples, and discarding the rest. This contrasts with supervised learning in which the training data include pre-assigned category labels (often by a human, or from the output of non-learning classification algorithm). Other intermediate levels in the supervision spectrum include reinforcement learning, where only numerical scores are available for each training example instead of detailed tags, and semi-supervised learning where only a portion of the training data have been tagged.

          image.gif编辑

          The correct answer is the second choice and the third choice.

          Cocktail party problem algorithm:

          ICA(独立成分分析)

          image.gif编辑

                 “鸡尾酒会问题”(cocktailparty problem)是在计算机语音识别领域的一个问题,当前语音识别技术已经可以以较高精度识别一个人所讲的话,但是当说话的人数为两人或者多人时,语音识别率就会极大的降低,这一难题被称为鸡尾酒会问题。

                 该问题描述的是给定混合信号,如何分离出鸡尾酒会中同时说话的每个人的独立信号。当有N个信号源时,通常假设观察信号也有N个(例如N个麦克风或者录音机)。该假设意味着混合矩阵是个方阵,即J = D,其中D是输入数据的维数,J是系统模型的维数。要分离出鸡尾酒会中同时说话的每个人的独立信号。

          相关文章
          |
          机器学习/深度学习 人工智能 物联网
          通义灵码在人工智能与机器学习领域的应用
          通义灵码不仅在物联网领域表现出色,还在人工智能、机器学习、金融、医疗和教育等领域展现出广泛应用前景。本文探讨了其在这些领域的具体应用,如模型训练、风险评估、医疗影像诊断等,并总结了其提高开发效率、降低门槛、促进合作和推动创新的优势。
          通义灵码在人工智能与机器学习领域的应用
          |
          10月前
          |
          机器学习/深度学习 人工智能 运维
          阿里云PAI人工智能平台介绍、优势及收费标准,手动整理
          阿里云人工智能平台PAI是面向开发者和企业的机器学习与深度学习工程平台,提供数据标注、模型构建、训练、部署及推理优化等全链路服务。内置140+优化算法,支持PyTorch、TensorFlow等多种框架,具备高性能训练与推理能力,适用于自动驾驶、金融风控、智能推荐、智慧医疗等多个行业场景。PAI提供零代码开发、可视化建模、大模型一键部署等功能,助力企业快速构建AI应用。支持多种购买方式,如按量付费、预付费等,满足不同业务需求。
          |
          机器学习/深度学习 传感器 人工智能
          人工智能与机器学习:改变未来的力量####
          【10月更文挑战第21天】 在本文中,我们将深入探讨人工智能(AI)和机器学习(ML)的基本概念、发展历程及其在未来可能带来的革命性变化。通过分析当前最前沿的技术和应用案例,揭示AI和ML如何正在重塑各行各业,并展望它们在未来十年的潜在影响。 ####
          390 27
          |
          机器学习/深度学习 人工智能 算法
          人工智能浪潮下的编程实践:构建你的第一个机器学习模型
          在人工智能的巨浪中,每个人都有机会成为弄潮儿。本文将带你一探究竟,从零基础开始,用最易懂的语言和步骤,教你如何构建属于自己的第一个机器学习模型。不需要复杂的数学公式,也不必担心编程难题,只需跟随我们的步伐,一起探索这个充满魔力的AI世界。
          363 12
          |
          机器学习/深度学习 人工智能 算法
          探索人工智能与机器学习的融合之路
          在本文中,我们将探讨人工智能(AI)与机器学习(ML)之间的紧密联系以及它们如何共同推动技术革新。我们将深入分析这两种技术的基本概念、发展历程和当前的应用趋势,同时讨论它们面临的挑战和未来的发展方向。通过具体案例研究,我们旨在揭示AI与ML结合的强大潜力,以及这种结合如何为各行各业带来革命性的变化。
          353 11
          |
          机器学习/深度学习 人工智能 算法
          【手写数字识别】Python+深度学习+机器学习+人工智能+TensorFlow+算法模型
          手写数字识别系统,使用Python作为主要开发语言,基于深度学习TensorFlow框架,搭建卷积神经网络算法。并通过对数据集进行训练,最后得到一个识别精度较高的模型。并基于Flask框架,开发网页端操作平台,实现用户上传一张图片识别其名称。
          856 0
          【手写数字识别】Python+深度学习+机器学习+人工智能+TensorFlow+算法模型
          |
          机器学习/深度学习 数据采集 人工智能
          人工智能与机器学习:解锁数据洞察力的钥匙
          人工智能与机器学习:解锁数据洞察力的钥匙
          |
          机器学习/深度学习 存储 人工智能
          AI职场突围战:夸克应用+生成式人工智能认证,驱动“打工人”核心竞争力!
          在AI浪潮推动下,生成式人工智能(GAI)成为职场必备工具。文中对比了夸克、豆包、DeepSeek和元宝四大AI应用,夸克以“超级入口”定位脱颖而出。同时,GAI认证为职场人士提供系统学习平台,与夸克结合助力职业发展。文章还探讨了职场人士如何通过加强学习、关注技术趋势及培养合规意识,在AI时代把握机遇。
          |
          机器学习/深度学习 人工智能 自然语言处理
          人工智能应用领域有哪些
          本文全面探讨了人工智能(AI)的应用领域和技术核心,涵盖医疗、交通、金融、教育、制造、零售等多个行业,并分析了AI技术的局限性及规避策略。同时,介绍了生成式人工智能认证项目的意义与展望。尽管AI发展面临数据依赖和算法可解释性等问题,但通过优化策略和经验验证,可推动其健康发展。未来,AI将在更多领域发挥重要作用,助力社会进步。
          |
          机器学习/深度学习 人工智能 运维
          人工智能在事件管理中的应用
          人工智能在事件管理中的应用
          407 21

          热门文章

          最新文章