Coursera Machine Learning 第四周 quiz Neural Networks: Representation

Which of the following statements are true? Check all that apply.

答案CD

Suppose you have a multi-class classification problem with three classes, trained with a 3 layer network. Let  a(3)1=(hΘ(x))1  be the activation of the first output unit, and similarly  a(3)2=(hΘ(x))2  and  a(3)3=(hΘ(x))3 . Then for any input  x , it must be the case that  a(3)1+a(3)2+a(3)3=1 .

If a neural network is overfitting the data, one solution would be to decrease the regularization parameter  λ .

In a neural network with many layers, we think of each successive layer as being able to use the earlier layers as features, so as to be able to compute increasingly complex functions.

If a neural network is overfitting the data, one solution would be to increase the regularization parameter  λ .

答案A

OR

AND

NAND (meaning "NOT AND")

XOR (exclusive OR)

3.Consider the neural network given below. Which of the following equations correctly computes the activation  a(3)1 ? Note:  g(z)  is the sigmoid activation function.

答案A

a(3)1=g(Θ(2)1,0a(2)0+Θ(2)1,1a(2)1+Θ(2)1,2a(2)2)

a(3)1=g(Θ(2)1,0a(1)0+Θ(2)1,1a(1)1+Θ(2)1,2a(1)2)

a(3)1=g(Θ(1)1,0a(2)0+Θ(1)1,1a(2)1+Θ(1)1,2a(2)2)

a(3)1=g(Θ(2)2,0a(2)0+Θ(2)2,1a(2)1+Θ(2)2,2a(2)2)

4.

You have the following neural network:

You'd like to compute the activations of the hidden layer  a(2)R3 . One way to do so is the following Octave code:

You want to have a vectorized implementation of this (i.e., one that does not use for loops). Which of the following implementations correctly compute  a(2) ? Check all that apply.

答案A

a2 = sigmoid (Theta1 * x);

a2 = sigmoid (x * Theta1);

a2 = sigmoid (Theta2 * x);

z = sigmoid(x); a2 = Theta1 * z;


You are using the neural network pictured below and have learned the parameters  Θ(1)=[111.55.13.72.3]  (used to compute  a(2) ) and  Θ(2)=[10.60.8]  (used to compute  a(3) } as a function of  a(2) ). Suppose you swap the parameters for the first hidden layer between its two units so  Θ(1)=[115.11.52.33.7]  and also swap the output layer so  Θ(2)=[10.80.6] . How will this change the value of the output  hΘ(x) ?

答案A

It will stay the same.

It will increase.

It will decrease

Insufficient information to tell: it may increase or decrease.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
Coursera机器学习是由斯坦福大学教授Andrew Ng主讲的一门在线课程,旨在向学习者介绍机器学习的基本概念、算法和应用。该课程涵盖了监督学习、无监督学习、深度学习等多个方面,通过理论讲解和实践编程作业,帮助学习者掌握机器学习的基本原理和实践技能。该课程是Coursera平台上最受欢迎的课程之一,也是机器学习领域入门的重要资源之一。 ### 回答2: Coursera机器学习是由斯坦福大学Andrew Ng教授设计并教授的在线课程。这门课程被认为是公认的机器学习入门教材之一,也是Coursera平台最受欢迎的课程之一。 这门课程涵盖了机器学习领域中最基础的知识和技术,包括监督学习、无监督学习以及神经网络等。学生可以通过该课程了解到如何采集和处理数据、如何训练模型、如何评估模型的性能等。此外,课程还涉及到机器学习中一些实用的技术,如正则化、梯度下降等。 该课程受到了全球范围内的认可和青睐,许多学生、工程师、数据科学家等都受益于该课程。由于该课程的知识点全面、深入浅出、容易理解和学习,在业内和学术界都广受赞誉,拥有较高的知名度和价值。 总之,Coursera机器学习是一门非常好的课程,对于那些对机器学习感兴趣的人来说,它是一个不可错过的机会。课程教材内容丰富、难度适中,且教学相对轻松愉悦,难怪在学习资源上产生了广泛的影响。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值