当前位置:网站首页>6.28 flush written test
6.28 flush written test
2022-07-27 02:13:00 【Yu Xiaohe】
Written examination total 22 topic , There are many types of questions , choice 、 Short answer 、 Programming 、 There are all open logic problems , The length of the written test 2h
There are many investigations on deep learning , Including performance evaluation indicators 、 Common definitions, etc
Multiple choice questions and short answer questions
1. Methods to improve the feature expression ability of deep neural network ( Which of the following methods can't be used to improve )
a. Increase layer depth b. Use the nonlinear activation function c. Increase the number of hidden layer cells Fine
2. Suppose the label of a clustering model is known , How to evaluate the performance of this model
3. explain batch-normalize The principle and implementation process of
4. Why introduce nonlinear activation function
5. use Hard Sample Mining What problems can technology solve
6. What is cross validation , Why use cross validation
7. In target detection , Recall rate 、 precision 、F1 How values are defined
When I was doing it, I was thinking about the accuracy acc still pre, Finally, I feel that if it is pre Let's just say the accuracy , Yes acc It doesn't matter by definition
8. The direction along the negative gradient must be the optimal direction ( The statement that a multiple-choice question is wrong , I chose this )
9. sketch sift Feature extraction method
10. Among the following algorithms, image smoothing is
median filtering
11. Dense matrix A,B,C, Three The matrix dimensions are m*n,n*p,p*q, And m<n<p<q, The most efficient calculation sequence is
(AB)C
12.CNN What are the weight initialization methods in
13. Explain the gradient descent 、 Stochastic gradient descent 、 The principle, advantages and disadvantages of small batch gradient descent
14. The following discussion about the time complexity of the algorithm , The correct statement is
The time complexity of the algorithm has nothing to do with the selected programming language
15. In the neural network , Explain the activation function and softmax The difference between
16. To build a very deep network , Often used in convolution layer “vaild” Fill of , Only the pooling layer is used to reduce the width of the activation value 、 Height , Otherwise, the input will be reduced rapidly .( Judge wrong or right )
wrong
17. It is known that the blood group distribution of Chinese is about A:30%,B:20%,O:40%,AB:10%, Select a group of Chinese people as the user research objects , I hope at least one of them is B The possibility of type a blood is no less than 90%, So at least how many people need to be chosen ?
11 people 1-0.8^n>0.9
Open logic problems
Design a set of technical scheme for quantitative analysis of pressure ulcer
I'm a little confused when I see this question , Write something casually above and consider the various factors that induce pressure ulcers , Comprehensive evaluation
Programming questions
1. Find a continuous subarray , The sum of the major elements in the subarray and the maximum
This question has been done to return the maximum sum , It's more complicated to return subarrays , I don't care so much when I do it ..
2. Find the target target The index of , If there is no , Then return to -1
Try to catch up with the original question
3. Enter a linked list , Output the last number in the list K Nodes
Try to catch up with the original question
4.( Last question ) Write a super large positive integer class , Support addition operation
First contact with this , mentally , Unclear java How to write , Help yourself to the python Write a few sentences
It seems that the whole set of papers has been reproduced , Make a note of , For future reference
边栏推荐
- [explain C language in detail] this article takes you to know C language and makes you impressed
- Text to image论文精读RAT-GAN:文本到图像合成中的递归仿射变换 Recurrent Affine Transformation for Text-to-image Synthesis
- 引用的通俗讲解
- 解决方案:炼丹师养成计划 Pytorch+DeepLearning遇见的各种报错与踩坑避坑记录(二)
- [explain C language in detail] takes you to play with functions
- STM32入门教程第一讲
- How can smart people leave without offending others?
- 关于在VS2022或者高级版本运行环境下遇到fopen,strerror等不安全的问题
- Unity Huatuo hot update environment installation and sample project
- Realize data interaction between two apps through fileprovider
猜你喜欢
随机推荐
JS logical operator
Transport layer --------- TCP (II)
SQL anti injection regular expression
Introduction to network - Introduction to Enterprise Networking & basic knowledge of network
指针常量与常量指针详细讲解
机器学习概述
第三讲--GPIO输入输出库函数使用以及相关例程
2022年T2I文本生成图像 中文期刊论文速览-1(ECAGAN:基于通道注意力机制的文本生成图像方法+CAE-GAN:基于Transformer交叉注意力的文本生成图像技术)
7.8 锐捷网络笔试
2022最新直播监控24小时监控(三)直播间弹幕解析
Solution: various error reporting and pit stepping and pit avoiding records encountered in the alchemist cultivation plan pytoch+deeplearning (III)
JS max?
dlib安装失败解决办法
Realize data interaction between two apps through fileprovider
超出隐藏显示省略号
初识C语言(1)
mgre的全连和星型拓扑实验
7.16 多益网络笔试
count(*)为什么很慢
【volatile原理】volatile原理


![[详解C语言]一文带你认识C语言,让你醍醐灌顶](/img/37/205c1c6eb2ba704941e48ff89c6268.png)






