当前位置:网站首页>国科大. 深度学习. 期末试题与简要思路分析
国科大. 深度学习. 期末试题与简要思路分析
2022-07-17 21:53:00 【乔卿】

监督学习: 从标记的训练数据来推断一个功能的机器学习任务。
无监督学习: 根据类别未知(没有被标记)的训练样本解决模式识别中的各种问题,称之为无监督学习。
强化学习: 用于描述和解决智能体(agent)在与环境的交互过程中通过学习策略以达成回报最大化或实现特定目标的问题。
半监督学习: 半监督学习使用大量的未标记数据,以及同时使用标记数据,来进行模式识别工作。
优势:端到端解决问题, 削减了对每一个问题设计特征提取器的工作,自动地提取特征,能够解决更为复杂的任务。充分利用大数据,准确度的上限更高。但理论不够完备。

softmax + CE交叉熵损失 求导:


- LSTM:输入门、输出门、遗忘门

牢牢记住:Wh+Ux
- GRU:复位门、更新门









记住:ReLU(AHW)
边栏推荐
- Redis
- [Axi] interpret the additional signals of the Axi protocol (QoS signal, region signal, and user signal)
- ospf-LSA
- 见鬼,U盘空间怎么少了,原来是EFI分区搞的鬼,删除它
- C # read and write text and generate QR code
- Cilium & Hubble
- Qchartview overwrites the previous control when it is added in qgridlayout
- 單片機軟件定時器V2.0
- C speech Young's matrix · left-hand string · judge whether the string is rotated
- 常见的内置函数、可迭代对象、迭代器对象、异常捕获、异常捕获的用途、生成器对象、模块、绝对导入与相对导入、包的概念、模块
猜你喜欢
随机推荐
Encrypt Ogg users
Classification of blocks
抽象类与派生类
End repeated development and personalize the login system in twoorthree times
CompositionAPI 组件开发范式
The bill module of freeswitch
Redis source code and design analysis -- 1 Simple dynamic string
Abstract classes and derived classes
ClassNotFoundException:com. tongweb. geronimo. osgi. locator. ProviderLocator
44、使用OrienMask进行实例分割目标检测,并进行mnn部署和ncnn部署
C speech Young's matrix · left-hand string · judge whether the string is rotated
MySQL index (II)
Excellent jar package startup shell script collection
[mqtt from getting started to improving series | 06] subscribe subscription workflow of mqtt3.1.1
Classes abstraites et dérivées
抽象類與派生類
Optimal biking strategy [DP + two points]
STM32 positioning hardfault location method and encountered situation in keil environment
MySQL read / write separation
JS question brushing exercise - niuke.com







