|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
机器学习基础:案例研究(华盛顿大学)
/
what-is-the-goal-and-how-might-you-naively-address-it
本课程为精品课,您可以登录eeworld继续观看:
what-is-the-goal-and-how-might-you-naively-address-it
登录
播放列表
课程目录
课程笔记
课时1:welcome-to-this-course-and-specialization
课时2:who-we-are
课时3:machine-learning-is-changing-the-world
课时4:why-a-case-study-approach
课时5:specialization-overview
课时6:how-we-got-into-ml
课时7:who-is-this-specialization-for
课时8:what-you-ll-be-able-to-do
课时9:the-capstone-and-an-example-intelligent-application
课时10:the-future-of-intelligent-applications
课时11:starting-an-ipython-notebook
课时12:creating-variables-in-python
课时13:conditional-statements-and-loops-in-python
课时14:creating-functions-and-lambdas-in-python
课时15:starting-graphlab-create-loading-an-sframe
课时16:canvas-for-data-visualization
课时17:interacting-with-columns-of-an-sframe
课时18:using-apply-for-data-transformation
课时19:predicting-house-prices-a-case-study-in-regression
课时20:what-is-the-goal-and-how-might-you-naively-address-it
课时21:linear-regression-a-model-based-approach
课时22:adding-higher-order-effects
课时23:evaluating-overfitting-via-training-test-split
课时24:training-test-curves
课时25:adding-other-features
课时26:other-regression-examples
课时27:regression-ml-block-diagram
课时28:loading-exploring-house-sale-data
课时29:splitting-the-data-into-training-and-test-sets
课时30:learning-a-simple-regression-model-to-predict-house-prices-from-house-size
课时31:evaluating-error-rmse-of-the-simple-model
课时32:visualizing-predictions-of-simple-model-with-matplotlib
课时33:inspecting-the-model-coefficients-learned
课时34:exploring-other-features-of-the-data
课时35:learning-a-model-to-predict-house-prices-from-more-features
课时36:applying-learned-models-to-predict-price-of-an-average-house
课时37:applying-learned-models-to-predict-price-of-two-fancy-houses
课时38:analyzing-the-sentiment-of-reviews-a-case-study-in-classification
课时39:what-is-an-intelligent-restaurant-review-system
课时40:examples-of-classification-tasks
课时41:linear-classifiers
课时42:decision-boundaries
课时43:training-and-evaluating-a-classifier
课时44:whats-a-good-accuracy
课时45:false-positives-false-negatives-and-confusion-matrices
课时46:learning-curves
课时47:class-probabilities
课时48:classification-ml-block-diagram
课时49:loading-exploring-product-review-data
课时50:creating-the-word-count-vector
课时51:exploring-the-most-popular-product
课时52:defining-which-reviews-have-positive-or-negative-sentiment
课时53:training-a-sentiment-classifier
课时54:evaluating-a-classifier-the-roc-curve
课时55:applying-model-to-find-most-positive-negative-reviews-for-a-product
课时56:exploring-the-most-positive-negative-aspects-of-a-product
课时57:document-retrieval-a-case-study-in-clustering-and-measuring-similarity
课时58:what-is-the-document-retrieval-task
课时59:word-count-representation-for-measuring-similarity
课时60:prioritizing-important-words-with-tf-idf
课时61:calculating-tf-idf-vectors
课时62:retrieving-similar-documents-using-nearest-neighbor-search
课时63:clustering-documents-task-overview
课时64:clustering-documents-an-unsupervised-learning-task
课时65:k-means-a-clustering-algorithm
课时66:other-examples-of-clustering
课时67:clustering-and-similarity-ml-block-diagram
课时68:loading-exploring-wikipedia-data
课时69:exploring-word-counts
课时70:computing-exploring-tf-idfs
课时71:computing-distances-between-wikipedia-articles
课时72:building-exploring-a-nearest-neighbors-model-for-wikipedia-articles
课时73:examples-of-document-retrieval-in-action
课时74:recommender-systems-overview
课时75:where-we-see-recommender-systems-in-action
课时76:building-a-recommender-system-via-classification
课时77:collaborative-filtering-people-who-bought-this-also-bought
课时78:effect-of-popular-items
课时79:normalizing-co-occurrence-matrices-and-leveraging-purchase-histories
课时80:the-matrix-completion-task
课时81:recommendations-from-known-user-item-features
课时82:predictions-in-matrix-form
课时83:discovering-hidden-structure-by-matrix-factorization
课时84:bringing-it-all-together-featurized-matrix-factorization
课时85:a-performance-metric-for-recommender-systems
课时86:optimal-recommenders
课时87:precision-recall-curves
课时88:recommender-systems-ml-block-diagram
课时89:loading-and-exploring-song-data
课时90:creating-evaluating-a-popularity-based-song-recommender
课时91:creating-evaluating-a-personalized-song-recommender
课时92:searching-for-images-a-case-study-in-deep-learning
课时93:what-is-a-visual-product-recommender
课时94:using-precision-recall-to-compare-recommender-models
课时95:application-of-deep-learning-to-computer-vision
课时96:deep-learning-performance
课时97:demo-of-deep-learning-model-on-imagenet-data
课时98:other-examples-of-deep-learning-in-computer-vision
课时99:challenges-of-deep-learning
课时100:deep-features
课时101:deep-learning-ml-block-diagram
课时102:loading-image-data
课时103:training-evaluating-a-classifier-using-raw-image-pixels
课时104:training-evaluating-a-classifier-using-deep-features
课时105:loading-image-data
课时106:creating-a-nearest-neighbors-model-for-image-retrieval
课时107:querying-the-nearest-neighbors-model-to-retrieve-images
课时108:querying-for-the-most-similar-images-for-car-image
课时109:displaying-other-example-image-retrievals-with-a-python-lambda
课时110:you-ve-made-it
课时111:deploying-an-ml-service
课时112:what-happens-after-deployment
课时113:open-challenges-in-ml
课时114:where-is-ml-going
课时115:whats-ahead-in-the-specialization
课时116:thank-you
时长:3分47秒
日期:2019/09/29
收藏视频
上传者:抛砖引玉
去评论
课程介绍
相关标签:
机器学习
ML
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
Verilog语言BUG求助,谢谢!
Verilog语言BUG求助,谢谢![p=24, null, left][color=rgb(102, 102, 102)]现在碰到一个问题,对于以下代码always(@posedge clk)beginif(a==1'b1 && cnt5'd0)cnt<=cnt-1'b1;else if(a==1'b0 && cnt==5'd0)b<=1'b0;elsebegincnt<=5'd0;b<=1'b
风色碧空
FPGA/CPLD
已烧程序的STM8L151k4t6焊坏问题?
[table=98%][tr][td][align=center][/align][color=#333333][size=16px][align=center][color=rgb(102, 102, 102)][size=18px][color=#4183c4][url=][img=16,0]http://bbs.elecfans.com/template/elecfans_201805/im
轻轻飘过shn
stm32/stm8
如何能编好单片机的程序(10)
[font=宋体] [/font][font=Times New Roman]#ifdef SOLARIS2_5[/font][font=宋体] [/font][font=Times New Roman]typedef boolean_t[/font][font=宋体] [/font][font=Times New Roman] BOOL_T;[/font][font=宋体] [/font
yuandayuan6999
单片机
【VR热议】中欧游戏大赛开启,看国内VR开发团队如何被国外秒成渣!
2016年全球最高规格的VR游戏开发者赛事——首届中欧VR游戏开发者大赛已经拉开大幕。由中国虚拟现实领军企业大朋VR联合英国著名游戏媒体Steel Media共同主办,恺英网络、奥飞游戏联合赞助,汇聚数百家中欧顶级VR游戏开发者团队,开启VR内容生态新纪元。 从中国到中欧,大赛升级 去年大朋VR成功举办了中国首届VR游戏开发者大赛,3个月时间吸引了100多家VR游戏开发者团队报名参赛,而在12
受到
聊聊、笑笑、闹闹
关于TLC5615的问题
我用430写了TLC5615的驱动,但是为什么512对应的是5V,5615不是10为DA吗?如果时序写错也不会出效果啊。求解
diy85285196
微控制器 MCU
DSP28335外部中断配置过程
28335外部中断基本特点7个可屏蔽中断源和1个不可屏蔽外部中断源GPIO0-31可选的中断源为XINT1(可屏蔽中断),XINT2和XNMI(不可屏蔽中断)GPIO32-GPIO63可选的中断源为XINT3-7外部中断的触发方式可选上升沿或下降沿触发**外部中断外设和其他外设不一样,在中断函数中只用清除PIE中断即可不用清除外设中断**。外部中断配置过程其实28335的外部中断配置相对其他外设的
fish001
DSP 与 ARM 处理器
推荐内容
热门视频
更多
应用 V.I 晶片驱动LED II - 大功率 LED 阵列
有源或门的应用和优点
Microchip无传感器FOC变频洗衣机
MPLAB 代码配置器实验2
MPLAB®代码配置器简介及实验1
Microchip温度传感器系列产品
MTD6505–低压小功率PMSM电机驱动IC
Microchip串行EEPROM器件和串行SRAM存储器的产品系列介绍
针对5V PIC24F K系列的Microstick开发工具
PIC32MX1/MX2入门开发工具套件
开源项目推荐
更多
LT1308ACS8 SEPIC 的典型应用电路将 3V 至 10V 输入转换为 5V/500mA 稳压输出
DC1562B-M,LTC6995-1 演示板,1 秒上电复位
具有跟踪功能的LT3095EUDD可编程输出的典型应用电路
NCP699SN25T1G 150mA、2.5 输出电压 CMOS 低 Iq LDO 的典型应用,在 TSOP-5 中启用
LV8731VGEVB,基于 LV8731V 2 通道 H 桥驱动器的评估板
LTC4020EUHF高压降压的多化学电池充电器
使用 OP297 的 OP297FPZ 简单桥式条件放大器的典型应用
三相交流 BLDC 高压功率级参考设计
EP53A7HQI 1A同步降压稳压器典型应用电路
LV56351HAGEVB,升压型DC-DC转换器的1通道评估板
热门文章
更多
杜邦 Nikal™ BP 电镀化学品系列又添新成员
武汉首批校园的“三千兆网络”建成 室内室外无缝衔接
第三代半导体生产工具获突破!将缓解车企芯片短缺
OPPO刘作虎:Find N才是好用且不贵折叠屏该有的样子
STM32的GPIO详细介绍
是德示波器来帮您查找出现毛刺的原因
MiR洞察:先进自动化技术助川渝制造业升级,智能产线物流技术成关键路径
电路图
由HY560构成的语音录放电路模块设计
应用LOGO!的洗坛机控制电路a
重负载启动热继电器保护电路之五
AV-501型功率放大器电路
暗房曝光定时电路(2)
单体太阳能电池充电器工作电路
红外遥控发生器电路图
红外遥控多功能电风扇电路
LM317典型应用电路图
TDA1015T功放电路图
光信号报警电路01
双路三相电源自投线路电路图
双华JDB-LQ-TQ/Z全压起动电路
AD7710功能方块图
自动断路的充电电路图
FSK解调器 C
超低压个人调频通讯机
用于检测人体的远红外传感器的电路
自动换色流水彩灯
555双音电子门铃电路(二)
用单片机构成的波形发生器电路
2.34kHz正弦波振荡电路
锂离子电池充放电保护电路
捕鱼器1
用NJM2072D的声控音乐插座电路(二)
875p电脑主板电路图_052
电脑主板电路图 440GX_06
555电热毯温控器电路
可能感兴趣器件
1.5KA12-E3/72
GDZJ4.7
3.0SMCJ6.0A
M38043F2HHP
1600RGH6008M3EB
442TA4TCAC
DAMMZ11C1SN
RV16YL10FB102K
240-0323-37PPC6J1-18P
240-0325-15SCA6J7-18S1
SJT06RT2441SA
232-100-H0FT16-99PN
ISM95-2151BO-1.000
HRD1066-140H
90663-3403
73644-1003
GUS-SS8BLF-01-1000-DC
JT06RE-10-99SD(011LC)
PCF1206H-13-143RDI
ALS81A243QW250
ATS-01B-86-C1-R0
DSC1121CI2-040.0000T
R7FS3A37A3A01CFP#AA0
177-710-2-51CS4J5-24PNN
EH2525TS-66.666MTR
ESW-122-49-T-S
54122-819-42-1700LF
MS27472E18C11SA
SP2-010-N150/04-96/2
PHT1206H6983WGT063
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved
用户评论