|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
Hinton机器学习与神经网络
/
Some simple models of neurons
本课程为精品课,您可以登录eeworld继续观看:
Some simple models of neurons
登录
播放列表
课程目录
课程笔记
课时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分23秒
日期: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
回复
|
顶
()
猜您喜欢
推荐帖子
单片机控制变频器多段速
小弟对变频器了解甚少,大概知道对变频器的多段速控制可采用变频器外接端子,如:频率指令1(30.30HZ) OFF OFF频率指令2(50.71HZ) ON OFF频率指令3(33.00HZ) OFF ON频率指令4(81.00HZ) ON ON但是对单片机程序就不知道怎么下手 ,请各位赐教!!
ccqingzhi
嵌入式系统
PCB设计中电源走线/电源平面 如何走,怎么处理才好?
PCB设计中电源走线/电源平面 如何走,怎么处理才好?针对不同的板层是否有不一样的设计?
hgy10086
PCB设计
全自动豆浆机的结构及其打摩
lorant
求教:tcpmp的视频顶层显示的问题?
我用win32 api 编了个主窗口,然后Context_Wnd(g_hwnd)进行关联,我用的是调用common.dll的方法但是每次在我的真机上运行时 播放视频的那个Rect始终是在屏幕的最上层,即使这个主窗口隐藏这个Rect还是在顶层播放,我点击关闭弹出messagebox一弹出就被视频覆盖,请问这是什么原因,我要怎么做才能消除这种状况。谢谢!
DBSSAM
嵌入式系统
哪位介绍下ARM入门的教材吧.
本人刚把周立功的《ARM嵌入式系统基础教程》看了2篇,指令系统理解得还可以吧。但是硬件方面的内容看得一头雾水,特别是映射和存储器映射方面的都看了几篇了,还不知道是个咋回事。哪位大侠能不能介绍一本其他的书啊?谢了
dingfs
ARM技术
关于局域网协议在工控机中的应用。
大家好,情况是这样的,我有一台工业相机,其数据传输端口是网线,本有一台控制器可以连接并显示相机实时图像,但是,客户指定说不需要控制器,其图像只需要在工控机上显示即可,目前我有该相机的局域网协议文档,请问如何操作才能使实时图像在工控机上显示,我现在无从下手,请大家给个思路,未必要具体方法,谢谢大家。
yyuan918
嵌入式系统
推荐内容
热门视频
更多
TI 手持吸尘器系统方案与设计
CES 2015焦点: PubNub创建的智能家居模型
Atmel Studio 6仿真器介绍
PSoC Creator 特色概述:文件管理器
小米网络收音机连接测试
SimpleLink 平台智能家居应用的介绍
Mentor Expedition VX2.3四层蓝牙产品
Alf-Egil Bogen 介绍单周期指令集
机器故障防患未然 CbM状态监测为您助力!
电池测试设备直流电源系统设计
开源项目推荐
更多
使用 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
热门文章
更多
OPPO发布首个自研NPU芯片 马里亚纳 MariSilicon X
STM32单片机-增量式PID
uboot-2011.12移植到S3C2440(四序)——SDRAM分析
世界首个车规级Chiplet接口标准解析:ACC_RV 1.0
51单片机 | 实现SMC1602液晶屏显示实例
汽车电路图的基本组成_汽车电路的功能
电路图
机器人无线遥控发射电路
用太阳能电池供电的LED灯电路图
40kW风机Y-△自动转换节电电路
LM621无刷直流电动机换相电路-三相半波驱动电路
L6217、L6217A两相步进电动机微步距驱动器电路
日光灯电子点燃电路
晶闸管三色调光灯电路
HT-1460电路
HT-2821系列(双音)电路
YN5103-IR(防盗系统)无线电或红外线遥控编码电路
TC7662B典型应用电路图
稳压电源分压器电路
TEM-0011原理图电路
正野牌豪华型双向连动式百叶窗换气扇电路图
永华牌APT系列天花板式,DPT12系列管道式换气扇电路图
富士宝WG-8512机械式烧烤型微波炉电路图
涓流充电电流的设定电路图
采用功率MOSFET的充电电路图
SI9114构成的DC,DC变换器的典型应用电路图
旋涡式流量计的放大电路与转换电路
烟斗丝自动喂料称量电路
无绳电话加密装置电路图
红外线防盗报警电路
采用运算放大器的基准电压线路
取样比为l的3~9V可调稳压电源电路
地下金属管道走向定位报叫电路
875p电脑主板电路图_101
电脑主板电路图 810 4_19
电脑主板电路图 815 1_35
10、AST CM-6P型SVGA彩色显示器的电源电路图
可能感兴趣器件
G910_06
171-005-27S-.150MH
EBA37DRES-S13
RT0805WRC0727K4L
CMF7027K000JKEB
MKS4F044706B00JSC9
LJT01RE-17-35S(023)
461W-NWA24H-CWO
6N136SDM
LBP473-N1Q2-35
C430C224M5R5HA7200
VT-701-EAJ-306B-12M5000000
PCF0603-25-300RBI
VCUNLB-16.000MHZ
800-020-BA2Z18-13NC-48
TKJ7W24A61MSC
TC1303A-TS1EMF
3191EH393T035JNT1
QT824YVE-150.000000
27-0404-1091G
BD095-54G-A0-0250-0250-0570-LG
M5299-10000W-300PC
HVC5020L2292DGBU
AR13TTSO5100N
SIT9045AAT22QXXNJA150.000000D
EL00BA222CB0V
1812B302G102C
NRSZ471M50V12.5X20TB15MMPF
RNCS32T932.4K0.5%I
DBO3V3P543H00LF
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论