|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
机器学习基础:案例研究(华盛顿大学)
/
creating-a-nearest-neighbors-model-for-image-retrieval
本课程为精品课,您可以登录eeworld继续观看:
creating-a-nearest-neighbors-model-for-image-retrieval
登录
播放列表
课程目录
课程笔记
课时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
时长:1分56秒
日期:2019/09/29
收藏视频
上传者:抛砖引玉
去评论
课程介绍
相关标签:
机器学习
ML
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
LPC2141的无刷直流电机控制系统设计
LPC2141的无刷直流电机控制系统设计导读: 无刷直流电机是最常用的无刷电机。它易于驱动,速度可调且工作寿命长,适用于各类大小型工业应用,诸如小型马达的控制(如12 V直流无刷电机)。关键字LPC2141无刷直流电机控制霍尔传感器+1 概 述 无刷直流电机是最常用的无刷电机。它易于驱动,速度可调且工作寿命长,适用于各类大小型工业应用,诸如小型马达的控制(如12 V直流无刷电机)。 LPC2141
安_然
模拟电子
运放组成的恒流源的疑问
下面图是从《西北模电王》中截图的----运放构成的恒流源电路,图1是原图,输出电流Io=2.5/(1/40+1/R1);图2是我删除R2之后的电路图,输出电流Io=2.5/R1;那么问题来了:此电路有R2的优点是什么呢?多谢各位大神!注:去掉R2,也即R2短路。
xiaxingxing
模拟电子
MYZR-RK3288 测试手册
[b][/b][color=rgb(37, 37, 37)][font=sans-serif][size=0.875em][size=13.3px][align=center][b]目录[/b][size=12.502px] [[color=rgb(11, 0, 128)][url=http://wiki.myzr.com.cn/index.php?title=MY-RK3288-EK314_L3
明远智睿Lan
TI技术论坛
MSP430串口通信程序
[i=s] 本帖最后由 易爆炸弹 于 2015-8-13 21:44 编辑 [/i]请问有用G2553串口发送一个字节或字符串的完整程序吗?
易爆炸弹
微控制器 MCU
EEWORLD大学堂----直播回放: ADI - 开关电源中的噪声产生及如何减小电源噪声
直播回放: ADI - 开关电源中的噪声产生及如何减小电源噪声:https://training.eeworld.com.cn/course/6030
hi5
综合技术交流
关于DAC0832和LM358方面的问题
本人调试一块板子,有一部分关于DA0832和后置的LM358电路,DAC0832接至FPGA,但是存在一些问题:1、如图是LM358单电源供电,结果是,DAC0832输出范围是0~1.92v,后经过LM358两级运放都是基本保持0V输出不变;2、而后参考一些资料,说把LM358换做双电源供电(正负12V),然后测试结果:DAC0832输出一直是0,后经LM358总的输出始终保持8.6V左右不变,且
xingchangda2015
模拟电子
推荐内容
热门视频
更多
动手学深度学习V2
电池充电方案 - 发热与充电时间的关系
智能电网安全保护技术
TWS蓝牙解决方案
家电应用中高效节能的双电机控制
PIC24F "GC"系列 ——智能模拟简化了设计
MPLAB代码配置器实验4
MCP47X6 DAC PICtail Plus子板
RF4CE万能遥控器参考设计
MPLAB® X IDE 编辑功能
开源项目推荐
更多
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通道评估板
热门文章
更多
雷达液位计测量不可靠原因分析
上半年江苏集成电路产业销售总收入超1540亿元,同比增超37%
示波器的运用办法图解
数字万用表二极管档测试原理与使用方法
VIAVI在OFC 2023上发布全新高速以太网测试平台 最新软件版本将支持800G ETC
基于微处理器LPC2214和GPS接收器实现车载导航终端的设计
高通加速Snapdragon Spaces在中国开发者生态的扩展
可满足下一代汽车显示器要求的图形显示控制器
电路图
×10运算放大器L161
单片机控制回路
放射式接线供电电路c
镉镍电池充电器电路之三
杜比IC CX1100系列及应用
HT-680/HT-6187/HT-600/HT-6207/HT-640/HT-6247电路-b
变压器耦合放大电路
采用8038的函数发生器电路
带输入比较器的单稳态多谐振荡器电路
SBX1483-11/12/51/52(电视机、录像机、音响设备、空调器和玩具)红外线遥控接收电路
采用晶体管DC/DC变换器电路图
闪烁报警电路01
电网断线报警器电路图
充放电法测高压脉冲电路
X62W型万能铣床电气原理图电路
直流调速系统失磁保护电路
UD—8电阻式湿敏元件应用电路
电路功能方块图
采用RS5VE构成的便携式电话机的多功能电源电路图
DAC1210与PC机接口电路
模拟隔离电路
光笔电路
行车万里计程仪
TDA1010A功放电路
555电感储能式开关升压源电路
电子自控捕鱼器1
可能感兴趣器件
SY10EL35LZITR
1200JGF300822UA
JL05-6A18-11PV-FO-R
527-056JP3
380AT100XW14
130143-0097
ESMQ351VSN821MA45S
WBSM2.5-5/4.8/I0-4BI
SSR44S0-26B3-M46
CR4210-50
PIC16LF76T-I-SO
240-0326-31SPB6J5-18R
LP3971SQX-B410/NOPB
TCO-2112-666.5143MHZ
8614-00-14-1-Y0-6-318-LF
TLE4262G
GSX-531/222JF10.90MHZ
42190-1
62S18-L9-065SHT
GS81282Z36GD-333IV
PCF1206HR-866KWI
JT06RE-14-37SC(328)
JTL07RE-24-24PB(344)
DW-22-09-G-T-350
SIT8208AC-81-18S-12.288000X
SIT9005AIT2D-30DL
MAX6420UK40/V-T
820B009-103R001
0039000059-04-R0-D
PSS1R5512/S
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved
用户评论