|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
机器学习基础:案例研究(华盛顿大学)
/
the-future-of-intelligent-applications
本课程为精品课,您可以登录eeworld继续观看:
the-future-of-intelligent-applications
登录
播放列表
课程目录
课程笔记
课时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
时长:2分19秒
日期:2019/09/29
收藏视频
上传者:抛砖引玉
去评论
课程介绍
相关标签:
机器学习
ML
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
共模电感----EMC常用元件介绍
[align=left][color=rgb(89, 89, 89)][font=Verdana, Arial, Helvetica, 宋体, sans-serif][size=14px][size=3]由于EMC所面临解决问题大多是共模干扰,因此共模电感也是我们常用的有力元件之一!这里就给大家简单介绍一下共模电感的原理以及使用情况。[/size][/size][/font][/color][/a
Aguilera
模拟与混合信号
火狐浏览器出现的奇怪现象
使用火狐浏览器出现的奇怪现象,保存图片时出现,中断了保存文件。
张毅2018
综合技术交流
开关电源如何选用电感
qq849682862
电源技术
MTS传感器/MTS磁环
上海柏吉电气自动化设备有限公司是一家专业从事传感器等产品的技术开发,销售的科技公司,以下是我们主要经营的MTS传感器产品1.磁致伸缩直线位移、液位系列2.压力、差压测量系列3.温度测量系列4.位移测量系列5.角度测量系列021-51609708 /51609708 /13764089248 (刘小辉)
shbj
传感器
关于STM32DMA寄存器的位操作测试不行?其它外设可以用!
不知道STM32的DMA有没有位操作!如果去写相应的位MCU就死掉了!
532250972
stm32/stm8
S7-200的通信协议
S7-200支持多种通信协议,如点对点接口(PPI)、多点接口(MPI)。他们都是基于字符的异步通信协议,带有起始位、8位数据、偶校验和一个停止位。只要波特率相同,三个协议可以在网络中同时运行,不会相互影响。点对点接口(PPI):是主/从协议,网络上的S7-200 CPU均为从站,其他CPU、SIMATIC编程器等为主站。如果用户程序中允许PPI主站模式,一些S7-200 CPU在RUN模式下可以
jek9528
工控电子
推荐内容
热门视频
更多
开源项目推荐
更多
LTC3638HMSE 6W LED 驱动器降压稳压器的典型应用电路
【已验证】J-Link V9 Base /jlink
桌面音箱改造蓝牙音箱
【梁山派开发板】遥控智能车
【开关电路】LM2577-ADJ可调升压电路
使用 Analog Devices 的 ADP8140 的参考设计
BTS 3134 N智能低边电源开关典型应用电路
AM1DM-0503SH60-NZ 3.3 Vout、1W 单路输出 DC-DC 转换器的典型应用
可编程逻辑控制器调制解调器
超声驻波轴向悬浮移动装置
热门文章
更多
智能驾驶与智能辅助驾驶仿真与验证框架
PIC16F877A单片机 (ADC)
电工师傅使用万用表需要会的口诀
STM32以太网程序解析一
排除电气设备故障的方法
差压式气密性测试仪的优点
手持示波器“视波表”的方案原理
英飞凌与联华电子签署40纳米eNVM微控制器制造长期协议,扩大汽车合作伙伴关系
自制频谱分析仪
电路图
噪音盒电路(一)
如何使用热敏电阻抑制浪涌电流电路分析
声、光控定时节电开关电路
CMOS接口电路
典型的通道监控电路图
设备运行过成都显示电路
医用输液报警器电路
R-40-16超声波接收电路
接近开关遥控电路
荧光灯电子镇流器电路之十五
Q值可调的带阻滤波器(741)电路图
TDA1551Q功率放大器电路图
电话传呼器电路图
TCA785在温度控制系统中的应用
SH-816节日彩灯专用集成电路
LTC3705独立作DC/DC变换器的应用电路图
高频滤波器电路
无电源变压器的正负对称小功率直流稳压电路
电动机自动快速再起动线路
颤音报警器电路图
KA2803的典型应用电路图
用于数字面板表的5输出变换器电路图
用LB1409作电平显示驱动电路2
LA5511直流马达速度控制电路
运算跨导放大器电路
逆导晶闸管(RCT)
LM340T-15构成的15V、5A稳压电源
低功耗仪器放大电路
变形的射极耦合双稳态电路
电脑主板电路图 820 1_45
可能感兴趣器件
VVC2-F1E-19.440
1200HG1G501F2EB
U732998212
BWQV00453226220K00
26016-49
MIOC159004PD1H3
Y-CONC-R626PFE6M-2000-B
T491D107K010AS-F
10121750-2205101LF
54HSC533FGC
804-005-07NF12-2E
MAX212CWG-T
JTL07RE-16-6PD(341)
SOT-DIV23LF-01-3002-3301-BA
5580201808
AP1501A-33K5
CDR04BP122BJSP
891-005-37GSA2-2B7-12JT
Q12P3CXXW24AE
F37E22R23P44401
TX5-20P-D2LT-H3E
SX63M68B5SQ811
D-SUB-205A-15YDTDBD1
LPEG19SR-LMR
M55342H10B23B7RWS
2322806803R0
RCWP-72259093FEA
PNM2208K2002BSWS
STFNCB-12.352MHZ
EMM36DTBW
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论