|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
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
在本课程中,您将从一系列实用的案例研究中获得有关机器学习的动手经验。 在第一门课程的最后,您将研究如何基于房屋特征预测房价,从用户评论中分析情绪,检索感兴趣的文档,推荐产品以及搜索图像。 通过使用这些用例的动手实践,您将能够在广泛的领域中应用机器学习方法。
显示全部 ↓
推荐视频
用户评论
暂时无评论
猜您喜欢
推荐帖子
提问+JTAG驱动安装失败
u口的仿真器,驱动安装的是IAR 6.4Embedded Workbench 6.4 Evaluation\430\drivers\TIUSBFET\XP32但是插上仿真器不能仿真。设备管理器显示[color=rgb(50, 62, 50)][font=宋体]设备管理器[/font][/color][color=rgb(50, 62, 50)]--[/color][color=rgb(50, 62
william228
微控制器 MCU
全球知名LED芯片制造商(转)
1,CREE著名LED芯片制造商,美国CREE公司,产品以碳化硅(SiC),氮化镓(GaN),硅(Si)及相关的化合物为基础,包括蓝,绿,紫外发光二极管(LED),近紫外激光,射频([color=rgb(0,93,154)][u][url=http://www.cntronics.com/rf-art]RF[/url][/u][/color])及[color=rgb(0,93,154)][u][u
尘海月
模拟电子
ARM仿真(裸机实现多任务)
用ARM裸机实现多任务采用定时器0来产生一个时间片timer,1timer=1us接着达到某个时间(timer的n倍)时某个任务执行然后每个任务都这样等待某个时间后执行定时器0产生中断,代码如下[code]/******************************************************************************************** 名称:
txkssq
ARM技术
[100分] Wince下修复SqlCE文件报错. 在线等.
private void btnRepair_Click(object sender, EventArgs e){SqlCeEngine engine = new SqlCeEngine(string.Format("Data Source = {0};password=sa",SQLHelper.FileName));if (false == engine.Verify()){MessageBo
hone
WindowsCE
求ADS8364在FPGA数据采集系统中的AD转换控制的verilog或VHDL程序代码
求ADS8364在FPGA数据采集系统中的AD转换控制的verilog或VHDL程序代码,急需希望大家帮助!
wang5294
嵌入式系统
【国民技术N32G430】7、CAN测试
【目的】熟悉N32G430-CAN的初始化,验证通讯可行。1、打开例程Nations.N32G430_Library.1.0.0\projects32g430_EVAL\examples\CAN\CAN_Tx_Rx。2、打开工程后查看can初始化函数,第一是先初使能GPIOB的时钟,APB2时钟。void CAN_GPIO_Configuration(void){GPIO_InitType GPI
lugl4313820
国产芯片交流
推荐内容
热门视频
更多
小波与滤波器组
基于 TI C2000 的电机控制应用
TI 新能源汽车BMS解决方案
无人机-飞思卡尔Kinetis KV4x MCU四旋翼电调方案
LPC4300双核控制系统:多通道数据采集展示
用于汽车应用的Qi无线充电
buck开关电源调试
低功耗 CC2640R2F 无线微控制器室内长距离传输大挑战
如何使用Coocox 开发 STM32F0
Adjustable switch mode power supply tutorial(可调开关电源)
开源项目推荐
更多
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 转换器的典型应用
可编程逻辑控制器调制解调器
超声驻波轴向悬浮移动装置
热门文章
更多
粉尘防爆电机选择误区_如何选择粉尘防爆电机型号
HBM3内存:向更高的带宽突破
浅谈变频器的常见故障及解决方法
微波杂志编辑带你探访CES 2022上有趣的射频产品
STM32以太网程序解析一
用于示波器时基的触发器选择电路
单相电机倒顺开关接线方法_单相电机的电流计算公式
电路图
一款煤气灶点火器电路
一种差动线路驱动器电路图
高压串联型开关电源电路
助听、催眠、增强记忆多用机电路图
AD524增益200放大器
电容三点式振荡器连接负载的方式b
TTL时钟信号产生电路
晶闸管接通式延时电路之一
暗房曝光定时灯电路
高可靠通用定时器(CC4518,CC4001)电路
LB1405,15电平显示电路应用(b)
延长灯泡寿命电路
噪音盒电路图1
单线进出的延时开关电路
电焊机延时断电保护电路
零触发交流稳压电源电路
长时间积分器电路图
简易水位控制器电路
AD22050放大器电路
环形天线前置放大器
精密求和电路
触摸报警电路
防盗打声光报警器电路图
555长延时定时器电路图1
语言分析式测谎仪
感应报警门铃电路
高灵敏无线探听器电路
中速反相组合放大电路
LM567的内部结构
6L6A类电子管推挽功放
可能感兴趣器件
DSPIC33FJ256MC510IPFES
CH03093M100-00
3-345942-7
912-7MM
59000W-E-8SB
JT07RT-8-44SD(101)(LC)
TLP240J(F
74ALVCH16823DGGY
86817-456HLF
1200SGH30IPF2SB
MPI0612MT4R7
12065C154K4Z4A
GA1088-MC700
PS2805C-4-V-A
BZH17/A0221/74
VI-RW203-XXXX
P7-DR72218
RCMT0510001FHB25
HLMP-3416-IO0B1
Q8P6GXXSR12A
SE-K200M150A2SV1636
800-034-DCK2ZNU6-7NY-72
T429G157K006TCTLVL7280
F-R-2X37
68021-040
BLU0402-1580-DT50
M55342K03B23D7PS62
ASTMLPFL-25-74.175824MHZ-ER-NR
PCF1206P-02-287RBI
RCG120620010R5%EA
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论