1.9 Who are Mentors?

Mentor Program Overview:

Community Mentors are successful, dedicated Coursera learners who volunteer to assist with support and discussion forum moderation in courses that they have already completed. They have been recruited by Coursera to encourage newer learners, answer questions, set an example by posting thoughtful and timely content, and report platform bugs and inappropriate content to Coursera.

As you use the discussion areas, please be aware that the ideas expressed by participants in this course, including the Mentors, do not represent the views of Stanford University. The mentors are not employed by Stanford University and they have not been vetted by Stanford University as experts on course content or course facilitation.

unfamiliar words

  1. mentor 英 [ˈmentɔː(r)] n. 导师;顾问 vt. 做…的良师;指导

    • exp1: N an experienced person who advises and helps sb with less experience over a period of time

      One mentor, one person can change a life forever.

      一位辅导员,一个人能够改变一个人生。
    • exp2: V To mentor someone means to give them help and advice over a period of time,

      You may need to target a new candidate to mentor.

      你可能需要指导新徒弟。
  2. dedicated [ˈdedɪkeɪtɪd] adj. 投入的 专注的

    exp: ADJ You use dedicated to describe someone who enjoys a particular activity very much and spends a lot of time doing it.

    She is dedicated to her job.

    她对工作专心致志。

  3. moderation [ˌmɒdəˈreɪʃn] n. 适度;适中;合理;评分审核制

    • exp1: N the quality of being reasonable and not being extreme

      Alcohol should only ever be taken in moderation (= in small quantities) .

      酒只可适量饮用
    • exp2: (In Education) the process of making sure that the same standards are used by different people in marking exams, etc.
  4. participant [pɑːˈtɪsɪpənt] n. 参与者;参加者

    He has been an active participant in the discussion.

    他一直积极参与这次讨论。

  5. vet [vet] n. 兽医;兽医诊所 v. 审查

    exp: V to find out about a person's past life and career in order to decide if they are suitable for a particular job 审查

    All candidates are carefully vetted for security reasons.

    由于安全的缘故,所有的求职申请人都要经过严格的审查。

  6. facilitation [fəˈsɪlɪˈteɪʃən] n. 促进;容易;便利;

    The effect of memory facilitation was proved by several models.

    采取多种模型证实其具有改善小鼠记忆的作用。

1.10 Get to Know Your Classmates

Overview

Working well with your classmates is an important part of this online course. Thus, at the beginning of this course, we would like you to take time to break the ice and get to know each other. You may already know some of your classmates or have just met them. Establishing personal interaction with other students will make your online learning experience much more enjoyable and engaging. As such, we encourage you to participate in this activity, though it is optional.

Meet and Greet

Tell everyone your story! Optionally, you are asked to provide a brief introduction to your classmates. If you don't know what to include in your introduction, you may want to provide information that you'd like to share with your classmates by answering some of the following questions.

Suggested Topics

Where are you from? If you wish to include this information in your post, you can also include it below the body of your post in the "tags" area. For example, include your state (if living within the United States) or country in the tags section.

Career and education? What is your educational background? What do you currently do? Are you currently pursuing a change in careers and/or more education?

Hopes? Why did you decide to take this course? What are your expectations of this course? What problem are you trying to solve? What do you hope to put into place in your life the day this course is over?

Other info? Share with us any other information that might help others in the class find you when searching the forums. What common interests might you share with your classmates? We have tens of thousands of students enrolled in this course – put something in your post that will help others who are like you to find you.

Go to the Meet and Greet forum and click the New Thread button to begin a new thread. Use your name and a brief summary as the subject of your post. For example, Robert Smith: Exploring Career Options. Read some your classmates' postings. Pick at least 2 classmates' postings that are most interesting to you and add your friendly comments.

Updating Your Profile

Optionally, please consider updating your profile, which can also be accessed by clicking the Profile link in the menu that appears when you click on your name at the top-right corner of this screen. When people find you in the forums, they can click on your name to view your complete profile and get to know you more.

Time

This activity will take approximately 1 hour to complete.

