|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
Hinton机器学习与神经网络
/
Dropout an efficient way to combine neural nets
本课程为精品课,您可以登录eeworld继续观看:
Dropout an efficient way to combine neural nets
登录
播放列表
课程目录
课程笔记
课时1:Why do we need machine learning
课时2:What are neural networks
课时3:Some simple models of neurons
课时4: A simple example of learning
课时5:Three types of learning
课时6:An overview of the main types of network architecture
课时7:Perceptrons
课时8:A geometrical view of perceptrons
课时9:Why the learning works
课时10:What perceptrons can not do
课时11:Learning the weights of a linear neuron
课时12:The error surface for a linear neuron
课时13:Learning the weights of a logistic output neuron
课时14:The backpropagation algorithm
课时15:How to use the derivatives computed by the backpropagation algorithm
课时16:Learning to predict the next word
课时17:A brief diversion into cognitive science
课时18:Another diversion_The softmax output function
课时19:Neuro-probabilistic language models
课时20:ways to deal with large number of possible outputs
课时21:Why object recognition is difficult
课时22:Ways to achieve viewpoint invariance
课时23:Convolutional neural networks for hand-written digit recognition
课时24:Convolutional neural networks for object recognition
课时25:Overview of mini-batch gradient descent
课时26:A bag of tricks for mini-batch descent
课时27:The momentum method
课时28:A separate, adaptive learning rate for each connection
课时29:rmsprop_divide the gradient
课时30:Modeling sequences_brief overview
课时31:Training RNNs with backpropagation
课时32:A toy example of training an RNN
课时33:Why it is difficul to train an RNN
课时34:Long term short term memory
课时35:Modeling character strings with multiplicative connections
课时36:Learning to predict the next character using HF
课时37:Echo state networks
课时38:Overview of ways to improve generalization
课时39:Limiting size of the weights
课时40:Using noise as a regularizer
课时41:Introduction to the bayesian approach
课时42:The bayesian interpretation of weight decay
课时43:MacKays quick and dirty method of fixing weight costs
课时44:Why it helps to combine models
课时45:Mixtures of experts
课时46:The idea of full bayesian learning
课时47:Making full bayesian learning practical
课时48:Dropout an efficient way to combine neural nets
课时49:Hopfield Nets
课时50:Dealing with spurious minima in hopfield nets
课时51:Hopfields Nets with hidden units
课时52:Using stochastic units to improve search
课时53:How a boltzmann machine models data
课时54:The boltzmann machine learning algorithm
课时55:More efficient ways to get the statistics
课时56:Restricted boltzmann machines
课时57:An example of contrastive divergence learning
课时58:RBMs for collaborative filtering
课时59:The ups and downs of backpropagation
课时60:Belief nets
课时61:The wake-sleep algorithm
课时62:Learning layers of features by stacking RBMs
课时63:Discriminative fine-tuning for DBNs
课时64:What happens during discriminative fine-tuning
课时65:Modeling real-valued data with an RBM
课时66:RBMs are infinite sigmoid belief nets
课时67:From principal components analysis to autoencoders
课时68:Deep Autoencoders
课时69:Deep autoencoders for document retrieval and visualization
课时70:Semantic hashing
课时71:Learning binary codes for image retrieval
课时72:Shallow autoencoders for pre-training
课时73:Learning a joint model of images and captions
课时74:Hierarchical coordinate frames
课时75:Bayesian optimization of neural network hyperparameters
时长:8分35秒
日期:2019/04/09
收藏视频
上传者:木犯001号
去评论
课程介绍
相关标签:
神经网络
机器学习
反向传播
机器学习祖师爷之一Geoffrey Hinton大神于2012年主讲录制。课程内容以深刻睿智,鞭辟入里见长。课程深入介绍了Machine Learning中的神经网络的方法,人工神经网络在语音识别和物体识别、图像分割、建模语言和人类运动等过程中的应用,及其在机器学习中发挥的作用。
显示全部 ↓
推荐视频
用户评论
木犯001号
课程ppt下载地址 https://download.eeworld.com.cn/detail/%E6%9C%A8%E7%8A%AF001%E5%8F%B7/598715
2019年04月04日 13:59:16
回复
|
顶
()
猜您喜欢
推荐帖子
蓝牙车载系统的组成结构和应用电子导航
通过具有蓝牙功能的手机,蓝牙车载系统可以实现汽车自动故障诊断、电子导航等多种富有创意的应用。本文介绍了这些应用设计思路,并详细分析了蓝牙车载系统的组成结构和蓝牙免提应用规范。车载系统正向智能化、信息化和网络化方向发展,汽车市场已经成为电子工业一个重要的增长点,无线通信技术在汽车等移动系统中有着广泛的应用前景。本文介绍的汽车蓝牙应用主要以手机为无线网关,车载系统通过蓝牙无线链路和手机连接,再连入外部
frozenviolet
汽车电子
关于ADCINT1(2)
PIE中的ADCINT1、ADCINT2在PIE表中有两个位置,INT4.y 、INT10.y,可以使用INT4,也可以使用INT10,但这两个有区别的,一个中断低优先级别高、一个中断优先级低,使用哪个,这要看具体的应用了。如果想改变它们的位置:1、修改PIE_VECT_TABLE结构,它在xxxxx_PieVect.h中。2、修改PieVectTableInit表,将中断源与中断函数名联系起来,
dontium
微控制器 MCU
PB定制CE系统在模拟器中运行时黑屏,望高手速来救火。急急急
下面是运行后debug中的信息。The Kernel Debugger is waiting to connect with target.0 PID:0 TID:0 RTC - Status Reg B - 0x020 PID:0 TID:0 X86Init done, OEMAddressTable = 80245158.80 PID:a3fccdc6 TID:a3fccd96 Excepti
八月雨
嵌入式系统
庆科推出了WIFI + BT 模块。EMW3240
因为过去玩了一段时间庆科的WIFI模块,因为有所关注,最近发现出了一款WIFI + BT的模块:[color=#333333]EMW3240 [/color][color=#333333]说明使用鸟语有些烦人,[/color][color=#333333][/color][color=#333333][/color][font=Helvetica Neue, Helvetica, Arial, s
dontium
RF/无线
单片机与示波器
本来输出是接示波器的,但是我想把输出储存起来,然后随时可以接示波器看请问这个思路应该是怎样的,原来的电路功能直接接示波器显示波形的:handshake
hkcguochan
单片机
请问大家智能照明中多通道0-10V调光模块中0-10V一般如何实现?
请问大家智能照明中多通道0-10V调光模块中0-10V一般如何实现?这个GP8201方案的竞争力如何?供大家参考附上datasheet
zjqmyron
综合技术交流
推荐内容
热门视频
更多
基于MM32 MCU产品应用解决方案分享——家用冷暖变频空调
瑞萨电子触摸键解决方案演示
火车火车,你要跑多快?信息新干线的未来-极速USB
EEWORLD DIY——低功耗蓝牙、USB双模机械键盘功能演示
故障指示器采集单元的电源解决方案
MSP430开发工具
模拟精英—与业内专家面对面互联4
Arduino和树莓派之间的比较
“我知道你在想什么”MIT发明的黑科技
研讨会 : 英特尔® FPGA 深度学习加速技术
开源项目推荐
更多
使用 Analog Devices 的 LTC1261CS 的参考设计
超迷你Arduino
油液污染度颗粒检测板(二)-传感器信号板
ADR3450 5V 输出微功率、高精度电压基准的典型应用
AI红外语音助手
使用 ROHM Semiconductor 的 BA15BC0WT-V5 的参考设计
L7809A 大电流稳压器的典型应用
具有 6V 输入 UVLO 的 LTC3633IUFD 3.3V/1.8V 顺序稳压器的典型应用电路
Cree XLamp 高 CRI (XM-L2 20-W) MR16 参考设计
【物联网】鸿蒙物联网智能WIFI开关+4219105A
热门文章
更多
大功率电池供电设备逆变器板如何助力热优化
STM32独立看门狗(宠物狗)
一加 10 Pro正式发布:主打性能的高辨识度旗舰 价格4699元起
是德科技网络仿真解决方案平台加速3GPP Rel-16/17终端设备设计开发
stm32库函数学习篇
意法半导体Cassis:如何迎接下一个“自动化时代”
苹果首款 AR / VR 头显零件更清晰照片曝光,或延迟发布
自动驾驶仿真科普文之传感器建模知识
电路图
高精密的仪表放大电路图
汽车点火替代电路
自动值守防盗报警电路
放电式前记忆电路
继电器节电电路之五a
市电欠电压、过电压报警电路之二
各组彩灯闪烁频率可调的彩灯链电路
几种超重低音电路的制作03
用S-8100B的LED发光输出温度补偿电路图
超低噪声放音前置放大器电路
可调稳压电路图
反相三角波发生器电路
电话自动录音控制电路
点动正反转控制电路
“空城计”式报警器电路
充电电流的设定电路图
采用LAS6351构成多路输出开关稳压电源电路图
锂电池升压电路图
双工电力线载波对讲机
稳压升压转换器电路图
556组成的双无稳态多谐振荡器电路图
采用稳压管的桥式稳压电路
2.4GB无线模块24E01典型电路
uPC1230H2功放电路
红外测温仪前置放大电路
计算机用光电输人机的光电放大电路
稳压电源增设过压保护电路实例
常用相移振荡器(lkHz快速起动门控电路)
混合电路组成的增益可编程放大电路
可能感兴趣器件
KM709N
M1AGL1000V2-QN144ES
3046
150685K100WF
ICL7667CBA-T
GMPM1-G101PT420K5-460M1
GUS-SS7ALF-01-5231-DB
FP-8987HR-04-1740-F
2SK515-LX34
68689-434LF
531SB1041M00DGR
CA3101E36-9PZ
AM29F400BT-55EI
MFCE/5D/3.3S/5.2S/12D
HW-30-09-T-S-400
PTN0502E1692BGWS
WSFP10540700D
231238374273
MFS1/2CCT26R3741D
TNPW060371R5FEEC
M81511/01EB03P1
97C2D-E16-T13/R59
RSF2WSJB-FKK430R
Z33061712610F6CC12
TMX320C6722BGDHA225
MXBRAJA30M0
M6NVS-4WD-R
SIT9375AI-02P3-YY10-106.250000D
8Y-16.000MAHC-B
RP73PF2B120RBTG
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论