【专题】神经网络期末复习资料(题库)

神经网络期末复习资料(题库)

链接:https://blog.csdn.net/Pqf18064375973/article/details/148332887?sharetype=blogdetail&sharerId=148332887&sharerefer=PC&sharesource=Pqf18064375973&sharefrom=mp_from_link

【测试】

  • The —— does not only work accordina to the aldorithm but also can predict a solution for a #&task and make conclusions using its previous experience
    A.Artificial Intelligence
    B.Neural Network
    C.Deep Neural Network
    D.Machine learning
  • Deep learning is a subset of machine learning which is essentially a —— with 3 or more layers.
    A.Machine Learning
    B.Artificial intelligence
    C.Neural network
    D.Big data
  • The —— is this kind of technology that is not an algorithm. it is a network that has weights on it. and you can adiust the weights so thatit leamns. You teach i
    through trials.
    A.Machine Learning
    B.Artificial intelligence
    C.Deep learning
    D.Neural network
  • Team of Sir Geoffrey Hinton, also dubbed as “The Father of Deep Learning”, published the research paper on ——
    A.forward propagation
    B.back propagation
    C.deep propagation
    D.accurate propagation
  • —— is a type of artificial neural network which uses sequential data or time series data.
    A.Restricted Boltzmann Machines (RBMs)
    B.Deep Belief Networks (DBNs)
    C.Convolutional Neural Networks (CNNs)
    D.Recurrent Neural Networks (RNNs)
  • Which optimizer has a fixed learning rate?
    A.AdaDelta
    B.RMSprop
    C.Gradient Descent
    D.Adam
  • Some approaches to machine learning tend to focus on learning only one or two layers of representations ofthe data, hence,theyre sometimes callec ——
    A.Shallow Learning
    B.Broad Learning
    C.Deep learning
    D.Neural network
  • Which optimizer performs well on sparse data?
    A.Adam
    B.AdaGrad
    C.RMSprop
    D.Momentum
  • This deep learning algorithm became very popular after the Netflix Competition whereratings for movies and beat most of its competition —— was used as a collaborative filtering technique to predict user
    A.Restricted Boltzmann Machines (RBMs)
    B.Deep Belief Networks (DBNs)
    C.Convolutional Neural Networks (CNNs)
    D.Recurrent Neural Networks(RNNS
  • lmage caption is the example of which type of RNN?
    A.One to One RNN
    B.One to Many RNN
    C.Many to One RNN
    D.Many to Many RNN
  • What is the output range of the ReLU activation function?
    A.(1,1)
    B.[0, ∞)
    C.(0, 1)
    D.(-∞,∞)
  • Operations like data cleaning to find missing values ,to remove useless data and perform basic statistical analysis like drawing plots, comparing diferent features of the data set and more. This is done in which phase of life cycle
    A.Data Acquisition
    B.Data exploration
    C.Modelling
    D Fvaluation
  • How well does the Transformer model handle long-term dependencies?
    A.general
    B.poor
    C.excellent
    D.none
  • —— algorithms use historical data as input to predict new output values.
    A.Machine Learning
    B.Artificial intelligence
    C.Deep learning
    D.Neural network
  • Which RNN variant can handle long-term dependencies and is faster?
    A.GRU
    B.LSTM
    C.SimpleRNN
    D.Bidirectional LSTM
  • —— are algorithms or methods used to change the attributes of the neural network such as weights 换and learning rate to reduce the losses
    A.0ptimizers
    B.Neural network program
    C.Matrix
    D.None of these
  • In visual system of mammalian,peripheral part is formed by the eves,theintermediate (by the transmission of nerve impulses -the optic nerves,and the central-the visual centers in the
    A.cerebral cortex.
    B.ears
    C.pulse
    D.shape
  • Mammalian vision is the process of mammals that
    A.Perceiving light,
    B.Analyzing it
    C.Forming subjective sensations
    D.All of these
  • The neural network is this kind of technolgy that is not an alorithm. it is a networkthat has weihts on it and you can adiust the weights so that it leams, You teach it through trials.This Definition is said by
    A.Sir Geoffrey Hinton
    B.Howard Rheingold
    C.Mike caferella
    D.Matei Zaharia
  • CNN layers are
    A.Convolutional Layer
    B.Pooling Layer
    C.Fully connected layer
    D.All of these
  • The term is frequently applied to the project of developing systems endowed with the intellectual processes characteristic ofhumans, such as the ability to reason,discover meaning, generalize, or learn from past experience.
    A.Machine Learning
    B.Artificial intelligence
    C.Deep learning
    D.Neural network
  • Which optimizer combines momentum and adaptive learning rate?
    A.Momentum
    B.Adam
    C.AdaGrad
    D.SGD
  • The——is the fundamental building block of neural networks
    A.Artificial Intelligence
    B.Neuron
    C.Deep learning
    D.Machine learning
  • CNN has a.that has several filters to perform the convolution operation
    A.Convolution Layer
    B.Rectified Linear Unit (ReLU)
    C.Pooling Layer
    D.Fully Connected Layer
  • What are the main advantages of the GELU activation function over ReLU?
    A.More efficient calculation
    B.Avoid gradient disappearance
    C.Larger output range
    D.Suitable for hidden layers
  • During image processing first layer’s output is passed on to the next layer which detects more complex features such as ——
    edges
    A.combinational or sequentia!
    B.corners or diagonal
    C.combinational or corners
    D.vertical or corners
  • A convolution tool that separates and identifies the various features of the image for analysis in a process called as——
    A.Feature identification
    B.Feature Extraction
    C.Partial Extraction
    D.Feature recognition
  • —— show very effective results in image and video recognition, natural language processing, and recommender systems.
    A.Feed forward Neural Network- Artificial Neuron
    B.Radial Basis Function Neural Network
    C.Multilayer Perceptron
    D.Convolutional Neural Network
  • —— is useful for regression, classification, dimensionality reduction, feature learning, topic modelling and collaborative filtering
    A.Restricted Boltzmann Machines (RBMs)
    B.Deep Belief Networks (DBNs)
    C.Convolutional Neural Networks (CNNs)
    D.Recurrent Neural Networks (RNNs)
  • Which activation function has the “Dying ReLU” problem?
    A.Leaky ReLU
    B.ReLU
    C.Tanh
    D.Sigmoid
  • In Visual system of mammalian, the capabilities of the nervous system to process informaton received are limited to
    A.tens of bits per second.
    B.hundreds of bits per second.
    C.thousands of bits per second
    D.tens of bytes per second.
  • Modern deep learning often involvesof successive layers of representations
    A.1 or 100
    B.100 or 1000
    C.10 or 100
    D.1 or 2
  • Which optimizer can speed up when dealing with plateau problems?
    A.SGD
    B.Momentum
    C.AdaGrad
    D.Gradient Descent
  • Team of—— , also dubbed as “The Father of Deep Learning”, published the research paper on Back propagation
    A.Mike caferella
    B.Matei Zaharia
    C.Sir Geoffrey clinton
    D.Sir Geoffrey Hinton
  • What scenario is the Softmax activation function typically used for?
    A.Return to mission
    B.Two-category output layer
    C.Multi-classification output layer
    D.Hidden layer
  • Which Phase of deep learning life cycle , gather data from reliable data sources
    A.Problem scoping
    B.Data Acquisition
    C.Data exploration
    D.Modelling
  • —— basically extends the area of an image in which a convolutional neural network processes
    A.Padding
    B.stride in CNN
    C.ANN
    D.Neural Network
  • Which phase of deep learning life cycle takes care about spelling mistakes or maybe labelling the data wrong.
    A.Problem scoping
    B.Data Acquisition
    C.Data exploration
    D.Modelling
  • Full form of deep learning model RBM is ——
    A.Real Boltzmann Machines
    B.Restricted Bussiness Machines
    C.Restricted Boltzmann Machines
    D.Restricted Boltzmann Major
  • fraud detection, spam filtering, malware threat detection, business process automation
    (BPA)and predictive maintenance are examples of
    A.Machine Learning
    B.Artificial intelligence
    C.Deep learning
    D.Neural network
    E
  • The output range of the**【 sigmoid 】**activation function is (0, 1)
  • The hyperparameters of the ADAM optimizer include 【 learning rate 】,B1, B2, and ε.
  • In the RNN variant, the Use Case Complexity of Bidirectional LSTM is the**【High】**
  • Yann LeCun built the first convolutional neural network called **【 LeNet 】**in 1988
  • The first layer of image processing usually extracts basic features such as horizontal or diagonal 【edges】
  • AdaDelta optimizers usually do not require a global learning rate.【T F 】
  • The output of the Tanh activation function is zero-mean.【T F】
  • SimpleRNN is suitable for dealing with long-term dependencies.【T F
  • Rectified Linear Unit (RelU) : CNN’s have a ReLU layer to perform several flters to perform the convolution operation.【T F
  • Responsible for this process in mammals is the touch sensory svstem,the foundations of which were formed at an eary stace in the evolution of chordates.【T F

【课后题】

  • —— the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings.

    a. Artificial intelligence

    b. Machine learning

    c. Deep learning

    d. None of the above

  • Which of the following is not a type of Neural network

a. Modular-To-Modular Models.

b. Radial Basis Function Neural Network

c. Multilayer Perceptron

d. Convolutional Neural Network

  • Operations like data cleaning to find missing values , to remove useless data and perform basic statistical analysis like drawing plots, comparing different features of the data set and more. This is done in which phase of life cycle

    a. Data Acquisition

    b. Data exploration

    c. Modelling

    d. Evaluation

  • It is useful for regression, classification, dimensionality reduction, feature learning, topic modelling and collaborative filtering.

    a. Restricted Boltzmann Machines (RBMs)

    b. Deep Belief Networks (DBNs)

    c. Convolutional Neural Networks (CNNs)

    d. Recurrent Neural Networks (RNNs)

  • CNN has a —— that has several filters to perform the convolution operation.

    a. Convolution Layer

    b. Rectified Linear Unit (ReLU)

    c. Pooling Layer

    d. Fully Connected Layer

  • —— can be used to build speech-recognition, image-recognition, and machine-translation software.

    a. Deep Belief Networks (DBNs)

    b. Convolutional Neural Networks (CNNs)

    c. Recurrent Neural Networks (RNNs)

    d. Multilayer Perceptrons (MLPs)

  • Yann LeCun, director of Facebook’s AI Research Group, is the pioneer of ——

    a. Restricted Boltzmann Machines (RBMs)

    b. Deep Belief Networks (DBNs)

    c. Convolutional Neural Networks (CNNs)

    d. Recurrent Neural Networks (RNNs)

  • A ____________ that utilizes the output from the convolution process and predicts the class of the image based on the features extracted in previous stages.

    a. Convolution Layer

    b. Rectified Linear Unit (ReLU)

    c. Pooling Layer

    d. Fully Connected Layer

  • Mammalian vision is the process of mammals that

    a. Perceiving light,

    b. Analyzing it

    c. Forming subjective sensations

    d. All of these

  • A deep CNN model consists of a finite set of processing layers that can learn various features of input data (e.g., image) with _____ level of abstraction.

    a. single

    b. multiple

    c. one

    d. two

  • —— basically extends the area of an image in which a convolutional neural network processes.

    a. Padding

    b. stride in CNN

    c. ANN

    d. Neural Network

  • Advantages of convolution layers are:

    a. Sparse Connectivity

    b. Weight Sharing

    c. A & B

    d. none of these

  • Rosenblatt’s perceptron is basically a classifier.

    a. unary

    b. binary

    c. ternary

    d. All of these

  • The ______ is the fundamental building block of neural networks.

    a. Artificial Intelligence

    b. Neuron

    c. Deep learning

    d. Machine learning

  • It is one kind of backpropagation network which produces a mapping of a static input for static output.

    a. Static back-propagation

    b. Dynamic back-propagation

    c. Concurrent Backpropagation

    d. Recurrent Backpropagation

  • The ______________ does not only work according to the algorithm but also can predict a solution for a task and make conclusions using its previous experience.

    a. Artificial Intelligence

    b. Neural Network

    c. Deep Neural Network

    d. Machine learning

  • Apple’s Siri uses _________ for image recognition and voice recognition respectively.

    a. TensorFlow

    b. PyTorch

    c. Loss Function

    d. Deep Neural Network

  • _______ can be used as an alternative to cross-entropy, which was initially developed to use with a support vector machine algorithm.

    a. Cross Entropy Loss

    b. Hinge Loss

    c. Squared Hinge Loss

    d. All of these

  • ________ are algorithms or methods used to change the attributes of the neural network such as weights and learning rate to reduce the losses.

    a. Optimizers

    b. Neural network program

    c. Matrix

    d. None of these

  • It is an extension of AdaGrad which tends to remove the decaying learning Rate problem of it.

    a. Mini-Batch Gradient Descent

    b. Momentum

    c. Adaptive Gradient Descent (AdaGrad)

    d. AdaDelta

  • ____________ occurs when the derivative or slope will get smaller and smaller as we go backward with every layer during backpropagation.

    a. Adaptive Gradient Descent

    b. Vanishing Gradient

    c. Gradient Descent

    d. None of these

  • Image caption is the example of which type of RNN?

    a. One to One RNN

    b. One to Many RNN

    c. Many to One RNN

    d. Many to Many RNN

  • Full form of GRU is _______

    a. Gated Recurrent Unit

    b. Good Recurrent Universe

    c. Gated Recursive Unit

    d. None of these

  • Recurrent neural networks lie in their diversity of application. When we are dealing with RNNs they have a great ability to deal with various input and output types like

    a. Sentiment Classification

    b. Image Captioning

    c. Language Translation

    d. All of these

  • Which of the following is not an application of autoencoders?

    a. Image Coloring

    b. Feature variation

    c. Dimensionality Reduction

    d. Voice recognition

  • A ______ is an unsupervised deep learning technique that helps a neural network encode unlabeled training data.

    a. Sparse autoencoders

    b. Contractive autoencoder

    c. Deep autoencoder

    d. All of these

  • Which property of autoencoders describes the decompressed outputs will be degraded compared to the original inputs?

    a. Data Specific

    b. Lossy

    c. Lossless

    d. Algorithm specific

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.pswp.cn/news/907658.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Python训练营打卡 Day41

简单CNN 知识回顾 数据增强卷积神经网络定义的写法batch归一化:调整一个批次的分布,常用与图像数据特征图:只有卷积操作输出的才叫特征图调度器:直接修改基础学习率 卷积操作常见流程如下: 1. 输入 → 卷积层 → Batch…

leetcode216.组合总和III:回溯算法中多条件约束下的状态管理

一、题目深度解析与组合约束条件 题目描述 找出所有相加之和为n的k个数的组合,且满足以下条件: 每个数只能使用一次(范围为1到9)所有数字均为唯一的正整数组合中的数字按升序排列 例如,当k3,n9时&#…

Java面试实战:从Spring到大数据的全栈挑战

Java面试实战:从Spring到大数据的全栈挑战 在某家知名互联网大厂,严肃的面试官正在面试一位名叫谢飞机的程序员。谢飞机以其搞笑的回答和对Java技术栈的独特见解而闻名。 第一轮:Spring与微服务的探索 面试官:“请你谈谈Spring…

基于vue框架的动物园饲养管理系统a7s60(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。

系统程序文件列表 项目功能:饲养员,健康登记,工作进度,动物信息,进食信息,动物健康,动物医治,饲料信息,工作留言 开题报告内容 基于Vue框架的动物园饲养管理系统开题报告 一、研究背景与意义 (一)研究背景 随着城市化进程加快和公众对生…

docker镜像与dockerfile

一、docker镜像 1.什么是镜像 容器解决应用开发、测试和部署的问题,而镜像解决应用部署环境问题。镜像是一个只读的容器模板, 打包了应用程序和应用程序所依赖的文件系统以及启动容器的配置文件,是启动容器的基础。镜像所打 包的文件内容就是…

流媒体基础解析:音视频封装格式与传输协议

在视频处理与传输的完整流程中,音视频封装格式和传输协议扮演着至关重要的角色。它们不仅决定了视频文件的存储方式,还影响着视频在网络上的传输效率和播放体验。今天,我们将深入探讨音视频封装格式和传输协议的相关知识。 音视频封装格式 什…

普中STM32F103ZET6开发攻略(一)

各位看官老爷们,点击关注不迷路哟。你的点赞、收藏,一键三连,是我持续更新的动力哟!!! 目录 普中STM32F103ZET6开发攻略 1. GPIO端口实验——点亮LED灯 1.1 实验目的 1.2 实验原理 1.3 实验环境和器材…

AWS API Gateway 配置WAF(中国区)

问题 需要给AWS API Gateway配置WAF。 AWS WAF设置 打开AWS WAF首页,开始创建和配置WAF,如下图: 设置web acl名称,然后开始添加aws相关资源,如下图: 选择资源类型,但是,我这里出…

测试分类详解

测试分类 一、按测试对象分类 1. 界面测试 1.1 测试内容介绍 界面测试验证用户界面(UI)的视觉呈现和交互逻辑,确保符合设计规范并提供良好的用户体验。测试内容包括: 页面布局和元素对齐字体、颜色和图标一致性交互反馈(悬停、点击状态&a…

打开NRODIC SDK编译不过怎么处理,keil与segger studio

打开NRODIC SDK编译不过怎么处理,以下是keil处理. 1,如图,不要安装安装也不会过 2. 不要安装点击否 3.点击确定后进来这个样子 4.这里选择这个勾,OK后就不会再有后面的pack_license 5.去掉勾后这里要选择自己SDK对应的pack版本,我的是8.27.0 6.OK后弹出个界面也要反复选择…

HarmonyOS ArkUI-X开发中的常见问题及解决方案

一、跨平台编译与适配问题 1. 平台特定API不兼容 ‌问题现象‌:使用Router模块的replaceUrl或startAbility等鸿蒙专属API时,编译跨平台工程报错cant support crossplatform application。 ‌解决方案‌: 改用ohos.router的跨平台封装API&a…

CSS篇-2

4. position 的值分别是相对于哪个位置定位的? position 属性是 CSS 布局中一个非常核心的概念,它允许我们精确控制元素在文档中的定位方式,从而脱离或部分脱离正常的文档流。理解 position 的不同值以及它们各自的定位基准,是实…

设计模式:观察者模式 - 实战

一、观察者模式场景 1.1 什么是观察者模式? 观察者模式(Observer Pattern)观察者模式是一种行为型设计模式,用于定义一种一对多的依赖关系,当对象的状态发生变化时,所有依赖于它的对象都会自动收到通知并更…

Axure中继器交互完全指南:核心函数解析×场景实战×避坑策略(懂得才能应用)

亲爱的小伙伴,在您浏览之前,烦请关注一下,在此深表感谢!如有帮助请订阅专栏! Axure产品经理精品视频课已登录CSDN可点击学习https://edu.csdn.net/course/detail/40420 主要内容:中继器核心函数解析、场景方法详解、注意事项、特殊函数区别 课程目标:提高中继器的掌握…

【设计模式-4.5】行为型——迭代器模式

说明:本文介绍设计模式中,行为型设计模式之一的迭代器模式。 定义 迭代器模式(Iterator Pattern),也叫作游标模式(Cursor Pattern),它提供一种按顺序访问集合/容器对象元素的方法&…

鸿蒙OSUniApp自定义手势识别与操作控制实践#三方框架 #Uniapp

UniApp自定义手势识别与操作控制实践 引言 在移动应用开发中,手势交互已经成为提升用户体验的重要组成部分。本文将深入探讨如何在UniApp框架中实现自定义手势识别与操作控制,通过实际案例帮助开发者掌握这一关键技术。我们将以一个图片查看器为例&…

【数据结构】树形结构--二叉树

【数据结构】树形结构--二叉树 一.知识补充1.什么是树2.树的常见概念 二.二叉树(Binary Tree)1.二叉树的定义2.二叉树的分类3.二叉树的性质 三.二叉树的实现1.二叉树的存储2.二叉树的遍历①.先序遍历②.中序遍历③.后序遍历④.层序遍历 一.知识补充 1.什…

从认识AI开始-----解密LSTM:RNN的进化之路

前言 我在上一篇文章中介绍了 RNN,它是一个隐变量模型,主要通过隐藏状态连接时间序列,实现了序列信息的记忆与建模。然而,RNN在实践中面临严重的“梯度消失”与“长期依赖建模困难”问题: 难以捕捉相隔很远的时间步之…

接地气的方式认识JVM(一)

最近在学jvm,浮于表面的学了之后,发现jvm并没有我想象中的那么神秘,这篇文章将会用接地气的方式来说一说这些jvm的相关概念以及名词解释。 带着下面两个问题来阅读 认识了解JVM大致有什么在代码运行时的都在背后做了什么 JVM是个啥&#xf…