These guidelines for interacting with fellow classmates via the forums were originally compiled by The University of Illinois.

unfamiliar words

  1. participate [pɑːˈtɪsɪpeɪt] vi. 参加;参与

    She didn't participate in the discussion.

    她没有参加讨论。

  2. interest [ˈɪntrəst] n. 兴趣;关注;

    Do your parents take an interest in your friends?

    你的父母有兴趣了解你的朋友吗?

  3. profile [ˈprəʊfaɪl] n. 轮廓; 简介; 概述;

    exp: N a description of sb/sth that gives useful information

    a job/employee profile

    工作 / 雇员简介

1.11 Frequently Asked Questions

The following Machine Learning Mentors volunteered time to compile this list of Frequently Asked Questions: Colin Beckingham, Kevin Burnham, Maxim Haytovich, Tom Mosher, Richard Gayle, Simon Crase, Michael Reardon and Paul Mielke.

Be sure to thank them when you see them in the discussion forums!

General Questions

Q: Is the grader server down? A: First step is to check here.

Q: The audio in the videos is quite bad sometimes, muffled or low volume. Please fix it. A: You can mitigate the audio issues by turning down the bass and up the treble if you have those controls, or using a headset, which naturally emphasizes the higher frequencies. Also you may want to switch on the English closed captioning. It is unlikely to be fixed in the near term because most students do not have serious problems and therefore it is low on the priority list.

Q: What does it mean when I see “Math Processing Error?” A: The page is attempting to use MathJax to render math symbols. Sometimes the content delivery network can be sluggish or you have caught the web page Ajax javascript code in an incomplete state. Normally just refreshing the page to make it load fully fixes the problem

Q: How can I download lectures? A: On Demand videos cannot be downloaded.

Q: Is there a prerequisite for this course? A: Students are expected to have the following background:

Knowledge of basic computer science principles and skills, at a level sufficient to write a reasonably non-trivial computer program.

Familiarity with the basic probability theory.

Familiarity with the basic linear algebra.

Q: Why do we have to use Matlab or Octave? Why not Clojure, Julia, Python, R or [Insert favourite language here]? A: As Prof. Ng explained in the 1st video of the Octave tutorial, he has tried teaching Machine Learning in a variety of languages, and found that students come up to speed faster with Matlab/Octave. Therefore the course was designed using Octave/Matlab, and the automatic submission grader uses those program interfaces. Octave and Matlab are optimized for rapid vectorized calculations, which is very useful in Machine Learning. R is a nice tool, but:

  1. It is a bit too high level. This course shows how to actually implement the algorithms of machine learning, while R already has them implemented. Since the focus of this course is to show you what happens in ML algorithms under the hood, you need to use Octave

  2. This course offers some starter code in Octave/Matlab, which will really save you tons of time solving the tasks.

Q: Has anyone figured out the how to solve this problem? Here is my code [Insert code]. A: This is a violation of the Coursera Honor Code. Find the Honor Code here.

Q: I've submitted correct answers for [insert problem].However I would like to compare my implementation with other who did correctly. A: This is a violation of the Coursera Honor Code. Find the Honor Code here.

Q: This is my email: [insert email]. Can we get the answer for the quiz? A: This is a violation of the Coursera Honor Code. Find the Honor Code here.

Q: Do I receive a certificate once I complete this course? A: Course Certificate is available in this course. Click here to learn about how Course Certificate works and how to purchase.

Q: Why do all the answers in a multiple correct question say correct response when you submit the answer to an in-video question? A: Coursera's software is designed to suggest the correctness of each state of the check box. Therefore, an answer having a correct answer tag below it means that the state of that check box is correct.

Q: What is the correct technique of entering a numeric answer to a text box question ? A: Coursera's software for numeric answers only supports '.' as the decimal delimiter (not ',') and require that fractions be simplified to decimals. For answers with many decimal digits, please use a 2 digits after decimal point rounding method when entering solutions if not mentioned in the question.

Q: What is the correct technique of entering a 1 element matrix ? A: They should be entered as just the element without brackets.

