|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
机器学习/算法
/
机器学习基础:案例研究(华盛顿大学)
/
exploring-the-most-positive-negative-aspects-of-a-product
本课程为精品课,您可以登录eeworld继续观看:
exploring-the-most-positive-negative-aspects-of-a-product
登录
播放列表
课程目录
课程笔记
课时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
时长:4分41秒
日期:2019/09/29
收藏视频
上传者:抛砖引玉
去评论
课程介绍
相关标签:
机器学习
ML
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
直流电路的过流保护法
直流电路的过流保护法 2006-06-13 17:04:11直流电路的过流保护法450) {this.resized=true; this.width=450; this.alt='点击查看原图';}; this.style.cursor='hand'" border=0 resized="true">
youweixing
工业自动化与控制
力源ST品牌团:STM32F746 新品首降STM32 Nucleo 引爆全网最低价
[align=left][/align][align=left][size=3][font=微软雅黑]需要的小伙伴可以关注下,[/font]一样的品质,不一样的价格:[/size][/align][align=left][size=3][/size][/align][align=left][b][size=4][color=#ff0000][url=http://www.icbase.com/ju
eric_wang
stm32/stm8
开关电源中磁性元器件
wzt
电源技术
求整形电路方案
想对10M的正弦波信号进行整形,各位大神有没有比较好的方案或者好的芯片?
风中飞
模拟电子
一些会引起争议的PCB布线经验法则
最近看到 Zachariah Peterson 在2020年四月写了一篇博客文章 The Great PCB Layout Rules of Thumb Debate Rages On[1],对于一些引起热议的设计PCB的经验法则进行了讨论。下面将文章摘录如下。如今,我仍然还能看到一些在20年前就常见的PCB布线的经验法则,它们现在还被广泛遵守和适用吗?确切的答案是也许吧。一些关于PCB设计论坛中
btty038
PCB设计
造型像时尚小包的U盘
与“会变胖的U盘”类似,当你将文件或数据拷入时,这些时尚的小包就会开始膨胀,慢慢鼓起来。让你更直观的感受到U盘的剩余存储容量。
小丸子
创意市集
推荐内容
热门视频
更多
应用 V.I 晶片驱动LED II - 大功率 LED 阵列
DC-DC 转换器工作原理是什么?
智能电网安全保护技术
Microchip数字电源参考设计
MCP8024简介
采用GestIC®技术的可配置3D手势控制器MGC3130
MPLAB® X IDE 编译调试(下)
PIC10F32X和PIC16F150X系列集成的数控振荡器
MPLAB® X IDE 编辑功能
Microchip XLP超低功耗16位开发板
开源项目推荐
更多
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通道评估板
热门文章
更多
智能辅助驾驶和智能驾驶的车辆架构
倍捷连接器PEI-Genesis庆祝成立75周年
项目实战:51单片机控制交通信号灯
DxO PhotoLab 5:升级版的局部调整和更强大的照片库
谷歌首款可折叠机型或命名为Google Pixel Notepad
电磁流量计初始暗码
示波器的丈量办法剖析
FLIR T620便携式红外热像仪的性能特点及应用
直流电机与交流电机的区别 直流电机与交流电机哪个噪音小
电路图
值得你收藏的滤波电路的学习方法
电熨斗自动调温原理电路图
TSV采用恒流源的测温电路图
摩托车电子节油电路
BX2系列交流弧焊机电路b
几种改进型锯齿波发生器电路-电容反馈电路
遥控电子爆竹电路
ND838的几种典型应用电路图
灯箱定时控制器电路
带限流的6V充电器电路
欠压报警器电路
JSJ型晶体管时间继电器电路(3)
石英晶体管振荡电路
简单的多用途电子调节器电路
尚美牌PCQ-18型远红外电暖器电路图
LG电子MS-1977T,MS-1987T机械式微波炉电路图
具有温度补偿的气体报警器
电压-频率转换器集成电路图AD564
简单的串联磁饱和交流稳压电路
电话线路防盗器电路图
频宽为20MHZ的差分放大器电路
电子焰火
MC1306P音频功放电路
1kHz信号发生器电路
采用单向晶闸管的交流调压电路
AOC CM-333型彩色显示器的电源电路图
红外发光二极管的外形图
单相电动机自耦式主绕组降压调速电路
两台电动机顺序停车电路
可能感兴趣器件
1.5KE51C-T3
MAX1679
KSC421J50SHLFS
P4KE-300A
SDC-14560-101Z
CAT28LV65JA-35T
KSZ8041NLITR
ATS-06A-19-C1-R0
1712241011
AVED2M321JSMW-60
742700
7213P3YABE
RN732BTTD1073D100
5-562108-3
MWDM2L-21PBSPT-.080
SJTG06RT2404PCW52
SOT-DIV23LF-03-1500-2200-BB
SA051C222KAR
SLW-119-01-S-S
SVS02-16-P310-L50-S15-E00-B10
ATS-14H-144-C3-R0
TSM-125-01-S-SH-P
PTN2010E2083DBWS
531DA972M000DGR
10136350-0131914LF
62-10323-26-03001
8T2C16F35BB
AHT-400KHZ-I-R-A-G
GMDE437S-CMI4K5-18Y
RSB6RM11130112
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved
用户评论