• 机器学习单词记录--01章初识机器学习


      鉴于研究生阶段研究的方向,最近正在学习吴恩达的机器学习,本文旨在整理自己学习过程中的英语单词,希望对以后有所帮助。

    -----01章  初识机器学习

    Application  应用

    Computer vision   计算机视觉

    Rapid advances in xxx  xxx方面的飞速发展

    Brand  标志

    Invent  创造出

    Neural network architectures and algorithms 神经网络结构与算法

    Cross-fertilization into other areas 在别的领域的交叉成果

    Speech recognition 语音识别

    Take inspiration from xxx xxx得到灵感

    Classification 分类

    Figure out 识别、弄清楚

    Object detection 目标检测

    Multiple  许多的

    Repaint  重绘

    Content  满意的

    One of the challenges of computer vision  problems  is  that  the input can get really big

    Previous 以前的

    The input features has dimension xxx  特征向量有xxx维度

    Pixel  像素

    Megapixel  百万像素

    RGB channel    RGB颜色模型通道

    Total number of  weight   所有的权值

    Layer  

    Matrix  矩形

    A standard fully connected network 标准的全连通网络

    Billion parameters   百万参数

    Overfit  过拟合

    Infeasible  不可接受

    Stuck 卡住

    Implement 实行

    Convolution operation which is one of the fundamental building blocks of convolutional  nerual  networks

    Machine  learning practitioners 机器学习从业者

    Without  being  explicitly  programmed 没有明确的编程

    Remarkable 引入注意的

    Slightly  more  recent  definition (更加新的定义  slight轻微的)

    Come up with this definition 想到这个定义

    Machine learningA computer program  is  said to learn from experience E with respect to  some task T and some  performance  measured  P  , if  its  performance on  T,as  measured  by P, improves  with  experience E.

    experience E(程序自己与自己下棋的经验)

    task T(赢对手)

    performance  measured性能度量(与新对手下棋赢的概率)

    Opponent对手

    Content 内容

    So,our system’s performance  on  the  task T,on the performance  measure  P  will  improve  after  the exprience E.

    所以我们的系统在任务T上的性能,在得到经验E之后回提高性能度量P

    On top  is 上面是

    Filter spam e-mail过滤垃圾邮件

    The number of .....  the fraction of ......  xxxx的比例

    Machine  learning algorithms机器学习算法

    01 Supervised learning 监督学习  02unsupervised learning 无监督

    Term术语  buzz terms热词

    Whereas

    Reinforcement  learning  强化学习  recommend  systems推荐系统

    (都是机器学习算法,但是最常见的还是监督和无监督学习)

    Hammer榔头   screwdriver螺丝刀  saw锯子

    Modify 修改

    Prediction 预测

    Plot策划

    Horizontal axis 横轴

    Vertical axis竖轴

    Quadratic function 二次函数

    second-order polynomial 二阶多项式

    Refer to指的是

    Terminology学术

    Regression problem回归问题

    Discrete value 离散值

    Scalar  value标量

    Continuous  value连续量

    Attribute 属性

    Possibility可能性

    Classification problem 分类问题

    Malignant 恶性的

    Benign良性的

    Cancer type two 第二种肿瘤

    Denote表示

    Separate out分离

    Feature 特点

    Infinite 无穷的

    Slide幻灯片

    Store 存储

    Run out of memory耗尽内存

    An algorithm called Support Vector Machine 支持向量机算法

    Turns  out事实证明

    Recap  概括

    Treat x as  y   x视为y

    Real value 实数

    Continuous  value  连续值

    Regression problem(连续值) 、classification  problem (离散值0/1

    In supervise learning,in every example  in our data set,we are told  what  is   the  “correct answer ”  that we   would have quite liked the  algorithms have predicted on  that example

    (在监督学习中,对于数据集中的每个样本,我们想要算法预测并得出正确答案)

    Regression problemby  regression,that means that our  goal  is to  predict continuous valued output

    (回归问题,我们的目标是预测一个连续值输出)

    classification  problem,the goal is to predict a discrete valued output.

    (分类问题,目标是预测离散值输出)

    Label标记

    So-called correct answer 所谓正确的答案

    Structure结构

    Cluster

    Degree程度

    Categories

    In advance 提前

    A bunch of data一堆数据

    Automatically  自动地

    We’re not giving the algorithm the  right answer for the examples in my data setthis is Unsupervised Learning

    (我们没有把例子中数据集中的正确答案,这就是无监督学习)

    Social network analysis社交网络分析

    Cohesive group of friends同一个圈子的朋友

    Unsupervised learning, we  have all this customer data  but  we don’t know in advance what are the market segments.

    (无监督学习,我们知道所有用户数据,但我们预先不知道有哪些细分市场)

     Organize computer clusterssocial network analysis,Market segmentation ,astronomical data analysis

    Get rid of摆脱、剔除

    Implement实现

    Octave programming environment  Octave 编译环境

    Octave  is free open source software 免费的开源软件

    Prototype原型

    Prototyping tool原型工具

    Stands for singular value decomposition  奇异值分解

    Stuff  材料

    Migrate 迁移

    Instructor 导师

    Wrap up 总结

  • 相关阅读:
    1.C和C++区别,以及const分析(底层const/顶层const)
    4.移植驱动到3.4内核-移植总结
    3.移植驱动到3.4内核-移植DM9000C驱动
    2.移植3.4内核-支持烧写yaffs2,裁剪内核并制作补丁
    Android Support v4、v7、v13、v14、v17的区别和应用场景
    Android利用canvas画各种图形
    ActionBar 自定义布局定义
    android动画坐标定义
    GitHub上最著名的Android播放器开源项目大全
    CardView 简介和使用
  • 原文地址:https://www.cnblogs.com/Amyheartxy/p/10890070.html
Copyright © 2020-2023  润新知