Q: What does a A being a 3 element vector or a 3 dimensional vector mean? A: If not described a vector as mentioned in the questions is

A = \(
\begin{bmatrix}
element1\\
element1\\
element1
\end{bmatrix}
\)

Q: I think I found an error in a video. What should I do? A: First, check the errata section under resources menu. If you are unsure if it is an error, create a new thread in the discussion forum describing the error.

Q: My quiz grade displayed is wrong or I have a verification issue or I cannot retake a quiz. What should I do? A: Contact Help Center. These queries can only be resolved by learner support and it is best if they are contacted directly.

unfamiliar words

  1. compile [kəmˈpaɪl] vt.编写(书、列表、报告等);编纂;编译

    exp: V to produce a book, list, report, etc. by bringing together different items, articles, songs, etc.

    We are trying to compile a list of suitable people for the job.

    我们在努力编制一份适合做这项工作的人员名单。

  2. muffled [ˈmʌfld] adj. 沉闷的;压抑的;模糊不清的

    exp: ADJ not heard clearly because sth is in the way that stops the sound from travelling easily

    muffled voices from the next room

    从隔壁房间里传来的沉闷声音

  3. mitigate [ˈmɪtɪɡeɪt] vt. 减轻;缓和

    action to mitigate poverty

    减轻贫穷的行动

  4. treble [ˈtrebl] n. 高音;(音乐或音响系统的)高音部;

  5. headset [ˈhedset] n.(尤指带麦克风的)头戴式受话器,耳机

  6. caption [ˈkæpʃn] n. 字幕

  7. render [ˈrendə(r)] vt. 提供;使成为;

    • exp: V to cause sb/sth to be in a particular state or condition

      to render sth harmless/useless/ineffective

      使某事物无害 / 无用 / 无效
    • exp2: V to give sb sth, especially in return for sth or because it is expected 给予;提供;回报

      to render a service to sb

      给某人提供服务
  8. sluggish [ˈslʌɡɪʃ] adj.行动迟缓的;缓慢的;

    sluggish traffic

    缓缓移动的车流

  9. prerequisite [ˌpriːˈrekwəzɪt]

    n. 先决条件;前提;必备条件 adj. 必须先具备的,必要的;先决条件的

    A degree is an essential prerequisite for employment at this level.

    学位是做这级工作必备的先决条件。

  10. sufficient [səˈfɪʃnt] adj. 足够的;充足的

    Allow sufficient time to get there.

    留出充足的时间好赶过去。

  11. trivial [ˈtrɪviəl] adj. 不重要的;琐碎的;

    exp: ADJ not important or serious; not worth considering

    a trivial detail

    细枝末节

  12. decimal [ˈdesɪml] adj. 十进制的;

  13. delimiter 定界符

    Invalid delimiter { 0} found in the connection option value.

    在连接选项值中发现无效分隔符{0}。

  14. fraction [ˈfrækʃən] n. 小部分;少量;一点儿;分数;小数

    The students had a grasp of decimals, percentages and fractions.

    学生们掌握了小数、百分数和分数。

  15. verification [ˌvɛrɪfɪˈkeɪʃən] n.检验,检查,审核;验收;查证,

    Verification is the important part of simulation scenario system.

    校验是仿真想定系统组成中的重要部分。

