|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
机器学习基础:案例研究(华盛顿大学)
/
what-is-a-visual-product-recommender
本课程为精品课,您可以登录eeworld继续观看:
what-is-a-visual-product-recommender
登录
播放列表
课程目录
课程笔记
课时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分52秒
日期:2019/09/29
收藏视频
上传者:抛砖引玉
去评论
课程介绍
相关标签:
机器学习
ML
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
基于FPGA的B超成像系统图像采集的原理和实现
1、引言医学超声诊断成像技术大多数采用超声脉冲回波法,即利用探头产生超声波进入人体,由人体组织反射产生的回波经换能器接收后转换为电信号,经过提取、放大、处理,再由数字扫描变换器转换为标准视频信号,最后由显示器进行显示。在基于FPGA+ARM 9硬件平台的全数字化B超诊断仪中,前端探头返回的回波电信号需由实时采集系统进行波束合成、相关处理、采集并传输至ARM嵌入式处理系统,视频信号数据量大,实时性要
dtcxn
医疗电子
请教9261的串口收发问题
请教9261的串口收发问题 我在核中添加了下面的代码:at91_register_uart(AT91SAM9261_ID_US1, 1, ATMEL_UART_RTS);at91_register_uart(AT91SAM9261_ID_US2, 2, ATMEL_UART_RTS);at91_register_uart(AT91SAM9261_ID_US3, 3, ATMEL_UART_RTS)
wyj107
嵌入式系统
大家有没有学MSP5438A系列的,交流交流啊
5438A刚买了板子,还没入门,想求一些易入门的资料
hm_yuanfang
微控制器 MCU
【树莓派3B+测评】点亮LED
[i=s] 本帖最后由 DDZZ669 于 2018-9-13 20:40 编辑 [/i]上个帖子[url=https://bbs.eeworld.com.cn/thread-926488-1-1.html]【树莓派3B+测评】远程登录[/url]介绍了如何在不接显示器的情况下使用树莓派,这次进行树莓派GPIO口的操作,点亮一个LED。本次的GPIO口操作使用的python编程语言和gpio库,树
DDZZ669
单片机
EVC下EDIT控件为何无法进行输入法的输入
编辑完对话框类后无法在EDIT里输入汉字;还有请帮忙看看一下代码怎么修改LOGFONT m_lf;//字体结构strcpy(m_lf.lfFaceName,ipadress );报错:error C2664: 'strcpy' : cannot convert parameter 1 from 'unsigned short [32]' to 'char *'所编辑程序是在全站仪中运行的谢谢了
184848715
嵌入式系统
UART接收程序丢失数据的问题
各位大侠,我用AVR ATMEGA16的UART来接收上位机串口调试助手发来的数据,假设为0x53,0x26,0x53,0x89,0x47,前面两个数据总是对的,然后第三位就接到了最后一个数据,中间的数据就丢失了。接收中断程序如下:#pragma interrupt_handler uart_rx_isr:12void uart_rx_isr(void){if(!rx_isfull){*rx_po
q91391
嵌入式系统
推荐内容
热门视频
更多
TWS蓝牙解决方案
NI桥梁结构健康监测系统演示
直播回放: TI 业界超精确3D霍尔效应位置传感器
How to Measure Power Supply Rejection Ratio(PSRR)如何测量电源抑制比
基于FPGA 的OpenCL人工智能开发(英特尔官方教程)
FPGA设计思想与验证方法视频教程(小梅哥主讲)
物联网概论
直播回放: DLP® 技术在AR HUD及车内显示应用的展望
[高精度实验室] ADC系列 10 : 高速模数转换器 (ADC) 基础
研讨会:Littelfuse 电动车充电桩及车载充电器保护设计方案
开源项目推荐
更多
根据 EN55032 使用具有 EMC 滤波的 REC3A-2405SW/H2 隔离式 DC/DC 转换器的典型应用
LT3477EFE 降压-升压模式 LED 驱动器的典型应用电路
CH559双usb转接器
MAXREFDES1263:真正的无线立体声支架和耳塞
使用 Analog Devices 的 LTC4162IUFD-FSTM 的参考设计
SC445 4串150mA LED高效集成驱动器的典型应用
使用 Diodes Incorporated 的 PT8A 3517C 的参考设计
使用 Analog Devices 的 LTC3728LIGN 的参考设计
PCB桌垫
6光敏盒(底面+侧面)
热门文章
更多
雷达液位计有哪些特点和优点
KST-STM32学习之USART
HIRO 部署新一代可扩展边缘微型数据中心
电子代工的六强 卡位元宇宙
电磁流量计自确诊信息与毛病处理
东软睿驰与安霸携手实现乘用车主流车型量产
基于ESP32实现示波器的制作教程
贸泽开售Connected Development XCVR开发板让无线物联网设计更简单
电路图
电池爆炸的原因是什么?如何进行降低爆炸事故率?
电压轨和低静态电流
电感反馈振荡器电路
美菱BCD——191型电冰箱切换开关闭合时电路示意图
采用光耦合器的照明延时关灯电路b
自动延时起动的运行电路
热释电红外感应自动灯电路(6)
长时间定时控制电路(三)
电话自动录音控制器电路
青冰牌BD-303型电冰箱电路
μPC1316C功率放大器电路图
开关电源控制模块HK02电路-内部电路
高压电路图
输出功率达300W的线性放大器电路
双触摸控制开关电路图
立体声平衡度测试器电路图
用电源变压器降压的PFC电路图
六路自锁式无线遥控开关接收控制电路
低耗定时器电路图
电压峰值增量型自动充电器
PMV-P-14VC型彩色显示器的电源电路图
美顺ME-308纯直流电流负反馈型甲类功放
电信专用来电显示芯片电路
SBX1483—11/12/51/52 (电视机、录像机、音响设备、空调器和玩具)红外线遥控接收电路
准确的调频调谐指示电路
利用光强变化测量仪电路构成差分放大器电路
工作在电网电压为l20~250V之间的IOV稳压电源电路
由S%26P27A/S%26P27B组成的无线电遥控爆破装置
电脑主板电路图 440BX_22
彩色电视机常用伴音电路:TDA1521
可能感兴趣器件
MXEBHAA3M579545
177-714-5-37GP4K5-24BCN
ILD621-X009
FYE-1200XZX-0
PCF1206-12-5R3WT1
RN2130MFV(TPL3)
M39003/01-2760/TR
FTR-117-03-G-D
SIT8208AI-32-25E-16.368000T
HVCB0805FDD499K
LBS10145221MT
AVJ-0030S
70218-N546LF
DPX-540-43F
404-5-012-T-KR1
54122-106-26-0900R
ABL3-FREQ-S-R40-N-7-G-FB-V-P
ASTMUPCD-28-220.000MHZ-LR-E-T3
PCF-W0402-13-6900-C-P-LT
PS1S68-212GBB-U
AR13BTSO2373
PTN0805K3122BBTF
929705-05-07-30
GUS-QS0A-037152-DA
CMC-200/221JN1206TF
ADKHF5B14AY
SM5320430D44X6G6
WBDDSS4-A-00-5600-G-B
S2010CPX1435D30
GP5048-2372-CT
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
用户评论