Machine Learning Week_1 Introduction 9-11的更多相关文章

  1. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  2. Course Machine Learning Note

    Machine Learning Note Introduction Introduction What is Machine Learning? Two definitions of Machine ...

  3. a simple machine learning system demo, for ML study.

    Machine Learning System introduction This project is a full stack Django/React/Redux app that uses t ...

  4. Machine Learning Algorithms Study Notes(1)--Introduction

    Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1    Introduction    1 1.1    ...

  5. (原创)Stanford Machine Learning (by Andrew NG) --- (week 1) Introduction

    最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分 ...

  6. Introduction to Machine Learning

    Chapter 1 Introduction 1.1 What Is Machine Learning? To solve a problem on a computer, we need an al ...

  7. A Gentle Introduction to the Gradient Boosting Algorithm for Machine Learning

    A Gentle Introduction to the Gradient Boosting Algorithm for Machine Learning by Jason Brownlee on S ...

  8. (转)Introduction to Gradient Descent Algorithm (along with variants) in Machine Learning

    Introduction Optimization is always the ultimate goal whether you are dealing with a real life probl ...

  9. 【原】Coursera—Andrew Ng机器学习—课程笔记 Lecture 11—Machine Learning System Design 机器学习系统设计

    Lecture 11—Machine Learning System Design 11.1 垃圾邮件分类 本章中用一个实际例子: 垃圾邮件Spam的分类 来描述机器学习系统设计方法.首先来看两封邮件 ...

  10. Andrew Ng机器学习课程11之使用machine learning的建议

    Andrew Ng机器学习课程11之使用machine learning的建议 声明:引用请注明出处http://blog.csdn.net/lg1259156776/ 2015-9-28 艺少

随机推荐

  1. 手把手教你掌握SeaTunnel k8s运行Zeta引擎本地模式的技巧

    转载自小虾米0.0 导读:随着Kubernetes的普及和发展,越来越多的企业和团队开始使用Kubernetes来管理和部署应用程序.然而,Kubernetes的默认工作方式可能不是最佳的选择,尤其是 ...

  2. 进击的AI工具集:全能AI阅读软件Walles AI

    在信息爆炸的时代,快速而准确地阅读大量内容,对于每个人都是一种常态挑战. 这些海量信息资讯和知识的涌入,可能导致信息过载,手忙脚乱,且分神费力. 好消息是,我们已经进入了 AIGC时代,随着ChatG ...

  3. SMU Summer 2023 Contest Round 9(2019 山东省大学生程序设计竞赛)

    2019 山东省大学生程序设计竞赛 A. Calandar 纯模拟吧(感觉我做麻烦了(?), 就是如果问的是未来的日期,就用相隔天数取模后加上这天的星期, 如果问的是曾经的,就用这天的星期减去相隔天数 ...

  4. 2023 ICPC 杭州游记

    题解 省流:三个 NOI 银牌合成一个 ICPC 区域赛银牌 感谢 gjy 的铜钱剑 和 hszx 的大家玩得很开心 两个联赛数据结构没做出来

  5. Kummer 定理

    \(n!\) 中含素数 \(p\) 的幂次为 \(\displaystyle\sum_{i=1}\lfloor\frac{n}{p^{i}}\rfloor\) Kummer 定理:\({n+m\cho ...

  6. 8. 从0学ARM-内联汇编、混合汇编、ATPCS规则

    一.gcc 内联汇编 内联汇编即在C中直接使用汇编语句进行编程,使程序可以在C程序中实现C语言不能完成的一些工作,例如,在下面几种情况中必须使用内联汇编或嵌入型汇编. 程序中使用饱和算术运算(Satu ...

  7. VMware 安装 OpenWrt

    准备 OpenWrt VMDK 固件映像 你可以直接下载 VMDK 版本的 OpenWrt 固件映像,或者自己构建一个,或者从 IMG 映像文件转换.一般来说 IMG 映像文件较为容易获取,因此下面介 ...

  8. 解密华为问界M7 Pro:智能出行的全新里程碑与技术亮点

    解读华为问界M7 Pro的智能里程碑 引言 2024年8月,智能出行领域迎来了一个激动人心的时刻--问界M7 Pro的重磅发布.这款智能SUV,不仅是华为在汽车领域的又一次大胆尝试,更是鸿蒙智行系统的 ...

  9. uni-app 小程序用户信息之头像昵称填写

    小程序获取用户头像昵称,微信又叒做妖,废除之前的接口,改成了头像昵称填写 通知:微信小程序端基础库2.27.1及以上版本,wx.getUserProfile 接口被收回,详见<小程序用户头像昵称 ...

  10. vue自定义组件的点击事件失效

    在vue开发过程中为了减少重复代码,很多时候都需要将重复的部分写成一个组件,方便调用.但是使用组件时很可能又会给该组件添加点击事件.如果直接这样写,事件则会失效: 正确写法应该是这样: